From 97d252673af301553ac656d49b6d3d591d02bf22 Mon Sep 17 00:00:00 2001 From: Federico Campoli Date: Sun, 19 Aug 2018 08:23:12 +0100 Subject: [PATCH] update release notes for 2.0.9 --- RELEASE_NOTES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 12b4d0b4..d4328d50 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -3,6 +3,15 @@ RELEASE NOTES 2.0.9 -------------------------- +This maintenance release fixes a wrong check for the next auto maintenance run if the maintenance wasn't run before. +Previously when changing the value of ``auto_maintenance`` from disabled to an interval, the process didn't run the automatic maintenance unless a manual maintenance +was executed before. + +This release adds improvements on the replay function's speed. The new version is now replaying the data without accessing the parent log partition and +the decoding logic has been simplified. Not autoritative tests has shown a cpu gain of at least 10% and a better memory allocation. +However your mileage may vary. + +The GTID operational mode has been improved removing the blocking mode which caused increased lag in systems with larger binlog size. 2.0.8 --------------------------