mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix a harmless compiler warning that arose from the ENABLE_CURSOR_HINTS
fix of check-in [0af18674ca5b34e67e] FossilOrigin-Name: f578e62ae6f6cc78d8281adab9fa93f3f58711879c2860bbe19f291d257dc0af
This commit is contained in:
@@ -2733,7 +2733,7 @@ int sqlite3WalSnapshotRecover(Wal *pWal){
|
||||
**
|
||||
** If the database contents have changes since the previous read
|
||||
** transaction, then *pChanged is set to 1 before returning. The
|
||||
** Pager layer will use this to know that is cache is stale and
|
||||
** Pager layer will use this to know that its cache is stale and
|
||||
** needs to be flushed.
|
||||
*/
|
||||
int sqlite3WalBeginReadTransaction(Wal *pWal, int *pChanged){
|
||||
|
Reference in New Issue
Block a user