Searched refs:test_lsm_config_str (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb3.c | 792 int test_lsm_config_str( in test_lsm_config_str() function 923 rc = test_lsm_config_str(pLsm, pLsm->db, 0, zStr, 0); in tdb_lsm_config_str() 926 rc = test_lsm_config_str(0, pLsm->aWorker[i].pWorker, 1, zStr, 0); in tdb_lsm_config_str() 934 return test_lsm_config_str(0, db, 0, zConfig, 0); in tdb_lsm_configure() 1009 rc = test_lsm_config_str(pDb, pDb->db, 0, zCfg, &nThread); in testLsmOpen() 1331 test_lsm_config_str(pDb, p->pWorker, 1, zCfg, 0); in mt_start_worker() 1342 test_lsm_config_str(0, p->pWorker, 1, "autocheckpoint=0", 0); in mt_start_worker() 1374 test_lsm_config_str(0, pDb->db, 0, "autocheckpoint=0", 0); in testLsmStartWorkers() 1380 test_lsm_config_str(0, pDb->db, 0, "autowork=0", 0); in testLsmStartWorkers() 1386 test_lsm_config_str(0, pDb->db, 0, "autowork=0", 0); in testLsmStartWorkers()
|