mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge
This commit is contained in:
@@ -1427,6 +1427,12 @@ public:
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_UPDATE_IGNORE,
|
||||
|
||||
/**
|
||||
INSERT... ON DUPLICATE KEY UPDATE on a table with more than one
|
||||
UNIQUE KEYS is unsafe.
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_INSERT_TWO_KEYS,
|
||||
|
||||
/* The last element of this enumeration type. */
|
||||
BINLOG_STMT_UNSAFE_COUNT
|
||||
};
|
||||
|
Reference in New Issue
Block a user