test case fix

This commit is contained in:
Sergey Glukhov 2009-05-28 16:19:49 +05:00
parent 1b91400ac6
commit 4cfc9d771a
2 changed files with 2 additions and 1 deletions

View File

@ -198,5 +198,5 @@ COUNT (*)
1 1
COUNT (*) COUNT (*)
1 1
ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (1) ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (errno)
End of 5.0 tests End of 5.0 tests

View File

@ -351,6 +351,7 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql;
# #
# Bug#37268 'binary' character set makes CLI-internal commands case sensitive # Bug#37268 'binary' character set makes CLI-internal commands case sensitive
# #
--replace_regex /\([0-9]*\)/(errno)/
--error 1 --error 1
--exec $MYSQL --default-character-set=binary test -e "CONNECT test invalid_hostname" 2>&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 --exec $MYSQL --default-character-set=binary test -e "DELIMITER //" 2>&1