1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Marko Mäkelä
2018-07-02 12:14:19 +03:00
parent 502f1a3c11
commit e86d7108a2
8 changed files with 11 additions and 13 deletions

View File

@ -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;