Home | History | Annotate | Download | only in sql

Lines Matching refs:Recovered

19 // database and populate it with the recovered contents of the
20 // original database. If recovery is successful, the recovered
50 // // Commit the recovered data to the original database file.
51 // sql::Recovery::Recovered(r.Pass());
55 // If Recovered() is not called, then RazeAndClose() is called on
91 // If Recovered() is not called, the destructor will call
97 static bool Recovered(scoped_ptr<Recovery> r) WARN_UNUSED_RESULT;
108 // steady state, all databases should progress to recovered or razed.
125 // recovered in |*rows_recovered|.
161 // Copy the recovered database over the original database.