1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix the build for when SQLITE_ENABLE_STAT4 is defined.

FossilOrigin-Name: 8f0a8c2aa45f7cf7339094d83893aeb046b010b5b97bb4dae99ac07a8ebf2fa6
This commit is contained in:
drh
2020-03-18 15:58:13 +00:00
parent 59a8cb7931
commit 78a50d7280
3 changed files with 9 additions and 7 deletions

View File

@@ -779,6 +779,8 @@ static void statPush(
p->nSkipAhead++;
sqlite3_result_int(context, p->current.anDLt[0]>0);
}
#else
{}
#endif
}