summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorunknown <sanja@sun.com>2008-12-23 14:02:54 +0200
committerunknown <sanja@sun.com>2008-12-23 14:02:54 +0200
commitee4ddd8e6403a4ff1f40af99ec883da5a0be4bf4 (patch)
treecfa2a5de03b492254fc728db9c75e0cf6296f114 /sql/sql_base.cc
parent3ef5b1fd58ec600773cb808447d53c0d7eda50fa (diff)
downloadmariadb-git-ee4ddd8e6403a4ff1f40af99ec883da5a0be4bf4.tar.gz
Typo of previous push fixed.
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index 916c2296a17..52a633da4ac 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -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);