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
@ -167,7 +167,7 @@ err:
|
||||
@param item_list List of Items which should be checked
|
||||
*/
|
||||
|
||||
static void make_valid_column_names(THD *thd, List<Item> &item_list)
|
||||
void make_valid_column_names(THD *thd, List<Item> &item_list)
|
||||
{
|
||||
Item *item;
|
||||
uint name_len;
|
||||
|
Reference in New Issue
Block a user