Home
last modified time | relevance | path

Searched refs:is_null_relaxed (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/lob/
H A Dlob0lob.cc375 blobref.is_inherited() || blobref.is_null_relaxed()); in Being_modified()
992 if (ref_t::is_null_relaxed(field_ref) || in btr_copy_externally_stored_field_func()
1277 if (is_null_relaxed()) { in is_lob_partially_updatable()
1404 if (!ref.is_null_relaxed()) { in mark_not_partially_updatable()
H A Dlob0purge.cc398 if (!ref.is_owner() || ref.page_no() == FIL_NULL || ref.is_null_relaxed() || in purge()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dlob0lob.h284 bool is_null_relaxed() const { in is_null_relaxed() function
298 static bool is_null_relaxed(const byte *ref) { in is_null_relaxed() function