summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-06-15 19:09:40 +0200
committerSergei Golubchik <sergii@pisem.net>2013-06-15 19:09:40 +0200
commit935817e985d15ce0d4f339ee7006ee891df11489 (patch)
tree0caaace72efcf645161c694ea2b1a190e56f9d6d /sql/opt_range.h
parent68a6705ed1dc7a0ff5c86910e23989f97788e741 (diff)
downloadmariadb-git-935817e985d15ce0d4f339ee7006ee891df11489.tar.gz
Fix to compile without partitioning.
Remove few ifdef's
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index ddaa5c5e59a..ccddd40686c 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -1046,8 +1046,8 @@ bool calculate_cond_selectivity_for_table(THD *thd, TABLE *table, Item *cond);
#ifdef WITH_PARTITION_STORAGE_ENGINE
bool prune_partitions(THD *thd, TABLE *table, Item *pprune_cond);
-void store_key_image_to_rec(Field *field, uchar *ptr, uint len);
#endif
+void store_key_image_to_rec(Field *field, uchar *ptr, uint len);
extern String null_string;