diff options
author | sergefp@mysql.com <> | 2006-01-04 11:11:27 +0300 |
---|---|---|
committer | sergefp@mysql.com <> | 2006-01-04 11:11:27 +0300 |
commit | 0661f845ef24ffa977a80de73038c44c33330935 (patch) | |
tree | a5444f30a3868af9b44a175e91f0be5741256ab2 /sql/opt_range.h | |
parent | 93669bfe0bce493f02226c8c5b0fab3e1c8c3270 (diff) | |
download | mariadb-git-0661f845ef24ffa977a80de73038c44c33330935.tar.gz |
WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index 3cd348ba9af..a27b3607d73 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -721,6 +721,7 @@ uint get_index_for_order(TABLE *table, ORDER *order, ha_rows limit); #ifdef WITH_PARTITION_STORAGE_ENGINE bool prune_partitions(THD *thd, TABLE *table, Item *pprune_cond); +void store_key_image_to_rec(Field *field, char *ptr, uint len); #endif #endif |