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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user