mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.3->5.5 merge
This commit is contained in:
@ -8133,6 +8133,8 @@ bool setup_tables(THD *thd, Name_resolution_context *context,
|
||||
table_list->table->map= table_list->map_exec;
|
||||
table_list->table->maybe_null= table_list->maybe_null_exec;
|
||||
table_list->table->pos_in_table_list= table_list;
|
||||
if (table_list->process_index_hints(table_list->table))
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
select_lex->leaf_tables.push_back(table_list);
|
||||
}
|
||||
|
Reference in New Issue
Block a user