1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
unknown
2006-04-03 12:26:35 -04:00
parent 150d8d3564
commit b7b95ecf2d
3 changed files with 8 additions and 8 deletions

View File

@ -5342,7 +5342,8 @@ void handle_alter_part_error(ALTER_PARTITION_PARAM_TYPE *lpt,
DBUG_ENTER("handle_alter_part_error");
if (!part_info->first_log_entry &&
execute_ddl_log_entry(part_info->first_log_entry->entry_pos))
execute_ddl_log_entry(current_thd,
part_info->first_log_entry->entry_pos))
{
/*
We couldn't recover from error, most likely manual interaction