102
102
/* Extra margin, in addition to one log file, used in archiving */
103
103
#define LOG_ARCHIVE_EXTRA_MARGIN (4 * UNIV_PAGE_SIZE)
105
106
/* This parameter controls asynchronous writing to the archive */
106
107
#define LOG_ARCHIVE_RATIO_ASYNC 16
108
115
/* Codes used in unlocking flush latches */
109
116
#define LOG_UNLOCK_NONE_FLUSHED_LOCK 1
110
117
#define LOG_UNLOCK_FLUSH_LOCK 2
116
119
/**********************************************************
117
120
Completes a checkpoint write i/o to a log file. */