| mysqld_ername.h | | mysqld_ername.h | |
| | | | |
| skipping to change at line 727 | | skipping to change at line 727 | |
| { "ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT", 1714, "INSERT IGNORE... SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT", 1714, "INSERT IGNORE... SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE", 1715, "INSERT... SELECT... ON DU
PLICATE KEY UPDATE is unsafe because the order in which rows are retrieved
by the SELECT determines which (if any) rows are updated. This order cannot
be predicted and may differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE", 1715, "INSERT... SELECT... ON DU
PLICATE KEY UPDATE is unsafe because the order in which rows are retrieved
by the SELECT determines which (if any) rows are updated. This order cannot
be predicted and may differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_REPLACE_SELECT", 1716, "REPLACE... SELECT is unsafe bec
ause the order in which rows are retrieved by the SELECT determines which (
if any) rows are replaced. This order cannot be predicted and may differ on
master and the slave." }, | | { "ER_BINLOG_UNSAFE_REPLACE_SELECT", 1716, "REPLACE... SELECT is unsafe bec
ause the order in which rows are retrieved by the SELECT determines which (
if any) rows are replaced. This order cannot be predicted and may differ on
master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT", 1717, "CREATE... IGNORE SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT", 1717, "CREATE... IGNORE SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT", 1718, "CREATE... REPLACE SELECT
is unsafe because the order in which rows are retrieved by the SELECT dete
rmines which (if any) rows are replaced. This order cannot be predicted and
may differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT", 1718, "CREATE... REPLACE SELECT
is unsafe because the order in which rows are retrieved by the SELECT dete
rmines which (if any) rows are replaced. This order cannot be predicted and
may differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_UPDATE_IGNORE", 1719, "UPDATE IGNORE is unsafe because
the order in which rows are updated determines which (if any) rows are igno
red. This order cannot be predicted and may differ on master and the slave.
" }, | | { "ER_BINLOG_UNSAFE_UPDATE_IGNORE", 1719, "UPDATE IGNORE is unsafe because
the order in which rows are updated determines which (if any) rows are igno
red. This order cannot be predicted and may differ on master and the slave.
" }, | |
| { "ER_PLUGIN_NO_UNINSTALL", 1720, "Plugin \'%s\' is marked as not dynamical
ly uninstallable. You have to stop the server to uninstall it." }, | | { "ER_PLUGIN_NO_UNINSTALL", 1720, "Plugin \'%s\' is marked as not dynamical
ly uninstallable. You have to stop the server to uninstall it." }, | |
| { "ER_PLUGIN_NO_INSTALL", 1721, "Plugin \'%s\' is marked as not dynamically
installable. You have to stop the server to install it." }, | | { "ER_PLUGIN_NO_INSTALL", 1721, "Plugin \'%s\' is marked as not dynamically
installable. You have to stop the server to install it." }, | |
| { "ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT", 1722, "Statements writing to a t
able with an auto-increment column after selecting from another table are u
nsafe 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 ma
ster and the slave." }, | | { "ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT", 1722, "Statements writing to a t
able with an auto-increment column after selecting from another table are u
nsafe 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 ma
ster and the slave." }, | |
| { "ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC", 1723, "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 i
nserted. This order cannot be predicted and may differ on master and the sl
ave." }, | | { "ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC", 1723, "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 i
nserted. This order cannot be predicted and may differ on master and the sl
ave." }, | |
|
| | | { "ER_BINLOG_UNSAFE_INSERT_TWO_KEYS", 1724, "INSERT... ON DUPLICATE KEY UPD | |
| | | ATE on a table with more than one UNIQUE KEY is unsafe" }, | |
| | | { "ER_TABLE_IN_FK_CHECK", 1725, "Table is being used in foreign key check." | |
| | | }, | |
| | | { "ER_UNSUPPORTED_ENGINE", 1726, "Storage engine \'%s\' does not support sy | |
| | | stem tables. [%s.%s]" }, | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 0 lines changed or added | |
|