|
Mysqlbinlog should not output progress metrics itself, as the metrics that would constitute an accurate understanding of progress are too specific to an individual use case. Therefore, we leave this to the end user to collect mysqlbinlog statistics themselves. To help facilitate this, we have created two additional tasks
- MDEV-26982. We should provide a template script for end users to use as a starting point in creating a mysqlbinlog progress monitor script
- MDEV-27037. Mysqlbinlog should be extended to output a warning comment if it finishes processing all log input before reaching its stop condition.
|