summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysql.result
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-05-28 13:34:30 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-05-28 13:34:30 +0500
commit1b91400ac6758e3ce28a4ee18123a5c5117c9f7e (patch)
treebf972072d598f07cfaa42bcbc3282906d1bb2310 /mysql-test/r/mysql.result
parentf1463061b281916d81e5a2838101df88bf550df2 (diff)
downloadmariadb-git-1b91400ac6758e3ce28a4ee18123a5c5117c9f7e.tar.gz
Bug#37268 'binary' character set makes CLI-internal commands case sensitive
The fix is to use case insensitive collation for mysql client command search. client/mysql.cc: The fix is to use case insensitive collation for mysql client command search. mysql-test/r/mysql.result: test result mysql-test/t/mysql.test: test case
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r--mysql-test/r/mysql.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result
index 5f315bca9c2..d1e8ba1e253 100644
--- a/mysql-test/r/mysql.result
+++ b/mysql-test/r/mysql.result
@@ -198,4 +198,5 @@ COUNT (*)
1
COUNT (*)
1
+ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (1)
End of 5.0 tests