From 79c76400a67893c736ca4c9b6a63a39c374ca7f9 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 18 Nov 2014 22:26:09 +0100 Subject: [PATCH] two more unused error messages --- sql/share/errmsg-utf8.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 76cf33c231f..4980ba06604 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -6440,11 +6440,11 @@ ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT ER_BINLOG_UNSAFE_UPDATE_IGNORE eng "UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave." -ER_PLUGIN_NO_UNINSTALL - eng "Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it." +ER_UNUSED_13 + eng "You should never see it" -ER_PLUGIN_NO_INSTALL - eng "Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it." +ER_UNUSED_14 + eng "You should never see it" ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT eng "Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave."