mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived table
(BUG#2120 sfter merge)
This commit is contained in:
@ -247,7 +247,9 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset;
|
||||
// uncachable cause
|
||||
#define UNCACHEABLE_DEPENDENT 1
|
||||
#define UNCACHEABLE_RAND 2
|
||||
#define UNCACHEABLE_SIDEEFFECT 4
|
||||
#define UNCACHEABLE_SIDEEFFECT 4
|
||||
// forcing to save JOIN for explain
|
||||
#define UNCACHEABLE_EXPLAIN 8
|
||||
|
||||
#ifdef EXTRA_DEBUG
|
||||
/*
|
||||
|
Reference in New Issue
Block a user