summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/NdbDictionaryImpl.hpp
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-10 11:50:17 +0200
committerunknown <tomas@mc05.(none)>2004-05-10 11:50:17 +0200
commit17652914693b83c04e0b63c10c7a90c7ec912241 (patch)
treecbc68e2c6281414449ec03e76c313e99c0e6b757 /ndb/src/ndbapi/NdbDictionaryImpl.hpp
parentc6bc3cfb8457332b4519efcd10339c2632626acb (diff)
downloadmariadb-git-17652914693b83c04e0b63c10c7a90c7ec912241.tar.gz
fix compiler warnings in ndb
Diffstat (limited to 'ndb/src/ndbapi/NdbDictionaryImpl.hpp')
-rw-r--r--ndb/src/ndbapi/NdbDictionaryImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.hpp b/ndb/src/ndbapi/NdbDictionaryImpl.hpp
index f6b0644ea15..3263a636a79 100644
--- a/ndb/src/ndbapi/NdbDictionaryImpl.hpp
+++ b/ndb/src/ndbapi/NdbDictionaryImpl.hpp
@@ -33,7 +33,7 @@
class NdbDictObjectImpl {
public:
- int m_version;
+ Uint32 m_version;
NdbDictionary::Object::Status m_status;
bool change();