mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MWL#90: Address review feedback part #1
This commit is contained in:
@ -616,7 +616,6 @@ inline bool sj_is_materialize_strategy(uint strategy)
|
||||
return strategy >= SJ_OPT_MATERIALIZE;
|
||||
}
|
||||
|
||||
|
||||
class JOIN_TAB_RANGE: public Sql_alloc
|
||||
{
|
||||
public:
|
||||
@ -1050,6 +1049,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
JOIN_TAB *first_linear_tab(JOIN *join, bool after_const_tables);
|
||||
JOIN_TAB *next_linear_tab(JOIN* join, JOIN_TAB* tab, bool include_bush_roots);
|
||||
|
||||
typedef struct st_select_check {
|
||||
uint const_ref,reg_ref;
|
||||
} SELECT_CHECK;
|
||||
|
Reference in New Issue
Block a user