summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authormskold@mysql.com <>2005-04-27 18:17:41 +0200
committermskold@mysql.com <>2005-04-27 18:17:41 +0200
commit5f9843aeee235ab06ab00ad96c4b044f8be9d558 (patch)
tree271a87a13563c1c954f883b1f0422343d6f16a41 /ndb/include
parent96b42c1241024b6829c53e17afc8241c6cbd3472 (diff)
downloadmariadb-git-5f9843aeee235ab06ab00ad96c4b044f8be9d558.tar.gz
Fix for avoiding gettin Invalid schema object version when doing local changes
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/ndbapi/NdbDictionary.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbDictionary.hpp b/ndb/include/ndbapi/NdbDictionary.hpp
index 6aa675a2319..0e4f506c604 100644
--- a/ndb/include/ndbapi/NdbDictionary.hpp
+++ b/ndb/include/ndbapi/NdbDictionary.hpp
@@ -75,8 +75,11 @@ public:
Changed, ///< The object has been modified in memory
///< and has to be commited in NDB Kernel for
///< changes to take effect
- Retrieved ///< The object exist and has been read
+ Retrieved, ///< The object exist and has been read
///< into main memory from NDB Kernel
+ Invalid ///< The object has been invalidated
+ ///< and should not be used
+
};
/**