diff options
author | serg@janus.mylan <> | 2007-03-16 14:09:30 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-03-16 14:09:30 +0100 |
commit | f813272125b7f438048b2ca147121c55e87038c1 (patch) | |
tree | f06b9c071ca6d1f50f2856a14063f336cedd384d /sql/log.cc | |
parent | 404238917998e579aaea922131032ee9d048b1e9 (diff) | |
parent | 6aa5c001c5debfedb044b4be455e0549de836409 (diff) | |
download | mariadb-git-f813272125b7f438048b2ca147121c55e87038c1.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into janus.mylan:/usr/home/serg/Abk/mysql-5.1
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc index deb77890f35..1994660bf5b 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -3773,7 +3773,7 @@ bool MYSQL_BIN_LOG::write(Log_event *event_info) nb_elements())); /* If the auto_increment was second in a table's index (possible with - MyISAM or BDB) (table->next_number_key_offset != 0), such event is + MyISAM or BDB) (table->next_number_keypart != 0), such event is in fact not necessary. We could avoid logging it. */ Intvar_log_event e(thd, (uchar) INSERT_ID_EVENT, |