diff options
author | ndbdev@dl145b.mysql.com <> | 2005-06-06 23:39:19 +0200 |
---|---|---|
committer | ndbdev@dl145b.mysql.com <> | 2005-06-06 23:39:19 +0200 |
commit | 161a58ab4b3ef4fbd676fcaa7aa355e47b710288 (patch) | |
tree | 3e200670a1d4a22fc6e563ac52a7347f5946d3e7 /sql/unireg.cc | |
parent | d316bc88d805008606c5635d2e84ce020118f7d7 (diff) | |
parent | 8c94b5fba7f6e5518616615da63c8029c5790aea (diff) | |
download | mariadb-git-161a58ab4b3ef4fbd676fcaa7aa355e47b710288.tar.gz |
merge
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index 9b195f545f3..a93f358c011 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -668,7 +668,7 @@ static bool make_empty_rec(THD *thd, File file,enum db_type table_type, { int error; Field::utype type; - uint firstpos, null_count; + uint null_count; uchar *buff,*null_pos; TABLE table; create_field *field; |