.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "JOURNAL_SKIP_RECOVERY" "" "06 October 2005" "" "" .SH NAME journal_skip_recovery \- Start journal and wipe exiting records .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int journal_skip_recovery (journal_t * \fIjournal\fB); \fR .SH "ARGUMENTS" .TP \fB\fIjournal\fB\fR journal to startup .SH "DESCRIPTION" .PP Locate any valid recovery information from the journal and set up the journal structures in memory to ignore it (presumably because the caller has evidence that it is out of date). This function does'nt appear to be exorted.. .PP We perform one pass over the journal to allow us to tell the user how much recovery information is being erased, and to let us initialise the journal transaction sequence numbers to the next unused ID.