Searched refs:MAX_LOG_SIZE_LOW (Results 1 – 4 of 4) sorted by relevance
143 static constexpr uint64_t MAX_LOG_SIZE_LOW = 0x400000ULL; // 4MB variable
1391 logSize = DBConstant::MAX_LOG_SIZE_LOW;1407 logSize = DBConstant::MAX_LOG_SIZE_LOW - 1;
1922 logSize = DBConstant::MAX_LOG_SIZE_LOW;1938 logSize = DBConstant::MAX_LOG_SIZE_LOW - 1;
708 if (*limit > DBConstant::MAX_LOG_SIZE_HIGH || *limit < DBConstant::MAX_LOG_SIZE_LOW) { in PragmaSetMaxLogSize()