diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-05-24 14:51:59 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-05-24 14:51:59 +0200 |
commit | 7af0bbc3bcc3f47c15bd14f97652ee4cb30dfac6 (patch) | |
tree | 498aada5d15432514b41100444b982ff13cc1568 /sql/sql_partition.cc | |
parent | 923da1e889ed8d45d99ef1692eff853f6af1b49c (diff) | |
parent | 47906997c778edc506aa1ca16a113afef1650c54 (diff) | |
download | mariadb-git-7af0bbc3bcc3f47c15bd14f97652ee4cb30dfac6.tar.gz |
Merge of bug#51851.
Also moved HA_DATA_PARTITION from ha_partition.cc to table.h.
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 0eb92dc23a9..4f6a62343cc 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -4186,7 +4186,6 @@ void get_partition_set(const TABLE *table, uchar *buf, const uint index, bool mysql_unpack_partition(THD *thd, const char *part_buf, uint part_info_len, - const char *part_state, uint part_state_len, TABLE* table, bool is_create_table_ind, handlerton *default_db_type, bool *work_part_info_used) @@ -4222,8 +4221,6 @@ bool mysql_unpack_partition(THD *thd, goto end; } part_info= lex.part_info; - part_info->part_state= part_state; - part_info->part_state_len= part_state_len; DBUG_PRINT("info", ("Parse: %s", part_buf)); if (parse_sql(thd, & parser_state, NULL) || part_info->fix_parser_data(thd)) |