Skip to content
Permalink
Browse files
Correct comments
  • Loading branch information
dr-m committed May 24, 2018
1 parent 54999f4 commit a80e410
Showing 1 changed file with 2 additions and 2 deletions.
@@ -632,11 +632,11 @@ struct log_t{
AND flushed to disk */
ulint n_pending_flushes;/*!< number of currently
pending flushes; protected by
log_sys_t::mutex */
log_sys.mutex */
os_event_t flush_event; /*!< this event is in the reset state
when a flush is running;
os_event_set() and os_event_reset()
are protected by log_sys_t::mutex */
are protected by log_sys.mutex */
ulint n_log_ios; /*!< number of log i/os initiated thus
far */
ulint n_log_ios_old; /*!< number of log i/o's at the

0 comments on commit a80e410

Please sign in to comment.