mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSON
- Tabular EXPLAIN now prints "RECURSIVE UNION". - There is a basic implementation of EXPLAIN FORMAT=JSON. - it produces "recursive_union" JSON struct - No other details or ANALYZE support, yet.
This commit is contained in:
@ -1166,7 +1166,7 @@ err:
|
||||
}
|
||||
|
||||
|
||||
|
||||
// One step of recursive execution
|
||||
bool st_select_lex_unit::exec_recursive(bool is_driving_recursive)
|
||||
{
|
||||
st_select_lex *lex_select_save= thd->lex->current_select;
|
||||
|
Reference in New Issue
Block a user