mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Merge branch '10.0' into bb-10.1-merge
Conflicts: .bzrignore VERSION cmake/plugin.cmake debian/dist/Debian/control debian/dist/Ubuntu/control mysql-test/r/join_outer.result mysql-test/r/join_outer_jcl6.result mysql-test/r/null.result mysql-test/r/old-mode.result mysql-test/r/union.result mysql-test/t/join_outer.test mysql-test/t/null.test mysql-test/t/old-mode.test mysql-test/t/union.test packaging/rpm-oel/mysql.spec.in scripts/mysql_config.sh sql/ha_ndbcluster.cc sql/ha_ndbcluster_binlog.cc sql/ha_ndbcluster_cond.cc sql/item_cmpfunc.h sql/lock.cc sql/sql_select.cc sql/sql_show.cc sql/sql_update.cc sql/sql_yacc.yy storage/innobase/buf/buf0flu.cc storage/innobase/fil/fil0fil.cc storage/innobase/include/srv0srv.h storage/innobase/lock/lock0lock.cc storage/tokudb/CMakeLists.txt storage/xtradb/buf/buf0flu.cc storage/xtradb/fil/fil0fil.cc storage/xtradb/include/srv0srv.h storage/xtradb/lock/lock0lock.cc support-files/mysql.spec.sh
This commit is contained in:
commit
853077ad7e
2354 changed files with 594804 additions and 12493 deletions
|
|
@ -6438,11 +6438,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_15
|
||||
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_16
|
||||
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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue