diff options
Diffstat (limited to 'ext/misc/explain.c')
-rw-r--r-- | ext/misc/explain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/misc/explain.c b/ext/misc/explain.c index 009519457..726af76b9 100644 --- a/ext/misc/explain.c +++ b/ext/misc/explain.c @@ -293,6 +293,7 @@ static sqlite3_module explainModule = { 0, /* xRelease */ 0, /* xRollbackTo */ 0, /* xShadowName */ + 0 /* xIntegrity */ }; #endif /* SQLITE_OMIT_VIRTUALTABLE */ |