mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Problem: to handle a situation when the size of event on the master is greater than max_allowed_packet on slave, we checked for the wrong constant (ER_NET_PACKET_TOO_LARGE instead of CR_NET_PACKET_TOO_LARGE). Solution: test for the client "packet too large" error code instead of the server one in slave I/O thread.
3.9 KiB
3.9 KiB