summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
diff options
context:
space:
mode:
authorndbdev@dl145b.mysql.com <>2005-06-06 23:39:19 +0200
committerndbdev@dl145b.mysql.com <>2005-06-06 23:39:19 +0200
commit161a58ab4b3ef4fbd676fcaa7aa355e47b710288 (patch)
tree3e200670a1d4a22fc6e563ac52a7347f5946d3e7 /sql/unireg.cc
parentd316bc88d805008606c5635d2e84ce020118f7d7 (diff)
parent8c94b5fba7f6e5518616615da63c8029c5790aea (diff)
downloadmariadb-git-161a58ab4b3ef4fbd676fcaa7aa355e47b710288.tar.gz
merge
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r--sql/unireg.cc2
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;