Home » Database » MDB2_Driver_mysql » Bug #9451
createSequence should allow charset and collation to be set
Details
| Request #9451 | createSequence should allow charset and collation to be set |
|---|---|
| Submitted | 2006-11-25 07:39 UTC |
| From | pearbugs2006 at reddreamer dot com |
| Assigned | quipo |
| Status | Closed |
| Package | MDB2_Driver_mysql |
| PHP Version | 5.1.2 |
| OS | Ubuntu |
| Roadmaps | (Not assigned) |
Comments
[2006-11-25 07:39 UTC] pearbugs2006 at reddreamer dot com
Description:
------------
I think that the manager::createSequence method should allow the options for charset, collation, and engine to be set in the same way they can be set for createTable (see my recent bug 9450). Using both of those methods, I end up with a database that has a mixture of tables in the settings I want and the default settings of the server. It would ease my mind if I could get them to all be the same.