mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Backout the patch for bug#11758263.
This commit is contained in:
@@ -1268,13 +1268,6 @@ public:
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_INSERT_SELECT_UPDATE,
|
||||
|
||||
/**
|
||||
Query that writes to a table with auto_inc column after selecting from
|
||||
other tables are unsafe as the order in which the rows are retrieved by
|
||||
select may differ on master and slave.
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_WRITE_AUTOINC_SELECT,
|
||||
|
||||
/**
|
||||
INSERT...REPLACE SELECT is unsafe because which rows are replaced depends
|
||||
on the order that rows are retrieved by SELECT. This order cannot be
|
||||
@@ -1296,14 +1289,6 @@ public:
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_CREATE_REPLACE_SELECT,
|
||||
|
||||
/**
|
||||
CREATE TABLE...SELECT on a table with auto-increment column is unsafe
|
||||
because which rows are replaced depends on the order that rows are
|
||||
retrieved from SELECT. This order cannot be predicted and may differ on
|
||||
master and the slave
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_CREATE_SELECT_AUTOINC,
|
||||
|
||||
/**
|
||||
UPDATE...IGNORE is unsafe because which rows are ignored depends on the
|
||||
order that rows are updated. This order cannot be predicted and may differ
|
||||
|
Reference in New Issue
Block a user