mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -1902,6 +1902,11 @@ public:
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_AUTOINC_NOT_FIRST,
|
||||
|
||||
/**
|
||||
Autoincrement lock mode is incompatible with STATEMENT binlog format.
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_AUTOINC_LOCK_MODE,
|
||||
|
||||
/* The last element of this enumeration type. */
|
||||
BINLOG_STMT_UNSAFE_COUNT
|
||||
};
|
||||
|
Reference in New Issue
Block a user