diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-12-10 09:06:58 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2008-12-10 09:06:58 +0100 |
commit | 9cb4c7209ac91f5466e889684db05b7bc7e88360 (patch) | |
tree | d46ae286fcc17fe14ad15719fa107863079e7e7a /sql/sql_partition.cc | |
parent | e2fef3d10a2f592e42b23563ac9369e5ce40a747 (diff) | |
parent | 6538f19f9a73c1102f4ca240bda6aa58799aba6b (diff) | |
download | mariadb-git-9cb4c7209ac91f5466e889684db05b7bc7e88360.tar.gz |
merge
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 8eabded623c..c1df5552eb9 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -4233,9 +4233,8 @@ uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info, after the change as before. Thus we can reply ok immediately without any changes at all. */ - DBUG_RETURN(fast_end_partition(thd, ULL(0), ULL(0), - table, NULL, - TRUE, NULL, FALSE)); + *fast_alter_partition= TRUE; + DBUG_RETURN(FALSE); } else if (new_part_no > curr_part_no) { |