summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r--sql/sql_repl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc
index 866663eab66..963fde93f2d 100644
--- a/sql/sql_repl.cc
+++ b/sql/sql_repl.cc
@@ -309,6 +309,9 @@ sweepstakes if you report the bug";
case LOG_READ_TRUNC:
errmsg = "binlog truncated in the middle of event";
break;
+ default:
+ errmsg = "unknown error reading log event on the master";
+ break;
}
goto err;
}