diff options
author | timour@mysql.com <> | 2004-08-27 16:37:13 +0300 |
---|---|---|
committer | timour@mysql.com <> | 2004-08-27 16:37:13 +0300 |
commit | e2cd3dd1ce66d59eaea06e18f04a6fa5f1848684 (patch) | |
tree | 7af5a09192d2042b9d236d1b98634b8b14be9601 /sql/sql_select.h | |
parent | a5f063e0dab5a5c769596894a8d39bed2ab31875 (diff) | |
download | mariadb-git-e2cd3dd1ce66d59eaea06e18f04a6fa5f1848684.tar.gz |
WL#1724 "Min/Max Optimization for Queries with Group By Clause"
- after-review changes
- merged with the source tree from 204-08-27
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 284e4315917..03c778637fd 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -399,6 +399,7 @@ bool create_myisam_from_heap(THD *thd, TABLE *table, TMP_TABLE_PARAM *param, uint find_shortest_key(TABLE *table, const key_map *usable_keys); /* functions from opt_sum.cc */ +bool simple_pred(Item_func *func_item, Item **args, bool *inv_order); int opt_sum_query(TABLE_LIST *tables, List<Item> &all_fields,COND *conds); /* from sql_delete.cc, used by opt_range.cc */ |