mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 'github/10.1' into 10.2
This commit is contained in:
@ -207,6 +207,9 @@ public:
|
||||
|
||||
Explain_select(MEM_ROOT *root, bool is_analyze) :
|
||||
Explain_basic_join(root),
|
||||
#ifndef DBUG_OFF
|
||||
select_lex(NULL),
|
||||
#endif
|
||||
message(NULL),
|
||||
having(NULL), having_value(Item::COND_UNDEF),
|
||||
using_temporary(false), using_filesort(false),
|
||||
@ -215,6 +218,9 @@ public:
|
||||
{}
|
||||
|
||||
public:
|
||||
#ifndef DBUG_OFF
|
||||
SELECT_LEX *select_lex;
|
||||
#endif
|
||||
const char *select_type;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user