mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Semi-join optimizations code cleanup part 2:
- Make EXPLAIN display "Start temporary" at the start of the fanout (it used to display at the first table whose rowid gets into temp. table which is not that useful for the user) - Updated test results (all checked)
This commit is contained in:
@@ -358,8 +358,7 @@ public:
|
||||
ENGINE_COLUMNDEF *start_recinfo;
|
||||
ENGINE_COLUMNDEF *recinfo;
|
||||
|
||||
/* Pointer to next table (next->start_idx > this->end_idx) */
|
||||
SJ_TMP_TABLE *next;
|
||||
SJ_TMP_TABLE *next_flush_table;
|
||||
};
|
||||
|
||||
int setup_semijoin_dups_elimination(JOIN *join, ulonglong options,
|
||||
|
||||
Reference in New Issue
Block a user