mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MWL#90: Code cleanup: Unification of merged and non-merged SJM nests processing
- Make join buffering code to take into account that JOIN_TABs are not a linear array anymore.
This commit is contained in:
@@ -500,12 +500,14 @@ protected:
|
||||
context can be accessed.
|
||||
*/
|
||||
JOIN *join;
|
||||
|
||||
#if 0
|
||||
/*
|
||||
Cardinality of the range of join tables whose fields can be put into the
|
||||
cache. (A table from the range not necessarily contributes to the cache.)
|
||||
*/
|
||||
uint tables;
|
||||
#endif
|
||||
JOIN_TAB *start_tab;
|
||||
|
||||
/*
|
||||
The total number of flag and data fields that can appear in a record
|
||||
|
||||
Reference in New Issue
Block a user