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:
@@ -8320,6 +8320,7 @@ bool setup_tables(THD *thd, Name_resolution_context *context,
|
||||
my_error(ER_TOO_MANY_TABLES, MYF(0), static_cast<int>(MAX_TABLES));
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
|
||||
if (qb_hints && // QB hints initialized
|
||||
!table_list->opt_hints_table) // Table hints are not adjusted yet
|
||||
{
|
||||
|
Reference in New Issue
Block a user