1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-10548: Some of the debug sync waits do not work with InnoDB 5.7 (branch bb-10.2-jan)

Fixed auto_increment_dup test. Current behavior is correct for repeatable read (and
serializable) isolation levels. Old behavior is correct for read committed
isolation level.
This commit is contained in:
Jan Lindström
2016-09-14 11:28:40 +03:00
parent da168b3405
commit a729656006
6 changed files with 280 additions and 4 deletions

View File

@ -10,5 +10,4 @@
#
##############################################################################
innodb.auto_increment_dup : MDEV-10548
innodb_defragment_fill_factor : MDEV-10771