1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#37268 'binary' character set makes CLI-internal commands case sensitive

The fix is to use case insensitive collation
for mysql client command search.
This commit is contained in:
Sergey Glukhov
2009-05-28 13:34:30 +05:00
parent 73cf0d815c
commit 394f6ba478
3 changed files with 10 additions and 2 deletions

View File

@ -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