mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
removed redundant line
This commit is contained in:
@@ -1851,7 +1851,6 @@ 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