Lines Matching full:committed
4641 ** function to be invoked whenever a transaction is [COMMIT | committed].
6653 ** [write-ahead log] (i.e. whenever a transaction is committed in
6666 ** including those that were just committed.
21842 ** Make sure all writes to a particular file are committed to disk.
25991 ** Make sure all writes to a particular file are committed to disk.
30453 ** Make sure all writes to a particular file are committed to disk.
34783 /* Undo any frames written (but not committed) to the log */
35020 ** to in this state. If the transaction is committed or rolled back while
35072 ** database file. In this state the transaction may be committed simply
35293 ** relinquished on the database file. Each time a transaction is committed,
35299 ** committed.
35309 ** committed or rolled back when running in "journal_mode=PERSIST" mode.
35386 ** when a transaction is committed, the dbFileSize variable indicates
36110 /* At this point the transaction is committed but the write lock
37542 ** before the transaction was committed, then the change-counter
37704 ** been written (but not committed) to the log file, do one of the
37841 ** contains no valid committed transactions.
38475 ** truncation will be done when the current transaction is committed.
40344 ** transaction is committed.
40679 ** irrevocably committed.
41060 ** is being committed. In this case, it is guaranteed that the database page
43890 ** If any data has been written (but not committed) to the log file, this
43925 ** committed. As a result, the call to xUndo may not fail.
44676 ** from this list when a transaction is committed or rolled back, or when
48440 ** committed. See sqlite3BtreeCommitPhaseTwo() for the second phase of the
54118 ** transaction is committed before returning.
57024 ** committed atomicly.
57299 ** committed. If there are outstanding deferred foreign key constraint
57337 ** transaction will be committed or rolled back as a result of the
57456 ** be committed or rolled back. Call sqlite3VdbeCloseStatement() to
58780 ** This function is called after a transaction has been committed. It
63046 ** is committed.
81265 ** committed, the commit fails if the current value of the counter is
94502 ** transaction is then committed, so the SQL level never knows it was
94504 ** temporary database never needs to be committed.
94557 ** was committed at the btree level). So it safe to end the transaction
108345 ** and used to create a new segment when the transaction is committed.