summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-03-30 14:33:53 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-03-30 14:33:53 +0200
commit4c1eb0c1719004b66187a166ddf0765cb481a927 (patch)
tree73a9276fcc1fd32b6d790c3d7e0281816c9310cc /mysql-test/r/show_check.result
parent761ba8349de904d708595a82f826f2558e8785a0 (diff)
downloadmariadb-git-4c1eb0c1719004b66187a166ddf0765cb481a927.tar.gz
mtr: cleaned up some superfluos global warning suppressions
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r--mysql-test/r/show_check.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
index 1aa3d62fc70..7cb3f696449 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -1339,6 +1339,7 @@ drop table `été`;
set names latin1;
show columns from `#mysql50#????????`;
Got one of the listed errors
+call mtr.add_suppression("Can.t find file: '.\\\\test\\\\\\?{8}.frm'");
DROP TABLE IF EXISTS t1;
DROP PROCEDURE IF EXISTS p1;
CREATE TABLE t1(c1 INT);