diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-01-15 00:54:25 +0400 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-01-15 00:54:25 +0400 |
commit | 7a23cfaac93df76fbc804293f3607e638d0e29a1 (patch) | |
tree | fe31d792002ece82cf1cd884e25d20b7eee10e6f /mysql-test/t/mysqlcheck.test | |
parent | 041d09845b485527d656b6b3df5e39aedad2cf21 (diff) | |
download | mariadb-git-7a23cfaac93df76fbc804293f3607e638d0e29a1.tar.gz |
bug#33094: Error in upgrading from 5.0 to 5.1 when table contains triggers
Post-fix test failure: fixed mysqlcheck.test on Windows platforms.
mysql-test/r/mysqlcheck.result:
fixed mysqlcheck.test on Windows platforms.
mysql-test/t/mysqlcheck.test:
fixed mysqlcheck.test on Windows platforms.
Diffstat (limited to 'mysql-test/t/mysqlcheck.test')
-rw-r--r-- | mysql-test/t/mysqlcheck.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlcheck.test b/mysql-test/t/mysqlcheck.test index b085cc5866a..7ecbc92f8f0 100644 --- a/mysql-test/t/mysqlcheck.test +++ b/mysql-test/t/mysqlcheck.test @@ -131,6 +131,8 @@ DROP TABLE `@`; CREATE TABLE `я` (a INT); SET NAMES DEFAULT; --echo mysqlcheck --default-character-set="latin1" --databases test +# Error returned depends on platform, replace it with "Table doesn't exist" +--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 --exec $MYSQL_CHECK --default-character-set="utf8" --databases test |