1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for avoiding gettin Invalid schema object version when doing local changes

This commit is contained in:
unknown
2005-04-27 18:17:41 +02:00
parent b580f8ddf5
commit 27a6a81464
6 changed files with 99 additions and 21 deletions

View File

@ -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
};
/**