1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

replication fixes

This commit is contained in:
sasha@mysql.sashanet.com
2001-02-19 23:08:24 -07:00
parent 28d23e87a3
commit b7170cf9cc
6 changed files with 18 additions and 4 deletions

View File

@ -352,6 +352,10 @@ sweepstakes if you report the bug";
case LOG_READ_BOGUS:
errmsg = "bogus data in log event";
break;
case LOG_READ_TOO_LARGE:
errmsg = "log event entry exceeded max_allowed_packet -\
increase max_allowed_packet on master";
break;
case LOG_READ_IO:
errmsg = "I/O error reading log event";
break;