Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dwordcount.c273 int commitInterval = 0; /* How often to commit. 0 means never */ in main() local
337 commitInterval = atoi(argv[i]); in main()
554 if( commitInterval>0 && (nOp%commitInterval)==0 ){ in main()