mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Corrected the patch for mdev-15119 that caused a failure for
cte_nonrecursive.test with --embedded. This also fixed some problems for embedded CTEs. Adjusted test results accordingly.
This commit is contained in:
@ -142,7 +142,7 @@ public:
|
||||
query_name(name), column_list(list), spec(unit),
|
||||
is_recursive(false), with_anchor(false),
|
||||
level(0), rec_result(NULL)
|
||||
{}
|
||||
{ unit->with_element= this; }
|
||||
|
||||
bool check_dependencies_in_spec();
|
||||
|
||||
|
Reference in New Issue
Block a user