mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added new mutex for hostname lookup
Added free of io_cache when using ALTER TABLE ... ORDER BY
This commit is contained in:
@@ -1690,6 +1690,7 @@ copy_data_between_tables(TABLE *from,TABLE *to,
|
||||
found_count++;
|
||||
}
|
||||
end_read_record(&info);
|
||||
free_io_cache(from);
|
||||
delete [] copy;
|
||||
uint tmp_error;
|
||||
if ((tmp_error=to->file->extra(HA_EXTRA_NO_CACHE)))
|
||||
|
||||
Reference in New Issue
Block a user