summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/DictCache.hpp
diff options
context:
space:
mode:
authorunknown <mysqldev@mysql.com>2004-05-19 14:38:38 +0200
committerunknown <mysqldev@mysql.com>2004-05-19 14:38:38 +0200
commite492e90255d4190c65fea2d87a063e5cd6599f49 (patch)
tree48437eac239c40b420dedf12d3a6d0050a7bdf66 /ndb/src/ndbapi/DictCache.hpp
parent844f762916b608ba75aa5c8002b763ee46b68ced (diff)
downloadmariadb-git-e492e90255d4190c65fea2d87a063e5cd6599f49.tar.gz
Forte compile fixes
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'ndb/src/ndbapi/DictCache.hpp')
-rw-r--r--ndb/src/ndbapi/DictCache.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/DictCache.hpp b/ndb/src/ndbapi/DictCache.hpp
index e59793bbc09..098acc9006a 100644
--- a/ndb/src/ndbapi/DictCache.hpp
+++ b/ndb/src/ndbapi/DictCache.hpp
@@ -56,13 +56,14 @@ public:
NdbTableImpl* put(const char * name, NdbTableImpl *);
void drop(NdbTableImpl *);
void release(NdbTableImpl *);
-private:
+public:
enum Status {
OK = 0,
DROPPED = 1,
RETREIVING = 2
};
+private:
struct TableVersion {
Uint32 m_version;
Uint32 m_refCount;