mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fixed bug of multi-level EXPLAIN
This commit is contained in:
@ -227,6 +227,7 @@ protected:
|
||||
select_result *result;
|
||||
int res;
|
||||
bool describe, found_rows_for_union,
|
||||
prepared, //prepare phase already performed for UNION (unit)
|
||||
optimized; // optimize phase already performed for UNION (unit)
|
||||
public:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user