diff options
author | Andrei Elkin <andrei.elkin@oracle.com> | 2012-04-21 15:06:06 +0300 |
---|---|---|
committer | Andrei Elkin <andrei.elkin@oracle.com> | 2012-04-21 15:06:06 +0300 |
commit | da7436a2a88a94440b746ad6600450569a50923b (patch) | |
tree | b241e74cedc5ce62c311c7cf25d80b3b598e5c86 /sql/sql_lex.h | |
parent | 6d74c922af3d37debfe3a42803d5c86b56dd936e (diff) | |
download | mariadb-git-da7436a2a88a94440b746ad6600450569a50923b.tar.gz |
merge bug11754117-45670 fixes from 5.1: fixing comments in sql_lex.h.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 992ed551564..111a22c7ff9 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1330,7 +1330,8 @@ public: 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, |