diff options
author | Alexander Barkov <bar@mariadb.org> | 2015-11-25 11:22:10 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2015-11-25 11:22:10 +0400 |
commit | 00ed55c71ab08045d79917ae3a749d2c3dae25cf (patch) | |
tree | 83b774822a3c8fc88402b10517d7a7a56ac4ca6e /sql/sql_select.h | |
parent | a099686e2e9fdc3d7dc2948cc13165c9e8aaf11d (diff) | |
download | mariadb-git-00ed55c71ab08045d79917ae3a749d2c3dae25cf.tar.gz |
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
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 9f9047399fe..a65aa9fdeaa 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -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); |