mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02: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:
parent
694ce95557
commit
f84dbf4b20
17 changed files with 263 additions and 249 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue