summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2018-01-12 12:54:07 +0300
committerSergei Golubchik <serg@mariadb.org>2018-01-13 01:53:12 +0100
commit93e8ee4ae102c60719b0c2cb467aec52024efd58 (patch)
tree41076bc3e76b0da7c2e74abb822edb3805c32a33 /sql/partition_info.h
parentfbed4ca4f1fb827181074233be849665abf6091d (diff)
downloadmariadb-git-93e8ee4ae102c60719b0c2cb467aec52024efd58.tar.gz
MDEV-14923 Assertion upon INSERT into locked versioned partitioned table
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r--sql/partition_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h
index 6f1414efb02..23e94661e68 100644
--- a/sql/partition_info.h
+++ b/sql/partition_info.h
@@ -348,7 +348,7 @@ public:
bool check_list_constants(THD *thd);
bool check_partition_info(THD *thd, handlerton **eng_type,
handler *file, HA_CREATE_INFO *info,
- bool check_partition_function);
+ partition_info *add_or_reorg_part= NULL);
void print_no_partition_found(TABLE *table, myf errflag);
void print_debug(const char *str, uint*);
Item* get_column_item(Item *item, Field *field);