Lines Matching full:original
20 // original database. If recovery is successful, the recovered
21 // database is backed up over the original database. If recovery is
22 // not successful, the original database is razed. In either case,
23 // the original handle is poisoned so that operations on the stack do
49 // original connection (except for breaking the transactions). The
60 // the original database, then closing the recovery database. The
61 // original database handle is poisoned, causing future calls
68 // the original database intact. Figure out which failure cases
72 // Indicate that the database is unrecoverable. The original
86 // Copy the recovered database over the original database.
89 // Close the recovery database, and poison the original handle.
90 // |raze| controls whether the original database is razed or just
98 Connection* db_; // Original database connection.