Home | History | Annotate | Download | only in examples

Lines Matching full:recovery

36    foo.repairs -- log file for log file recovery operations (not compressed)
56 operation was interrupted and when recovery is attempted, the gzip file will
95 recovery if interrupted. Multi-byte values are stored little endian
158 progress but not completed. If so, apply the recovery procedure below.
210 Recovery procedure:
211 - If not a replace recovery, read in the foo.add file, and provide that data
212 to the appropriate recovery below. If there is no foo.add file, provide
213 a zero data length to the recovery. In that case, the append recovery
215 For the the compress recovery, a missing foo.add file results in foo.gz
217 - Append recovery:
219 - Compress recovery:
221 - Replace recovery:
245 /* Macro for debugging to deterministically force recovery operations */
728 fprintf(rec, "%.24s %s recovery: %s\n", ctime(&now), op == APPEND_OP ?
745 /* log recovery */
892 recovery operation if needed */