Home » Database » MDB2 » Bug #8646
incorrect sequence implementation mysql
Details
| Submitted | 2006-09-07 00:13 UTC |
|---|---|
| From | gerritt at kudosonline dot com dot au |
| Status | Bogus |
| Package | MDB2 |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-09-07 00:13 UTC] gerritt at kudosonline dot com dot au
Description:
------------
The sequence tables for mysqli are coded to use autoincrement as a property of the sequence column.
This is not portable.
This also makes it difficult to reset a sequence to a desired value.