1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Update pbxt suite test results

This commit is contained in:
Sergey Petrunya
2011-05-29 11:38:32 +04:00
parent ded7342daa
commit 4efe046352
4 changed files with 7 additions and 7 deletions

View File

@ -7760,7 +7760,6 @@ bool setup_tables(THD *thd, Name_resolution_context *context,
table_list= table_list->next_leaf, tablenr++)
{
TABLE *table= table_list->table;
table->pos_in_table_list= table_list;
if (first_select_table &&
table_list->top_table() == first_select_table)
{
@ -7775,6 +7774,7 @@ bool setup_tables(THD *thd, Name_resolution_context *context,
}
else
{
table->pos_in_table_list= table_list;
setup_table_map(table, table_list, tablenr);
if (table_list->process_index_hints(table))