mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19197 Move ASSERT_COLUMN_MARKED_FOR_XXX as methods to Field
This commit is contained in:
@ -627,6 +627,9 @@ public:
|
||||
static void operator delete(void *ptr, MEM_ROOT *mem_root)
|
||||
{ DBUG_ASSERT(0); }
|
||||
|
||||
bool marked_for_read() const;
|
||||
bool marked_for_write_or_computed() const;
|
||||
|
||||
/**
|
||||
Used by System Versioning.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user