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