1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

some code cleanup

sql/sql_table.cc:
  code cleanup
This commit is contained in:
unknown
2002-12-04 21:39:15 +02:00
parent c151ea1f12
commit ada3e32545

View File

@@ -1848,7 +1848,6 @@ copy_data_between_tables(TABLE *from,TABLE *to,
if (to->file->external_lock(thd,F_UNLCK))
error=1;
err:
tmp_error = ha_recovery_logging(thd,TRUE);
free_io_cache(from);
*copied= found_count;
*deleted=delete_count;