summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-12-13 14:39:18 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-12-13 14:39:18 +0200
commit1dc2f35598193fc52b79061c286b61f01c617374 (patch)
tree30e3972564ec174de0432e429f5f0897bf0b41a7 /sql/partition_info.h
parentda5d3499353036d39c3a4bcd1f0466f7de3fc263 (diff)
parentfdf43b5c78c4aeb26efdbef3172746e007ab6f1d (diff)
downloadmariadb-git-1dc2f35598193fc52b79061c286b61f01c617374.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r--sql/partition_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h
index aebb81ff9c5..d3b7e779a5f 100644
--- a/sql/partition_info.h
+++ b/sql/partition_info.h
@@ -341,7 +341,6 @@ public:
partition_info *get_clone(THD *thd, bool empty_data_and_index_file= FALSE);
bool set_named_partition_bitmap(const char *part_name, size_t length);
bool set_partition_bitmaps(List<String> *partition_names);
- bool set_partition_bitmaps_from_table(TABLE_LIST *table_list);
/* Answers the question if subpartitioning is used for a certain table */
bool is_sub_partitioned()
{