1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Bug#30919

"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.
This commit is contained in:
antony@pcg5ppc.xiphis.org
2007-09-08 20:26:12 -07:00
parent 5558f69d62
commit 89f88eab6e
6 changed files with 1159 additions and 12 deletions

File diff suppressed because it is too large Load Diff