mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge bug11754117-45670 fixes from 5.1.
This commit is contained in:
@ -1329,6 +1329,11 @@ public:
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_INSERT_TWO_KEYS,
|
||||
|
||||
/**
|
||||
INSERT into auto-inc field which is not the first field in the table.
|
||||
*/
|
||||
BINLOG_STMT_UNSAFE_AUTOINC_NOT_FIRST,
|
||||
|
||||
/* The last element of this enumeration type. */
|
||||
BINLOG_STMT_UNSAFE_COUNT
|
||||
};
|
||||
|
Reference in New Issue
Block a user