mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A joint patch for:
- MDEV-8093 sql_yacc.yy: add %type create_field for field_spec and column_def and partially: - MDEV-8095 Split Create_field
This commit is contained in:
@ -1861,7 +1861,7 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type,
|
||||
All methods presume that there is at least one field to change.
|
||||
*/
|
||||
|
||||
TABLE *create_virtual_tmp_table(THD *thd, List<Create_field> &field_list);
|
||||
TABLE *create_virtual_tmp_table(THD *thd, List<Column_definition> &field_list);
|
||||
|
||||
int test_if_item_cache_changed(List<Cached_item> &list);
|
||||
int join_init_read_record(JOIN_TAB *tab);
|
||||
|
Reference in New Issue
Block a user