mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19197 Move ASSERT_COLUMN_MARKED_FOR_XXX as methods to Field
This commit is contained in:
288
sql/field.cc
288
sql/field.cc
File diff suppressed because it is too large
Load Diff
@ -627,6 +627,9 @@ public:
|
|||||||
static void operator delete(void *ptr, MEM_ROOT *mem_root)
|
static void operator delete(void *ptr, MEM_ROOT *mem_root)
|
||||||
{ DBUG_ASSERT(0); }
|
{ DBUG_ASSERT(0); }
|
||||||
|
|
||||||
|
bool marked_for_read() const;
|
||||||
|
bool marked_for_write_or_computed() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Used by System Versioning.
|
Used by System Versioning.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user