mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
5.5 merge
This commit is contained in:
commit
97e640b9ae
1704 changed files with 7800 additions and 3313 deletions
|
|
@ -1407,7 +1407,10 @@ int ha_archive::optimize(THD* thd, HA_CHECK_OPT* check_opt)
|
|||
mysql_mutex_lock(&share->mutex);
|
||||
|
||||
if (init_archive_reader())
|
||||
{
|
||||
mysql_mutex_unlock(&share->mutex);
|
||||
DBUG_RETURN(errno);
|
||||
}
|
||||
|
||||
// now we close both our writer and our reader for the rename
|
||||
if (share->archive_write_open)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue