You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/share/errmsg-utf8.txt
-8
Original file line number
Diff line number
Diff line change
@@ -6486,11 +6486,3 @@ ER_PLUGIN_NO_UNINSTALL
6486
6486
6487
6487
ER_PLUGIN_NO_INSTALL
6488
6488
eng "Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it."
6489
-
6490
-
6491
-
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
6492
-
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."
6493
-
6494
-
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
6495
-
eng "CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave."
0 commit comments