summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
diff options
context:
space:
mode:
authorunknown <mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-04-03 12:26:35 -0400
committerunknown <mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-04-03 12:26:35 -0400
commitb7b95ecf2d6bfde1ffda21809f356773f8630cdc (patch)
treeb5de134ebfa828c8e34b50bc11e90123b3c5b0bb /sql/sql_partition.cc
parent150d8d35641cb14058cc436747b32b6c84ce5cee (diff)
downloadmariadb-git-b7b95ecf2d6bfde1ffda21809f356773f8630cdc.tar.gz
Fixes
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r--sql/sql_partition.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc
index 351ed0dd5a6..f038c2232cf 100644
--- a/sql/sql_partition.cc
+++ b/sql/sql_partition.cc
@@ -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