mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -211,6 +211,7 @@ public:
|
||||
select_lex(NULL),
|
||||
#endif
|
||||
linkage(UNSPECIFIED_TYPE),
|
||||
is_lateral(false),
|
||||
message(NULL),
|
||||
having(NULL), having_value(Item::COND_UNDEF),
|
||||
using_temporary(false), using_filesort(false),
|
||||
@ -226,6 +227,7 @@ public:
|
||||
#endif
|
||||
const char *select_type;
|
||||
enum sub_select_type linkage;
|
||||
bool is_lateral;
|
||||
|
||||
/*
|
||||
If message != NULL, this is a degenerate join plan, and all subsequent
|
||||
|
Reference in New Issue
Block a user