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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user