1
0
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:
Alexander Barkov
2019-04-06 11:38:18 +04:00
parent 18bf0bf496
commit 371d6ac1bd
2 changed files with 150 additions and 141 deletions

View File

@ -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.
*/