Merge branch '10.2' into bb-10.2-ext

This commit is contained in:
Sergei Golubchik 2017-10-04 19:50:04 +02:00
commit 3e39771551
8 changed files with 15 additions and 46 deletions

View file

@ -1,7 +1,6 @@
call mtr.add_suppression("Can't init tc log");
call mtr.add_suppression("Found 1 prepared transactions!");
call mtr.add_suppression("Aborting");
set debug_sync='RESET';
CREATE TABLE t1 (i INT) ENGINE=InnoDB;
SET GLOBAL innodb_flush_log_at_trx_commit=1;
FLUSH TABLES;