1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-09-11 08:30:57 +03:00

Merge the latest enhancements and fixes from trunk.

FossilOrigin-Name: fccc5f20c360fa17c3692a9f1fc1d16612632a7f
This commit is contained in:
dan
2016-01-14 15:46:31 +00:00
80 changed files with 4037 additions and 1349 deletions

View File

@@ -44,6 +44,7 @@
# define sqlite3WalHeapMemory(z) 0
# define sqlite3WalFramesize(z) 0
# define sqlite3WalFindFrame(x,y,z) 0
# define sqlite3WalFile(x) 0
#else
#define WAL_SAVEPOINT_NDATA 4
@@ -147,5 +148,8 @@ int sqlite3WalUpgradeSnapshot(Wal *pWal);
int sqlite3WalFramesize(Wal *pWal);
#endif
/* Return the sqlite3_file object for the WAL file */
sqlite3_file *sqlite3WalFile(Wal *pWal);
#endif /* ifndef SQLITE_OMIT_WAL */
#endif /* _WAL_H_ */