mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-25444 mysql --binary-mode is not able to replay some mysqlbinlog outputs
Problem:- Some binary data is inserted into the table using Jconnector. When binlog dump of the data is applied using mysql cleint it gives syntax error. Reason:- After investigating it turns out to be a issue of mysql client not able to properly handle \\\0 <0 in binary>. In all binary files where mysql client fails to insert these 2 bytes are commom (0x5c00) Solution:- I have changed mysql.cc to include for the possibility that binary string can have \\\0 in it
This commit is contained in:
committed by
Brandon Nesterenko
parent
1d57892949
commit
10cd281820
BIN
mysql-test/std_data/binary_zero_insert.bin
Normal file
BIN
mysql-test/std_data/binary_zero_insert.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user