mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
WL 2826: Error handling of ALTER TABLE for partitioning
Use \0 to indicate frm-file Add more comments Add more #ifdef code missing previously
This commit is contained in:

parent
8ae26a2868
commit
eb60344d78
@ -4759,7 +4759,7 @@ static bool write_log_replace_delete_frm(ALTER_PARTITION_PARAM_TYPE *lpt,
|
||||
else
|
||||
ddl_log_entry.action_type= DDL_LOG_DELETE_ACTION;
|
||||
ddl_log_entry.next_entry= next_entry;
|
||||
ddl_log_entry.handler_name= "frm";
|
||||
ddl_log_entry.handler_name[0]= 0;
|
||||
ddl_log_entry.name= to_path;
|
||||
if (replace_flag)
|
||||
ddl_log_entry.from_name= from_path;
|
||||
|
Reference in New Issue
Block a user