mariadb/storage/xtradb/handler
Sergei Golubchik ef47b62551 MDEV-8827 Duplicate key with auto increment
fix innodb auto-increment handling
three bugs:
1. innobase_next_autoinc treated the case of current<offset incorrectly
2. ha_innobase::get_auto_increment didn't recalculate current when increment changed
3. ha_innobase::get_auto_increment didn't pass offset down to innobase_next_autoinc
2015-12-07 15:20:23 +01:00
..
ha_innodb.cc MDEV-8827 Duplicate key with auto increment 2015-12-07 15:20:23 +01:00
ha_innodb.h move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
handler0alter.cc move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
i_s.cc MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
i_s.h move to storage/xtradb/ 2015-04-27 23:37:51 +02:00