1
0
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:
Marko Mäkelä
2020-05-13 12:52:57 +03:00
44 changed files with 208 additions and 305 deletions

View File

@ -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