mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
In mysqlbinlog, there was a problem with how we escaped the content of a string user variable. To be perfect, we should have escaped with character_set_client. But this charset is unknown to mysqlbinlog. So the simplest is to print the string in hex. This is unreadable but 100% safe with any charset (checked with Bar), no more need to bother with character_set_client.
3.2 KiB
3.2 KiB