mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
perfschema memory related instrumentation changes
This commit is contained in:
@ -342,7 +342,7 @@ class Explain_union : public Explain_node
|
||||
{
|
||||
public:
|
||||
Explain_union(MEM_ROOT *root, bool is_analyze) :
|
||||
Explain_node(root),
|
||||
Explain_node(root), union_members(PSI_INSTRUMENT_MEM),
|
||||
is_recursive_cte(false),
|
||||
fake_select_lex_explain(root, is_analyze)
|
||||
{}
|
||||
|
Reference in New Issue
Block a user