mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34888 Implement SEMIJOIN() and SUBQUERY() hints
This commit is contained in:
@@ -1576,6 +1576,9 @@ public:
|
||||
{
|
||||
parsed_optimizer_hints= hl;
|
||||
}
|
||||
uint subquery_strategies_allowed(THD *thd) const;
|
||||
bool semijoin_enabled(THD *thd) const;
|
||||
void update_available_semijoin_strategies(THD *thd);
|
||||
};
|
||||
typedef class st_select_lex SELECT_LEX;
|
||||
|
||||
|
Reference in New Issue
Block a user