1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

IGNORE_INDEX fix for 4.0

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-11-12 16:22:26 +02:00
parent d0ee72c801
commit 9ef50038f8
2 changed files with 3 additions and 2 deletions

View File

@@ -1850,6 +1850,7 @@ bool setup_tables(TABLE_LIST *tables)
for (Field **ptr=table->field ; *ptr ; ptr++)
(*ptr)->query_id=0;
}
table->used_keys&= table->keys_in_use_for_query;
}
if (tablenr > MAX_TABLES)
{