From 0661f845ef24ffa977a80de73038c44c33330935 Mon Sep 17 00:00:00 2001 From: "sergefp@mysql.com" <> Date: Wed, 4 Jan 2006 11:11:27 +0300 Subject: [PATCH] WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset --- sql/opt_range.h | 1 + 1 file changed, 1 insertion(+) 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