summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_zip/t/bug36169.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_zip/t/bug36169.test')
-rw-r--r--mysql-test/suite/innodb_zip/t/bug36169.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb_zip/t/bug36169.test b/mysql-test/suite/innodb_zip/t/bug36169.test
index 07566b204bd..6d30c6689de 100644
--- a/mysql-test/suite/innodb_zip/t/bug36169.test
+++ b/mysql-test/suite/innodb_zip/t/bug36169.test
@@ -18,7 +18,7 @@ SET GLOBAL innodb_file_per_table=ON;
# as expected and do not crash the server
-- disable_query_log
-- disable_result_log
-call mtr.add_suppression("Cannot add field .* in table .* because after adding it, the row size is");
+call mtr.add_suppression('After adding field .* which is greater than maximum allowed size');
# Generating 10 tables
# Creating a table with 94 columns and 24 indexes
DROP TABLE IF EXISTS `table0`;