mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
The pilot patch for mwl#253.
This commit is contained in:
@ -1042,6 +1042,8 @@ SQL_SELECT *make_select(TABLE *head, table_map const_tables,
|
||||
table_map read_tables, COND *conds,
|
||||
bool allow_null_cond, int *error);
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user