summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-11-22 00:24:38 -0700
committerunknown <sasha@mysql.sashanet.com>2000-11-22 00:24:38 -0700
commit681aeb58e6f58de62134c24630bba5de0f49705d (patch)
tree5607e274f32a892a5d50f9e66bbf07f129071c99 /sql/sql_repl.cc
parent0016d9a393a04c02715dfdeb73d2d10fa9860056 (diff)
parentde693be7bea4bf3e067870b917e717876a3a67ab (diff)
downloadmariadb-git-681aeb58e6f58de62134c24630bba5de0f49705d.tar.gz
Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
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;
}