Bug #1072 | What about an AUTO_INCREMENT extension "BY n" | ||
---|---|---|---|
Submitted: | 18 Aug 2003 3:53 | Modified: | 21 Aug 2003 4:27 |
Reporter: | Miklos Szabo | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | all | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[18 Aug 2003 3:53]
Miklos Szabo
[21 Aug 2003 4:27]
Peter Zaitsev
The above is usually done using ANSI SQL SEQUENCE functionality. It allows you to do other nice things, such as share sequence among several tables, rotate numbers etc. The SEQUENCE support is in MySQL ToDo, and it will come in one of then next MySQL versions.