diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-28 13:40:09 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-28 13:40:09 +0500 |
commit | 0aa26d39aa7743162a6fe3246369b10729178eab (patch) | |
tree | 075b2f57a985b23448475d0bc89bbe4735a61654 /mysql-test/t/mysql.test | |
parent | 6282b4d3e4133c355e45e63e97fe5b6649133f53 (diff) | |
parent | 1b91400ac6758e3ce28a4ee18123a5c5117c9f7e (diff) | |
download | mariadb-git-0aa26d39aa7743162a6fe3246369b10729178eab.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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index ba5cc243c01..c13e88314c0 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -349,6 +349,13 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql; --exec $MYSQL --ignore-spaces -e "SELECT COUNT (*)" --exec $MYSQL -b -i -e "SELECT COUNT (*)" +# +# Bug#37268 'binary' character set makes CLI-internal commands case sensitive +# +--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 + --echo End of 5.0 tests # |