1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-783 Check for recursive only cte. Check all cte in list.

This commit is contained in:
David Hall
2017-10-09 14:03:32 -05:00
parent 805300341c
commit ff76412f68
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,7 @@ template <class T> bool isnan(T);
#include "sql_select.h"
#include "mysqld_error.h"
#include "item_windowfunc.h"
#include "sql_cte.h"
// Now clean up the pollution as best we can...
#undef min