Commit 87161264 authored by unknown's avatar unknown

Typo of previous push fixed.

parent fe133544
......@@ -2984,7 +2984,7 @@ TABLE *open_table(THD *thd, TABLE_LIST *table_list, MEM_ROOT *mem_root,
Fill record with random values to find bugs where we access fields
without first reading them.
*/
bfill(table->record[0], table->reclength, 254);
bfill(table->record[0], table->s->reclength, 254);
#endif
DBUG_ASSERT(table->key_read == 0);
DBUG_RETURN(table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment