ha_innodb.cc:

Fix a typo in last night's push
This commit is contained in:
heikki@rescue. 2002-09-05 14:22:51 +03:00
parent ee2ae2110e
commit e03d5bdca6
2 changed files with 2 additions and 1 deletions

View file

@ -78,3 +78,4 @@ zak@balfor.local
zak@linux.local
zgreant@mysql.com
heikki@work.mysql.com
heikki@rescue.

View file

@ -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) {