mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
AUTO_INCREMENT_INCREMENT Problem: ======= When auto_increment_increment system variable decreases, immediate next value of auto increment column is not affected. Solution: ======== Get the previous inserted value of auto increment column by subtracting the previous auto_increment_increment from next auto increment value. After that calculate the current autoinc value using newly changed auto_increment_increment variable. Approved by Sunny [rb#4394] |
||
|---|---|---|
| .. | ||
| binlog | ||
| engines | ||
| federated | ||
| funcs_1 | ||
| funcs_2 | ||
| innodb | ||
| innodb_zip | ||
| jp | ||
| large_tests | ||
| manual | ||
| parts | ||
| perfschema | ||
| perfschema_stress | ||
| rpl | ||
| stress | ||
| sys_vars | ||