Searched refs:ST_TRANS (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 569 #define ST_TRANS 8 macro 610 { "-trans", ST_TRANS, 0}, in do_speed_test2() 712 if( aParam[ST_TRANS] ) testBegin(pDb, 2, &rc); in do_speed_test2() 714 if( aParam[ST_TRANS] ) testCommit(pDb, 0, &rc); in do_speed_test2() 727 if( aParam[ST_TRANS] ) testBegin(pDb, 1, &rc); in do_speed_test2() 742 if( aParam[ST_TRANS] ) testCommit(pDb, 0, &rc); in do_speed_test2()
|