From: dan Date: Fri, 3 Nov 2017 19:34:17 +0000 (+0000) Subject: Fix some comments in new code on this branch. No changes to code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a258a2c0ff5c2ce1a14db6f5b6f0ef4c83d48d3b;p=thirdparty%2Fsqlite.git Fix some comments in new code on this branch. No changes to code. FossilOrigin-Name: cbec1bfe4b9f0e9fc9849db623694902308ecc05f3898368201a9902c39a138f --- diff --git a/manifest b/manifest index ef298569fa..5a8e2c0b6b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Merge\slatest\strunk\schanges\swith\sthis\sbranch. -D 2017-11-03T17:51:37.040 +C Fix\ssome\scomments\sin\snew\scode\son\sthis\sbranch.\sNo\schanges\sto\scode. +D 2017-11-03T19:34:17.982 F Makefile.in b142eb20482922153ebc77b261cdfd0a560ed05a81e9f6d9a2b0e8192922a1d2 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc a55372a22454e742ba7c8f6edf05b83213ec01125166ad7dcee0567e2f7fc81b @@ -472,7 +472,7 @@ F src/resolve.c 5a461643f294ec510ca615b67256fc3861e4c8eff5f29e5940491e70553b1955 F src/rowset.c 7b7e7e479212e65b723bf40128c7b36dc5afdfac F src/select.c 660ef7977841fb462f24c8561e4212615bb6e5c9835fd3556257ce8316c50fee F src/shell.c.in 08cbffc31900359fea85896342a46147e9772c370d8a5079b7be26e3a1f50e8a -F src/sqlite.h.in bdd51182dd37e5583f9a201e933a20c9f0c779ceabe500de7e67d57a5fb55ab4 +F src/sqlite.h.in fac062a139e95b9ea2074518e4de1edceee4b5ff8d3befb2dc51634dc0475b2a F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8 F src/sqlite3ext.h c02d628cca67f3889c689d82d25c3eb45e2c155db08e4c6089b5840d64687d34 F src/sqliteInt.h f5377febf86654c975e1d4e4353a5ad2fbaa5bc86b584ba3761ed33e24ce2c0e @@ -550,7 +550,7 @@ F src/vdbesort.c 731a09e5cb9e96b70c394c1b7cf3860fbe84acca7682e178615eb941a3a0ef2 F src/vdbetrace.c 48e11ebe040c6b41d146abed2602e3d00d621d7ebe4eb29b0a0f1617fd3c2f6c F src/vtab.c 0e4885495172e1bdf54b12cce23b395ac74ef5729031f15e1bc1e3e6b360ed1a F src/vxworks.h d2988f4e5a61a4dfe82c6524dd3d6e4f2ce3cdb9 -F src/wal.c 84172f8556012866db16aa2c385f972d112accbb37c1df6d709ccb30b7533063 +F src/wal.c 298acb2281a73fa15971f40b2283e49c317ef1ab08d1e53c6b5956ee9140152d F src/wal.h 8de5d2d3de0956d6f6cb48c83a4012d5f227b8fe940f3a349a4b7e85ebcb492a F src/walker.c d591e8a9ccf60abb010966b354fcea4aa08eba4d83675c2b281a8764c76cc22f F src/where.c b7a075f5fb3d912a891dcc3257f538372bb4a1622dd8ca7d752ad95ce8949ba4 @@ -1674,7 +1674,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 9b0d5c4ff707f58b07ae28cfe0a7de62fbd22fa20678e446350d1472391bc0b9 29ec855e13e0dcd675dcf12948b42f9e669d0a31c5d9efb95857888aba0beeee -R 04d6fa7835319401e085a65123a1b583 +P 585e0a09c5e1cd3d32e7b3fe228bd3eb674631f4074f517aad4c2600818a337a +R 07390855efc0141c7a26cb08f8119f74 U dan -Z 9bd997c1b71c6c7594ae27b51b9c96d2 +Z 9e604d6a7024cca2a24e6e925cfd2e77 diff --git a/manifest.uuid b/manifest.uuid index 8e06905bef..66f79de2c3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -585e0a09c5e1cd3d32e7b3fe228bd3eb674631f4074f517aad4c2600818a337a \ No newline at end of file +cbec1bfe4b9f0e9fc9849db623694902308ecc05f3898368201a9902c39a138f \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 0ae0fc5fd1..f738ddef52 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -508,7 +508,6 @@ int sqlite3_exec( #define SQLITE_CANTOPEN_ISDIR (SQLITE_CANTOPEN | (2<<8)) #define SQLITE_CANTOPEN_FULLPATH (SQLITE_CANTOPEN | (3<<8)) #define SQLITE_CANTOPEN_CONVPATH (SQLITE_CANTOPEN | (4<<8)) -#define SQLITE_CANTOPEN_DIRTYWAL (SQLITE_CANTOPEN | (5<<8)) #define SQLITE_CORRUPT_VTAB (SQLITE_CORRUPT | (1<<8)) #define SQLITE_READONLY_RECOVERY (SQLITE_READONLY | (1<<8)) #define SQLITE_READONLY_CANTLOCK (SQLITE_READONLY | (2<<8)) @@ -1061,6 +1060,20 @@ struct sqlite3_io_methods { ** so that all subsequent write operations are independent. ** ^SQLite will never invoke SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE without ** a prior successful call to [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE]. +** +**
  • [[SQLITE_FCNTL_READ_SHM]] +** The [SQLITE_FCNTL_READ_SHM] opcode may be used to read data from +** the shared-memory region used by wal mode if the previous call +** to the xShmMap method returned SQLITE_READONLY_CANTLOCK. The argument +** must point to an instance of a structure declared as: +**
    +**   struct ReadShmArg { void *pBuf; int nBuf };
    +** 
    )^ +** Before returning, this operation allocates a buffer large enough for +** the entire shared-memory using sqlite3_malloc() and populates it with +** a copy thereof. ReadShmArg.pBuf is set to point to the buffer, and +** ReadShmArg to its size in bytes. It is the responsibility of the caller +** to eventually free the buffer using sqlite3_free(). ** */ #define SQLITE_FCNTL_LOCKSTATE 1 diff --git a/src/wal.c b/src/wal.c index 397a42f8a9..b8d546184b 100644 --- a/src/wal.c +++ b/src/wal.c @@ -2345,7 +2345,8 @@ static int walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int cnt){ if( rc==SQLITE_READONLY_CANTLOCK ){ /* This is a readonly_shm connection and there are no other connections ** to the database. So the *-shm file may not be accessed using mmap. - ** Take WAL_READ_LOCK(0) before proceding. */ + ** Try to open an "unlocked" transaction - one that loads the *-shm + ** file into memory using read() - instead. */ assert( pWal->nWiData>0 && pWal->apWiData[0]==0 ); assert( pWal->readOnly & WAL_SHM_RDONLY ); return walBeginUnlocked(pWal, pChanged);