1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation.

FossilOrigin-Name: acd2df36c2876ff3cc477889fc99f493cdf53a656bdb84bde6121676c9eeed1f
This commit is contained in:
dan
2019-07-04 19:19:08 +00:00
parent 79d8aa24f1
commit e88c0cde6c
4 changed files with 10 additions and 9 deletions

View File

@@ -505,6 +505,7 @@ void devsym_register(int iDeviceChar, int iSectorSize){
void devsym_unregister(){
sqlite3_vfs_unregister(&devsym_vfs);
sqlite3_vfs_unregister(&writecrash_vfs);
g.pVfs = 0;
g.iDeviceChar = 0;
g.iSectorSize = 0;