Commit 0661f845 authored by sergefp@mysql.com's avatar sergefp@mysql.com

WL#2985 "Partition pruning": added "integer range walking", small change...

WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset 
parent 93669bfe
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment