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

after review changes (SCRUM)

removed outer resolving flag (because of movingtransformation after fix_fields)
This commit is contained in:
bell@sanja.is.com.ua
2003-07-02 01:45:22 +03:00
parent 100a101ab6
commit 5eaaf8e732
17 changed files with 93 additions and 182 deletions

View File

@ -2019,18 +2019,9 @@ bool setup_tables(TABLE_LIST *tables)
for (TABLE_LIST *table_list=tables ; table_list ;
table_list=table_list->next,tablenr++)
{
TABLE *table=table_list->table;
table->used_fields=0;
table->const_table=0;
table->outer_join=table->null_row=0;
table->status=STATUS_NO_RECORD;
table->keys_in_use_for_query= table->keys_in_use;
TABLE *table= table_list->table;
setup_table_map(table, table_list, tablenr);
table->used_keys= table->keys_for_keyread;
table->maybe_null=test(table->outer_join=table_list->outer_join);
table->tablenr=tablenr;
table->map= (table_map) 1 << tablenr;
table->force_index= table_list->force_index;
if (table_list->use_index)
{
key_map map= get_key_map_from_key_list(table,