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

MDEV-10728 -- mysqlbinlog can't be input to mysql client

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.
This commit is contained in:
Vesa Pentti
2017-11-03 08:18:50 +00:00
parent 51679e5c38
commit 9f3c014ca3
4 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,2 @@
1
1