mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix harmless compiler warnings in lsmtest.
FossilOrigin-Name: bd8a1fb9b33418717c786a7275f636cd4d5facd66de9a416f948b61c6490c743
This commit is contained in:
@ -902,7 +902,7 @@ int do_speed_tests(int nArg, char **azArg){
|
||||
testTimeInit();
|
||||
for(i=0; i<nRow; i+=nStep){
|
||||
int iStep;
|
||||
int nWrite1, nWrite2;
|
||||
int nWrite1 = 0, nWrite2 = 0;
|
||||
testCaseProgress(i, nRow, testCaseNDot(), &iDot);
|
||||
if( pLsm ) lsm_info(pLsm, LSM_INFO_NWRITE, &nWrite1);
|
||||
for(iStep=0; iStep<nStep; iStep++){
|
||||
|
Reference in New Issue
Block a user