1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset

This commit is contained in:
sergefp@mysql.com
2006-01-04 11:11:27 +03:00
parent 93669bfe0b
commit 0661f845ef

View File

@ -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