mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -6632,11 +6632,13 @@ public:
|
||||
- The sj-materialization temporary table
|
||||
- Members needed to make index lookup or a full scan of the temptable.
|
||||
*/
|
||||
class POSITION;
|
||||
|
||||
class SJ_MATERIALIZATION_INFO : public Sql_alloc
|
||||
{
|
||||
public:
|
||||
/* Optimal join sub-order */
|
||||
struct st_position *positions;
|
||||
POSITION *positions;
|
||||
|
||||
uint tables; /* Number of tables in the sj-nest */
|
||||
|
||||
|
Reference in New Issue
Block a user