diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-28 16:21:41 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-28 16:21:41 +0500 |
commit | 9e86abfe2b75e8784701566ba95fd7e13a55ca71 (patch) | |
tree | 05d6e88e6968f097551e4c1ee0f620d7a657e0fd /mysql-test/t/mysql.test | |
parent | 871ea8a7358f675fccbe829a3ec8c77fae1ebed6 (diff) | |
parent | 14eb98dd8a15df223c3d215ca3248fe54d5dd577 (diff) | |
download | mariadb-git-9e86abfe2b75e8784701566ba95fd7e13a55ca71.tar.gz |
5.0-bugteam->5.1-bugteam merge
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index c13e88314c0..2bb9a02e9d7 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -352,6 +352,7 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql; # # Bug#37268 'binary' character set makes CLI-internal commands case sensitive # +--replace_regex /\([0-9]*\)/(errno)/ --error 1 --exec $MYSQL --default-character-set=binary test -e "CONNECT test invalid_hostname" 2>&1 --exec $MYSQL --default-character-set=binary test -e "DELIMITER //" 2>&1 |