diff options
author | mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-04-21 08:43:07 -0400 |
---|---|---|
committer | mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-04-21 08:43:07 -0400 |
commit | 82dfff9d08790d1948f03a1ea06681c3ebe3ea04 (patch) | |
tree | 3134b1337835cddc30818d013c39e701baabfbfa /sql/sql_partition.h | |
parent | 006176ba1f762d5cadbcc5d50790030dbe7d3fa6 (diff) | |
download | mariadb-git-82dfff9d08790d1948f03a1ea06681c3ebe3ea04.tar.gz |
BUG#19067: Crash when ALTER TABLE for default subpartitioned table
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index fd2c474236f..87f9a751ca3 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -69,8 +69,7 @@ bool check_partition_info(partition_info *part_info,handlerton **eng_type, bool fix_partition_func(THD *thd, const char *name, TABLE *table, bool create_table_ind); char *generate_partition_syntax(partition_info *part_info, - uint *buf_length, bool use_sql_alloc, - bool write_all); + uint *buf_length, bool use_sql_alloc); bool partition_key_modified(TABLE *table, List<Item> &fields); void get_partition_set(const TABLE *table, byte *buf, const uint index, const key_range *key_spec, |