Searched refs:tmp_opts (Results 1 – 2 of 2) sorted by relevance
1318 Options tmp_opts(options_); in TestCheckpoint() local1319 tmp_opts.listeners.clear(); in TestCheckpoint()2036 Options tmp_opts; in Open() local2038 tmp_opts.max_open_files = -1; in Open()2040 tmp_opts.env = db_stress_env; in Open()2058 Options tmp_opts; in Open() local2060 tmp_opts.max_open_files = -1; in Open()2061 tmp_opts.env = db_stress_env; in Open()2076 Options tmp_opts; in Open() local2077 tmp_opts.env = options_.env; in Open()[all …]
599 DBOptions tmp_opts(db_options); in OpenAsSecondary() local601 if (nullptr == tmp_opts.info_log) { in OpenAsSecondary()602 s = CreateLoggerFromOptions(secondary_path, tmp_opts, &tmp_opts.info_log); in OpenAsSecondary()604 tmp_opts.info_log = nullptr; in OpenAsSecondary()609 DBImplSecondary* impl = new DBImplSecondary(tmp_opts, dbname); in OpenAsSecondary()