• Jan Lindström's avatar
    MDEV-8303; Dumping buffer pool noisy in the logs. · eb2c170b
    Jan Lindström authored
    Added new dynamic configuration variable innodb_buf_dump_status_frequency
    to configure how often buffer pool dump status is printed in the logs.
    A number between [0, 100] that tells how oftern buffer pool dump status
    in percentages should be printed. E.g. 10 means that buffer pool dump
    status is printed when every 10% of number of buffer pool pages are
    dumped. Default is 0 (only start and end status is printed).
    eb2c170b
ha_innodb.cc 619 KB