diff options
author | Andrei Elkin <andrei.elkin@oracle.com> | 2012-04-21 13:24:39 +0300 |
---|---|---|
committer | Andrei Elkin <andrei.elkin@oracle.com> | 2012-04-21 13:24:39 +0300 |
commit | bf66e3ab637b95b87a0cf9bd580dc58e8f14a1f2 (patch) | |
tree | 5f529072426678936974bb7abecd548dc5af7004 /sql/sql_lex.h | |
parent | e748999eb5e0922bff7d0cb71d2d60dc4a4d783a (diff) | |
parent | f3509d1d67281af248988e117027c67667dae65c (diff) | |
download | mariadb-git-bf66e3ab637b95b87a0cf9bd580dc58e8f14a1f2.tar.gz |
merge bug11754117-45670 fixes from 5.1.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 1ce8bd3f8fa..992ed551564 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -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 }; |