diff options
author | heikki@hundin.mysql.fi <> | 2002-11-15 23:10:51 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-11-15 23:10:51 +0200 |
commit | 7e7027ae235762a292c62742a206a5b96639f7c5 (patch) | |
tree | ff00e45c32530d28e63bfd0892f899f4daa96bb1 | |
parent | 1079b93640a7845a90c27f08b774027ab5e2f155 (diff) | |
download | mariadb-git-7e7027ae235762a292c62742a206a5b96639f7c5.tar.gz |
ha_innodb.cc:
Remove unintentionally pushed printf
-rw-r--r-- | sql/ha_innodb.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index 46ddeb2c027..333e971e520 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -1800,8 +1800,6 @@ ha_innobase::write_row( goto func_exit; } - printf("Updated value to %lu + 1\n", (ulint)auto_inc); - dict_table_autoinc_update(prebuilt->table, auto_inc); } else { srv_conc_enter_innodb(prebuilt->trx); |