1
0
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:
Galina Shalygina
2015-12-17 23:52:14 +03:00
committed by Igor Babaev
parent 12b86beac8
commit dfc4772f83
19 changed files with 2070 additions and 30 deletions

View File

@ -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;