Commit e03d5bdc authored by heikki@rescue's avatar heikki@rescue

ha_innodb.cc:

  Fix a typo in last night's push
parent ee2ae211
......@@ -78,3 +78,4 @@ zak@balfor.local
zak@linux.local
zgreant@mysql.com
heikki@work.mysql.com
heikki@rescue.
......@@ -1669,7 +1669,7 @@ ha_innobase::write_row(
introduced only in version 4.0.4 */
if (incremented_auto_inc_counter) {
dict_autoinc_decrement(prebuilt->table);
dict_table_autoinc_decrement(prebuilt->table);
}
if (incremented_auto_inc_for_stat) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment