mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
89f88eab6e
"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.
1 line
38 B
Text
1 line
38 B
Text
--innodb --innodb_autoinc_lock_mode=0
|