summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/strict_mode.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-07-02 12:14:19 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-07-02 12:27:28 +0300
commite86d7108a2981b463c9724cb5a271efda5a87ea2 (patch)
tree16f4ab65106b7e486131b269f13e7b818f5d3874 /mysql-test/suite/innodb/t/strict_mode.test
parent502f1a3c11baf6153412d647e0db86fd8dfe57f8 (diff)
downloadmariadb-git-e86d7108a2981b463c9724cb5a271efda5a87ea2.tar.gz
Shorten some add_suppression
For some reason, some of these suppressions would fail to suppress when the code is compiled with clang 6.0, Debug and -DWITH_ASAN=ON. Possibly it is related to the number of .* or the length of the regular expression strings.
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 48fc1ef7881..e93b4cc9df9 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("InnoDB: Cannot add field .* in table");
set innodb_strict_mode = 0;