diff options
author | Michael Widenius <monty@askmonty.org> | 2012-02-21 09:43:36 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-02-21 09:43:36 +0200 |
commit | b2ce6e3cde1a8ee12cacf0ef82242c47f811d766 (patch) | |
tree | bfbb6cb5ded32c79e28df44fe1010dac3e704a10 /mysql-test/t/mysqlcheck.test | |
parent | c381e44050303cf12592ae13f401175fa7171a6f (diff) | |
parent | fd1abdd474f178be6a7abae63284b5e12f216645 (diff) | |
download | mariadb-git-b2ce6e3cde1a8ee12cacf0ef82242c47f811d766.tar.gz |
Automatic merge
Diffstat (limited to 'mysql-test/t/mysqlcheck.test')
-rw-r--r-- | mysql-test/t/mysqlcheck.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlcheck.test b/mysql-test/t/mysqlcheck.test index ce6e3dc8bf7..fe4745624ce 100644 --- a/mysql-test/t/mysqlcheck.test +++ b/mysql-test/t/mysqlcheck.test @@ -139,6 +139,7 @@ SET NAMES DEFAULT; call mtr.add_suppression("@003f.frm' \\(errno: 22\\)"); --echo mysqlcheck --default-character-set="latin1" --databases test # Error returned depends on platform, replace it with "Table doesn't exist" +call mtr.add_suppression("Can't find file: '..test.@003f.frm'"); --replace_result "Can't find file: './test/@003f.frm' (errno: 22)" "Table doesn't exist" "Table 'test.?' doesn't exist" "Table doesn't exist" --exec $MYSQL_CHECK --default-character-set="latin1" --databases test --echo mysqlcheck --default-character-set="utf8" --databases test |