mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
some code cleanup
This commit is contained in:
@ -1848,7 +1848,6 @@ copy_data_between_tables(TABLE *from,TABLE *to,
|
|||||||
if (to->file->external_lock(thd,F_UNLCK))
|
if (to->file->external_lock(thd,F_UNLCK))
|
||||||
error=1;
|
error=1;
|
||||||
err:
|
err:
|
||||||
tmp_error = ha_recovery_logging(thd,TRUE);
|
|
||||||
free_io_cache(from);
|
free_io_cache(from);
|
||||||
*copied= found_count;
|
*copied= found_count;
|
||||||
*deleted=delete_count;
|
*deleted=delete_count;
|
||||||
|
Reference in New Issue
Block a user