ha_innodb.cc:

  Remove unintentionally pushed printf
parent 1079b936
...@@ -1800,8 +1800,6 @@ ha_innobase::write_row( ...@@ -1800,8 +1800,6 @@ ha_innobase::write_row(
goto func_exit; goto func_exit;
} }
printf("Updated value to %lu + 1\n", (ulint)auto_inc);
dict_table_autoinc_update(prebuilt->table, auto_inc); dict_table_autoinc_update(prebuilt->table, auto_inc);
} else { } else {
srv_conc_enter_innodb(prebuilt->trx); srv_conc_enter_innodb(prebuilt->trx);
......
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