diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
commit | 89d96e3de9f8e8c4ff83c42d3615daf622280439 (patch) | |
tree | ed87e8abab2e8a1f8b8a23ba8988181f5161a18f /mysql-test/r/show_check.result | |
parent | b227dc82b19d316248e1d1b959616b68b9235de7 (diff) | |
parent | 4c1eb0c1719004b66187a166ddf0765cb481a927 (diff) | |
download | mariadb-git-89d96e3de9f8e8c4ff83c42d3615daf622280439.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.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index feeba25c536..8c0757fe0d6 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1338,6 +1338,7 @@ Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length I DROP DATABASE `ä`; 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); |