mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Backout the patch for bug#11758263.
This commit is contained in:
parent
de85a60049
commit
b7430d73e4
27 changed files with 26 additions and 153 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue