mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00

"Rows not deleted from innodb partitioned tables if --innodb_autoinc_lock_mode=0" Due to a previous bugfix which initializes a previously uninitialized variable, ha_partition::get_auto_increment() may fail to operate correctly when the storage engine reports that it is only reserving one value and one or more partitions have a different 'next-value'. Currently, only affects Innodb's new-style auto-increment code which reserves larger blocks of values and has less inter-thread contention.
2 lines
38 B
Plaintext
2 lines
38 B
Plaintext
--innodb --innodb_autoinc_lock_mode=0
|