Home
last modified time | relevance | path

Searched refs:wal_autocheckpoint (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/test/
H A Dwalhook.test17 # and "PRAGMA wal_autocheckpoint" convenience interfaces.
78 execsql { PRAGMA wal_autocheckpoint }
81 execsql { PRAGMA wal_autocheckpoint = 10}
84 execsql { PRAGMA wal_autocheckpoint }
88 # The database connection is configured with "PRAGMA wal_autocheckpoint = 10".
H A Dwal7.test29 PRAGMA wal_autocheckpoint=50; -- 50 pages
57 PRAGMA wal_autocheckpoint=50; -- 50 pages
79 PRAGMA wal_autocheckpoint=50; -- 50 pages
103 PRAGMA wal_autocheckpoint=50; -- 50 pages
H A Dwalfault.test162 execsql { PRAGMA wal_autocheckpoint = 0 }
198 PRAGMA wal_autocheckpoint = 0;
239 PRAGMA wal_autocheckpoint = 0;
337 PRAGMA wal_autocheckpoint = 0;
387 PRAGMA wal_autocheckpoint = 0;
429 PRAGMA wal_autocheckpoint = 0;
461 PRAGMA wal_autocheckpoint = 0;
H A De_walauto.test57 # EVIDENCE-OF: R-30135-06439 The wal_autocheckpoint pragma can be used
62 # wal_autocheckpoint".
67 uplevel [list $db eval "PRAGMA wal_autocheckpoint = $value"]
H A Dwalpersist.test80 PRAGMA wal_autocheckpoint=OFF;
105 PRAGMA wal_autocheckpoint=128;
H A Dwalcrash3.test33 PRAGMA wal_autocheckpoint = 128;
86 PRAGMA wal_autocheckpoint = 128;
H A De_walhook.test165 # interface and the wal_autocheckpoint pragma both invoke
177 execsql { PRAGMA wal_autocheckpoint = 1000 }
H A Dsnapshot_fault.test198 PRAGMA wal_autocheckpoint = 0;
231 PRAGMA wal_autocheckpoint = 0;
H A Dwal9.test28 PRAGMA wal_autocheckpoint = 0;
H A Dinterrupt2.test136 execsql { PRAGMA wal_autocheckpoint = 10 }
H A Dwal3.test45 PRAGMA wal_autocheckpoint = 0;
624 PRAGMA wal_autocheckpoint = 100000;
H A Dwal2.test1239 PRAGMA wal_autocheckpoint = 10;
1267 execsql { PRAGMA wal_autocheckpoint = 1000 }
1312 PRAGMA wal_autocheckpoint = OFF;
H A Dwalthread.test291 db eval { PRAGMA wal_autocheckpoint = 0 }
H A Dpagerfault.test1263 PRAGMA wal_autocheckpoint = 0;
H A Dwal.test1318 PRAGMA wal_autocheckpoint = 0;
/sqlite-3.40.0/src/
H A Dsqlite3ext.h231 int (*wal_autocheckpoint)(sqlite3*,int); member
570 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
H A Dsqlite.h.in9288 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will
9314 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
/sqlite-3.40.0/ext/rbu/
H A Drbu3.test174 # Test a large rbu update to ensure that wal_autocheckpoint does not get
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl364 NAME: wal_autocheckpoint