Lines Matching full:committed
4648 ** function to be invoked whenever a transaction is [COMMIT | committed].
6660 ** [write-ahead log] (i.e. whenever a transaction is committed in
6673 ** including those that were just committed.
21849 ** Make sure all writes to a particular file are committed to disk.
25998 ** Make sure all writes to a particular file are committed to disk.
30460 ** Make sure all writes to a particular file are committed to disk.
34790 /* Undo any frames written (but not committed) to the log */
35027 ** to in this state. If the transaction is committed or rolled back while
35079 ** database file. In this state the transaction may be committed simply
35300 ** relinquished on the database file. Each time a transaction is committed,
35306 ** committed.
35316 ** committed or rolled back when running in "journal_mode=PERSIST" mode.
35393 ** when a transaction is committed, the dbFileSize variable indicates
36117 /* At this point the transaction is committed but the write lock
37549 ** before the transaction was committed, then the change-counter
37711 ** been written (but not committed) to the log file, do one of the
37848 ** contains no valid committed transactions.
38482 ** truncation will be done when the current transaction is committed.
40351 ** transaction is committed.
40686 ** irrevocably committed.
41067 ** is being committed. In this case, it is guaranteed that the database page
43897 ** If any data has been written (but not committed) to the log file, this
43932 ** committed. As a result, the call to xUndo may not fail.
44683 ** from this list when a transaction is committed or rolled back, or when
48447 ** committed. See sqlite3BtreeCommitPhaseTwo() for the second phase of the
54125 ** transaction is committed before returning.
57031 ** committed atomicly.
57306 ** committed. If there are outstanding deferred foreign key constraint
57344 ** transaction will be committed or rolled back as a result of the
57463 ** be committed or rolled back. Call sqlite3VdbeCloseStatement() to
58787 ** This function is called after a transaction has been committed. It
63053 ** is committed.
81272 ** committed, the commit fails if the current value of the counter is
94509 ** transaction is then committed, so the SQL level never knows it was
94511 ** temporary database never needs to be committed.
94564 ** was committed at the btree level). So it safe to end the transaction
108373 ** and used to create a new segment when the transaction is committed.