mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL 2826: Error handling of ALTER TABLE for partitioning
Close down table log also at exit of main thread
This commit is contained in:

parent
c12c095226
commit
9399e98b71
@ -851,6 +851,7 @@ release_table_log()
|
||||
my_free((char*)free_list, MYF(0));
|
||||
free_list= tmp->next_log_entry;
|
||||
}
|
||||
VOID(my_close(global_table_log.file_id, MYF(0)));
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user