Searched refs:IsSnapshotSupported (Results 1 – 4 of 4) sorted by relevance
396 bool IsSnapshotSupported() const { in IsSnapshotSupported() function397 return table_->IsSnapshotSupported() && !moptions_.inplace_update_support; in IsSnapshotSupported()
265 virtual bool IsSnapshotSupported() const { return true; } in IsSnapshotSupported() function
2373 if (!cfd->mem()->IsSnapshotSupported()) { in CreateColumnFamilyImpl()2437 bool cf_support_snapshot = cfd->mem()->IsSnapshotSupported(); in DropColumnFamilyImpl()2468 if (!c->IsDropped() && !c->mem()->IsSnapshotSupported()) { in DropColumnFamilyImpl()
1536 if (!cfd->mem()->IsSnapshotSupported()) { in Open()