diff options
author | stephan <stephan@noemail.net> | 2023-07-15 01:02:38 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-15 01:02:38 +0000 |
commit | 100bc4429a32381b61e8058c559caba5fd33d0c0 (patch) | |
tree | 857bf70ca9e909c1f13747ae85e542789966c938 /ext/wasm/tester1.c-pp.js | |
parent | bee3213145d88f19ea9767a86fef40fd1aa1b557 (diff) | |
download | sqlite-100bc4429a32381b61e8058c559caba5fd33d0c0.tar.gz sqlite-100bc4429a32381b61e8058c559caba5fd33d0c0.zip |
More work on porting the sahpool bits. Revert to random backing-store names because it works better with the capacity-reduction algorithm.
FossilOrigin-Name: b4e005fd38b06b8d2f2317b955b93807e80a6a18db5f06d7747978d3bfa11411
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r-- | ext/wasm/tester1.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js index 9af285602..8b7119866 100644 --- a/ext/wasm/tester1.c-pp.js +++ b/ext/wasm/tester1.c-pp.js @@ -1288,7 +1288,7 @@ globalThis.sqlite3InitModule = sqlite3InitModule; if(1){ const vfsList = capi.sqlite3_js_vfs_list(); T.assert(vfsList.length>1); - log("vfsList =",vfsList); + //log("vfsList =",vfsList); wasm.scopedAllocCall(()=>{ const vfsArg = (v)=>wasm.xWrap.testConvertArg('sqlite3_vfs*',v); for(const v of vfsList){ |