summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2006-01-04 11:11:27 +0300
committerunknown <sergefp@mysql.com>2006-01-04 11:11:27 +0300
commit833a5e2daa65069d0866fc4783052ed7a777e782 (patch)
treea5444f30a3868af9b44a175e91f0be5741256ab2 /sql
parentdc2a6e226d4d31ba976061538c4b469ab8596a2b (diff)
downloadmariadb-git-833a5e2daa65069d0866fc4783052ed7a777e782.tar.gz
WL#2985 "Partition pruning": added "integer range walking", small change forgotten in previous cset
Diffstat (limited to 'sql')
-rw-r--r--sql/opt_range.h1
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