summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2005-05-17 21:47:28 +0300
committerunknown <heikki@hundin.mysql.fi>2005-05-17 21:47:28 +0300
commit32544f323a5aa6428121a35261adb4070e15449b (patch)
tree9cee7f2930d1fb42975ee3e123270cd144d7c551 /sql/ha_innodb.cc
parent6358cdee1e192a689aa7ea73cbbe053ca244566a (diff)
downloadmariadb-git-32544f323a5aa6428121a35261adb4070e15449b.tar.gz
ha_innodb.cc:
Fix bug #10359 : remove extra code sql/ha_innodb.cc: Fix bug #10359 : remove extra code
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index e9e8f36f98c..0004503e1e5 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -3217,12 +3217,6 @@ no_commit:
/* This call will update the counter according to the
value that was inserted in the table */
- if (error != DB_SUCCESS) {
- error = convert_error_code_to_mysql(error,
- user_thd);
- goto func_exit;
- }
-
dict_table_autoinc_update(prebuilt->table, auto_inc);
}
}