1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Add the SQLITE_FCNTL_JOURNAL_POINTER file control.

FossilOrigin-Name: ad3daa5427672d2d236939ad3285b765f4601801
This commit is contained in:
drh
2016-01-13 18:12:44 +00:00
8 changed files with 43 additions and 15 deletions

View File

@@ -3407,4 +3407,10 @@ int sqlite3WalFramesize(Wal *pWal){
}
#endif
/* Return the sqlite3_file object for the WAL file
*/
sqlite3_file *sqlite3WalFile(Wal *pWal){
return pWal->pWalFd;
}
#endif /* #ifndef SQLITE_OMIT_WAL */