diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-06-06 11:25:33 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-06-06 11:25:33 +0300 |
commit | df42830b286ab2d603d0ed1340925b8199c8d70e (patch) | |
tree | 11097704363a28b8bb4676b954562c13b88ba76f /mysql-test/suite/innodb/t/innodb-blob.test | |
parent | 738c5c84245f27c839a0713f52452a45f141b3d4 (diff) | |
parent | 1d4e1d3263bf3b87b473c12d4876f368dc3450b6 (diff) | |
download | mariadb-git-df42830b286ab2d603d0ed1340925b8199c8d70e.tar.gz |
Merge 10.1 into 10.2
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb-blob.test')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb-blob.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/t/innodb-blob.test b/mysql-test/suite/innodb/t/innodb-blob.test index 1c91305b0ee..fbf0641880b 100644 --- a/mysql-test/suite/innodb/t/innodb-blob.test +++ b/mysql-test/suite/innodb/t/innodb-blob.test @@ -6,13 +6,13 @@ # The 7000 in this test is a bit less than half the innodb_page_size. --source include/have_innodb_16k.inc -# DEBUG_SYNC must be compiled in. +--source include/have_debug.inc --source include/have_debug_sync.inc # Embedded server does not support restarting --source include/not_embedded.inc -call mtr.add_suppression("InnoDB: The log sequence numbers [0-9]+ and [0-9]+ in ibdata files do not match the log sequence number [0-9]+ in the ib_logfiles!"); +FLUSH TABLES; CREATE TABLE t1 (a INT PRIMARY KEY, b TEXT) ENGINE=InnoDB; CREATE TABLE t2 (a INT PRIMARY KEY) ENGINE=InnoDB; |