Commit b4a725c4 authored by Sergey Glukhov's avatar Sergey Glukhov

5.0-bugteam->5.1-bugteam merge

parents 0aa26d39 4cfc9d77
...@@ -198,7 +198,7 @@ COUNT (*) ...@@ -198,7 +198,7 @@ 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
WARNING: --server-arg option not supported in this configuration. WARNING: --server-arg option not supported in this configuration.
Warning (Code 1286): Unknown table engine 'nonexistent' Warning (Code 1286): Unknown table engine 'nonexistent'
......
...@@ -352,6 +352,7 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql; ...@@ -352,6 +352,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment