[root@station95 mysql]# ls
auto.cnf binlog.index client-key.pem ibdata1 mysql mysql_upgrade_history server-cert.pem sys
binlog.000001 ca-key.pem '#ib_16384_0.dblwr' ibtmp1 mysql.ibd performance_schema server-key.pem undo_001
binlog.000002 ca.pem '#ib_16384_1.dblwr' '#innodb_redo' mysql.sock private_key.pem station95.log undo_002
binlog.000003 client-cert.pem ib_buffer_pool '#innodb_temp' mysql.sock.lock public_key.pem station95-slow.log world_x
[root@station95 mysql]# cat station95.log
/usr/sbin/mysqld, Version: 9.6.0 (MySQL Community Server - GPL). started with:
Tcp port: 3309 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
2026-03-09T10:52:27.249376Z 0 Execute CREATE TABLE performance_schema.innodb_redo_log_files(
`FILE_ID` BIGINT NOT NULL COMMENT 'Id of the file.',
`FILE_NAME` VARCHAR(2000) NOT NULL COMMENT 'Path to the file.',
`START_LSN` BIGINT NOT NULL COMMENT 'LSN of the first block in the file.',
`END_LSN` BIGINT NOT NULL COMMENT 'LSN after the last block in the file.',
`SIZE_IN_BYTES` BIGINT NOT NULL COMMENT 'Size of the file (in bytes).',
`IS_FULL` TINYINT NOT NULL COMMENT '1 iff file has no free space inside.',
`CONSUMER_LEVEL` INT NOT NULL COMMENT 'All redo log consumers registered on smaller levels than this value, have already consumed this file.'
)engine = 'performance_schema'
[root@station95 mysql]# cat station95-slow.log
/usr/sbin/mysqld, Version: 9.6.0 (MySQL Community Server - GPL). started with:
Tcp port: 3309 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument