1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2022-03-11 09:36:03 +02:00
15 changed files with 170 additions and 8 deletions

View File

@@ -1940,6 +1940,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
};