1
0
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:
serg@serg.mysql.com
2002-11-13 15:57:29 +01:00
parent 84e18e15d0
commit 9b0aca768d

View File

@@ -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)
{