mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL 2826: Error handling of ALTER TABLE for partitioning
New function to set exec_log_entry Moving code outside lock of table log Fixing some initialisations of list reference to avoid releasing wrong parts
This commit is contained in:

parent
ee6508d2ab
commit
d7f164a927
@ -698,7 +698,7 @@ write_execute_table_log_entry(uint first_entry,
|
||||
bool complete,
|
||||
TABLE_LOG_MEMORY_ENTRY **active_entry)
|
||||
{
|
||||
bool write_header;
|
||||
bool write_header= FALSE;
|
||||
char *file_entry= (char*)global_table_log.file_entry;
|
||||
DBUG_ENTER("write_execute_table_log_entry");
|
||||
|
||||
|
Reference in New Issue
Block a user