1
0
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:
mikron@c-ae09e253.1238-1-64736c10.cust.bredbandsbolaget.se
2006-04-18 16:58:12 +02:00
parent 8ae26a2868
commit eb60344d78
2 changed files with 12 additions and 2 deletions

View File

@ -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;