diff options
author | unknown <mskold@mysql.com> | 2006-02-10 17:06:24 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2006-02-10 17:06:24 +0100 |
commit | d830e2b40ebb3eb51a6c759a9bbd525745b67193 (patch) | |
tree | 2ee4fe1b21c14fe160e252c897227178958d1e98 /sql/handler.h | |
parent | 65c74011c1a7a762b1c405a4422e6f59644bbea9 (diff) | |
download | mariadb-git-d830e2b40ebb3eb51a6c759a9bbd525745b67193.tar.gz |
Added partition pruning checks (WL#2987)
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 92fa581c19c..6c85ea823b0 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1128,6 +1128,7 @@ char *generate_partition_syntax(partition_info *part_info, uint *buf_length, bool use_sql_alloc, bool write_all); bool partition_key_modified(TABLE *table, List<Item> &fields); +void prune_partition_set(const TABLE *table, part_id_range *part_spec); void get_partition_set(const TABLE *table, byte *buf, const uint index, const key_range *key_spec, part_id_range *part_spec); |