From 55b96d27089ee809dd0a4c9b3e0e3adb5a731bd4 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 28 Jun 2015 08:51:53 +0200 Subject: bump the VERSION to 10.1.6 and related changes fix two #if MYSQL_VERSION_ID > 100105 --- mysql-test/suite/innodb/t/innodb.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/suite/innodb/t/innodb.test') diff --git a/mysql-test/suite/innodb/t/innodb.test b/mysql-test/suite/innodb/t/innodb.test index 47bbc90f955..bef13f5f418 100644 --- a/mysql-test/suite/innodb/t/innodb.test +++ b/mysql-test/suite/innodb/t/innodb.test @@ -1551,7 +1551,7 @@ INSERT INTO t2 VALUES(1); --error 1451 DELETE FROM t1 WHERE id = 1; ---error 1217 +--error 1451 DROP TABLE t1; SET FOREIGN_KEY_CHECKS=0; -- cgit v1.2.1