mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
ha_innodb.cc:
Fix a typo in last night's push
This commit is contained in:
parent
ee2ae2110e
commit
e03d5bdca6
2 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue