mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8789 Implement non-recursive common table expressions
Initial implementation
This commit is contained in:
committed by
Igor Babaev
parent
12b86beac8
commit
dfc4772f83
@ -60,4 +60,6 @@ bool mysql_rename_view(THD *thd, const char *new_db, const char *new_name,
|
||||
|
||||
extern const LEX_STRING view_type;
|
||||
|
||||
void make_valid_column_names(List<Item> &item_list);
|
||||
|
||||
#endif /* SQL_VIEW_INCLUDED */
|
||||
|
Reference in New Issue
Block a user