summaryrefslogtreecommitdiff
path: root/mysql-test/include/mtr_warnings.sql
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.mysql.com>2008-04-24 13:26:28 +0200
committerunknown <msvensson@pilot.mysql.com>2008-04-24 13:26:28 +0200
commit9ac15b610ee9c217dfdc95f6ed024caef3fd7155 (patch)
tree4cb26faaba081e5c117f29c8ed9c57dde024f1b6 /mysql-test/include/mtr_warnings.sql
parent9b936dae906301e26c0b7c65756688434c563f84 (diff)
downloadmariadb-git-9ac15b610ee9c217dfdc95f6ed024caef3fd7155.tar.gz
Add warning supressions for bug#31590 and bug#26402 that gort lost when
moving the supressions from perl to SQL
Diffstat (limited to 'mysql-test/include/mtr_warnings.sql')
-rw-r--r--mysql-test/include/mtr_warnings.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
index e344b44b8f2..76c68cb68d0 100644
--- a/mysql-test/include/mtr_warnings.sql
+++ b/mysql-test/include/mtr_warnings.sql
@@ -201,6 +201,15 @@ INSERT INTO global_supressions VALUES
("Slave: Can't DROP 'c7'.* 1091"),
("Slave: Key column 'c6'.* 1072"),
+ /* Test case for Bug#31590 in order_by.test produces the following error */
+ ("Out of sort memory; increase server sort buffer size"),
+
+ /* Special case for Bug #26402 in show_check.test
+ - Question marks are not valid file name parts on Windows. Ignore
+ this error message.
+ */
+ ("Can't find file: '.\\\\test\\\\\\?{8}.frm'"),
+
("THE_LAST_SUPPRESSION")||