mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
9f3c014ca3
String comparison with utf8_bin collation is case sensitive. Hence "DELIMITER" did not match with "delimiter". The delimiter command matching now uses my_charset_latin1.
3 lines
37 B
SQL
3 lines
37 B
SQL
DeLiMiTeR A;
|
|
SELECT 1 A;
|
|
delimiter ;
|