Commit 79c76400 authored by Sergei Golubchik's avatar Sergei Golubchik

two more unused error messages

parent a0a93d99
...@@ -6440,11 +6440,11 @@ ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT ...@@ -6440,11 +6440,11 @@ ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
ER_BINLOG_UNSAFE_UPDATE_IGNORE 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." 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 ER_UNUSED_13
eng "Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it." eng "You should never see it"
ER_PLUGIN_NO_INSTALL ER_UNUSED_14
eng "Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it." eng "You should never see it"
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT 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." 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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment