Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1923 auto sorted_cfn = column_family_names_; in Open() local
1924 std::sort(sorted_cfn.begin(), sorted_cfn.end()); in Open()
1927 if (sorted_cfn != existing_column_families) { in Open()
1930 for (auto cf : sorted_cfn) { in Open()
1940 assert(sorted_cfn == existing_column_families); in Open()