mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure
This commit is contained in:
@ -665,7 +665,7 @@ bool get_key_map_from_key_list(key_map *map, TABLE *table,
|
||||
bool insert_fields(THD *thd,TABLE_LIST *tables,
|
||||
const char *db_name, const char *table_name,
|
||||
List_iterator<Item> *it);
|
||||
bool setup_tables(TABLE_LIST *tables, my_bool reinit);
|
||||
bool setup_tables(TABLE_LIST *tables);
|
||||
int setup_wild(THD *thd, TABLE_LIST *tables, List<Item> &fields,
|
||||
List<Item> *sum_func_list, uint wild_num);
|
||||
int setup_fields(THD *thd, Item** ref_pointer_array, TABLE_LIST *tables,
|
||||
|
Reference in New Issue
Block a user