Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc287 bool is_default_cf = (section_arg == kDefaultColumnFamilyName); in CheckSection() local
288 if (cf_opts_.size() == 0 && !is_default_cf) { in CheckSection()
293 } else if (cf_opts_.size() != 0 && is_default_cf) { in CheckSection()
303 has_default_cf_options_ |= is_default_cf; in CheckSection()