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

Disable sqlite3_drop_module() tests when virtual tables are omitted from

the build.

FossilOrigin-Name: 9f4035f91a9f914797c67afbf19139b2cd25aea48595f7254fe5d18cd693d972
This commit is contained in:
drh
2019-10-02 00:25:08 +00:00
parent cfee884e73
commit e2b7a7693e
5 changed files with 13 additions and 10 deletions

View File

@@ -67,4 +67,5 @@
#define MUTEX_LOGIC(X)
#else
#define MUTEX_LOGIC(X) X
int sqlite3_mutex_held(sqlite3_mutex*);
#endif /* defined(SQLITE_MUTEX_OMIT) */