diff options
author | Michael Widenius <monty@askmonty.org> | 2012-02-20 17:49:21 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-02-20 17:49:21 +0200 |
commit | 038b739c98009cf0b4b7b7c2c18421051abf79f2 (patch) | |
tree | c31b05bf35b15358f7b0a89cfd8b5b43e2901ad8 /mysql-test/t/mysqlcheck.test | |
parent | 3c07d04580fe5f28ff8bdabd1249b8123d7da76b (diff) | |
parent | ae07ec6cbf08e311e538f5149f93385e5bcaa7a6 (diff) | |
download | mariadb-git-038b739c98009cf0b4b7b7c2c18421051abf79f2.tar.gz |
Merge with MariaDB 5.1 and MySQL 5.1.61
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 |