mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Post-merge fixes
This commit is contained in:
parent
075ce1ec57
commit
1f575976a6
3 changed files with 28 additions and 30 deletions
|
|
@ -311,7 +311,7 @@ void copy_fields(TMP_TABLE_PARAM *param);
|
|||
void copy_funcs(Item **func_ptr);
|
||||
bool create_myisam_from_heap(THD *thd, TABLE *table, TMP_TABLE_PARAM *param,
|
||||
int error, bool ignore_last_dupp_error);
|
||||
uint find_shortest_key(TABLE *table, key_map usable_keys);
|
||||
uint find_shortest_key(TABLE *table, const key_map *usable_keys);
|
||||
|
||||
/* functions from opt_sum.cc */
|
||||
int opt_sum_query(TABLE_LIST *tables, List<Item> &all_fields,COND *conds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue