Searched refs:FIRST_OPEN_IS_READ_ONLY (Results 1 – 4 of 4) sorted by relevance
60 static const std::string FIRST_OPEN_IS_READ_ONLY; variable
24 const std::string KvDBProperties::FIRST_OPEN_IS_READ_ONLY = "firstOpenIsReadOnly"; member in DistributedDB::KvDBProperties
935 kvDB->GetMyProperties().GetBoolProp(KvDBProperties::FIRST_OPEN_IS_READ_ONLY, false); in CheckSchema()
123 properties.SetBoolProp(KvDBProperties::FIRST_OPEN_IS_READ_ONLY, true); in UpdateSecProperties()