diff options
author | lenz@mysql.com <> | 2005-06-06 15:23:04 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-06-06 15:23:04 +0200 |
commit | 13afa9129bb2c949147b2c0d84b39982e3575015 (patch) | |
tree | cd4685a1af6e9aab4c77e0609826ad2fbaa41cf0 /sql/unireg.cc | |
parent | dcae1d174f6d4fe4cabd116a215ce1036aa97bd0 (diff) | |
download | mariadb-git-13afa9129bb2c949147b2c0d84b39982e3575015.tar.gz |
Some Windows compile improvements:
- removed some unreferenced variables
- fixed the libmysql project file by removing a duplicate file reference (merge error)
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 eda17d8f4a9..e8aad2fedd0 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; |