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:
@ -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
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user