Searched refs:WALTRACE (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | wal.c | 259 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X macro 261 # define WALTRACE(X) macro 937 WALTRACE(("WAL%p: acquire SHARED-%s %s\n", pWal, in walLockShared() 953 WALTRACE(("WAL%p: acquire EXCLUSIVE-%s cnt=%d %s\n", pWal, in walLockExclusive() 962 WALTRACE(("WAL%p: release EXCLUSIVE-%s cnt=%d\n", pWal, in walUnlockExclusive() 1244 WALTRACE(("WAL%p: recovery begin...\n", pWal)); in walIndexRecover() 1437 WALTRACE(("WAL%p: recovery %s\n", pWal, rc ? "failed" : "ok")); in walIndexRecover() 1568 WALTRACE(("WAL%d: opened\n", pRet)); in sqlite3WalOpen() 2295 WALTRACE(("WAL%p: closed\n", pWal)); in sqlite3WalClose() 3867 WALTRACE(("WAL%p: checkpoint begins\n", pWal)); in sqlite3WalCheckpoint() [all …]
|