mirror of
https://github.com/MariaDB/server.git
synced 2025-03-06 03:03:13 +01:00

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