ha_innodb.cc:

  Fix bug #10359 : remove extra code
parent 0e642803
......@@ -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);
}
}
......
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