summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/strict_mode.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/strict_mode.test')
-rw-r--r--mysql-test/suite/innodb/t/strict_mode.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/strict_mode.test b/mysql-test/suite/innodb/t/strict_mode.test
index ebfc05aef02..f68dd4a3310 100644
--- a/mysql-test/suite/innodb/t/strict_mode.test
+++ b/mysql-test/suite/innodb/t/strict_mode.test
@@ -5,7 +5,7 @@
--echo # INNODB_STRICT_MODE = 1
--echo #
-call mtr.add_suppression("InnoDB: Cannot add field .* in table .* because after adding it, the row size is .* which is greater than maximum allowed size (.*) for a record on index leaf page.");
+call mtr.add_suppression('After adding field .* which is greater than maximum allowed size');
set innodb_strict_mode = 0;