1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Typo of previous push fixed.

This commit is contained in:
unknown
2008-12-23 14:02:54 +02:00
parent 3ef5b1fd58
commit ee4ddd8e64

View File

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