mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
merge bug11754117-45670 fixes from 5.1: fixing comments in sql_lex.h.
This commit is contained in:
parent
ec2caa37ba
commit
8f737d31fd
1 changed files with 2 additions and 1 deletions
|
|
@ -1330,7 +1330,8 @@ public:
|
||||||
BINLOG_STMT_UNSAFE_INSERT_TWO_KEYS,
|
BINLOG_STMT_UNSAFE_INSERT_TWO_KEYS,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
INSERT into auto-inc field which is not the first field in the table.
|
INSERT into auto-inc field which is not the first part of composed
|
||||||
|
primary key.
|
||||||
*/
|
*/
|
||||||
BINLOG_STMT_UNSAFE_AUTOINC_NOT_FIRST,
|
BINLOG_STMT_UNSAFE_AUTOINC_NOT_FIRST,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue