Index: src/memdb.c ================================================================== --- src/memdb.c +++ src/memdb.c @@ -562,10 +562,13 @@ */ int sqlite3MemdbInit(void){ sqlite3_vfs *pLower = sqlite3_vfs_find(0); int sz = pLower->szOsFile; memdb_vfs.pAppData = pLower; - if( sz