summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@rescue.>2002-09-05 14:22:51 +0300
committerunknown <heikki@rescue.>2002-09-05 14:22:51 +0300
commite56ad0cf61845c729f171b41dc9b74fddedbbd43 (patch)
tree3704b323cbb26d22d5500f7209ff0b1f94598f66
parenta7ef648c96380b11bf43ced5901c16276a933ab5 (diff)
downloadmariadb-git-e56ad0cf61845c729f171b41dc9b74fddedbbd43.tar.gz
ha_innodb.cc:
Fix a typo in last night's push sql/ha_innodb.cc: Fix a typo in last night's push BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--sql/ha_innodb.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index f754b8d3750..0db8ff5c22e 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -78,3 +78,4 @@ zak@balfor.local
zak@linux.local
zgreant@mysql.com
heikki@work.mysql.com
+heikki@rescue.
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index 13c83d48471..7b8afe7b8fe 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -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) {