summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql.test
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-05-28 16:19:49 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-05-28 16:19:49 +0500
commit4cfc9d771a606117f37e543c1a117887cc58ec40 (patch)
tree69adf0bdce048c2a31da5992aa05d30357105eda /mysql-test/t/mysql.test
parent1b91400ac6758e3ce28a4ee18123a5c5117c9f7e (diff)
downloadmariadb-git-4cfc9d771a606117f37e543c1a117887cc58ec40.tar.gz
test case fix
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r--mysql-test/t/mysql.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test
index 45077b5ef80..b2d7400d156 100644
--- a/mysql-test/t/mysql.test
+++ b/mysql-test/t/mysql.test
@@ -351,6 +351,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