1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix to compile without partitioning.

Remove few ifdef's
This commit is contained in:
Sergei Golubchik
2013-06-15 19:09:40 +02:00
parent 68a6705ed1
commit 935817e985
7 changed files with 60 additions and 62 deletions

View File

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