mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
The InnoDB monitor counter log_sys.n_log_ios was almost removed in commit685d958e38(MDEV-14425). This counter was rather meaningless already since commit30ea63b7d2introduced a redo log group commit mechanism, and on the persistent memory interface there are no file system calls that could be counted. The only case when log_sys.n_log_ios was updated is when the log file was being read during crash recovery. Some related output in log_print() as well as the information_schema.innodb_metrics counter log_num_log_io are best removed.