From 09d02899db4bea04c0a0e2f5ee2b8070f58c0726 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 16 Sep 2000 18:35:58 -0600 Subject: [PATCH] Added changes lost during bk resolve Docs/manual.texi: Added changes lost during bk resolve --- Docs/manual.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 0b9d64d62e0..50a4ff56150 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36592,6 +36592,16 @@ though, so 3.23 is not released as a stable version yet. @appendixsubsec Changes in release 3.23.25 @itemize @bullet @item +Added @code{BACKUP TABLE/RESTORE TABLE} +@item +Fixed coredump on @code{CHANGE MASTER TO} when the slave did not have +the master to start with +@item +Fixed incorrect @code{Time} in the processlist for @code{Connect} of +the slave thread +@item +The slave now logs when it connects to the master +@item Fixed a core dump bug when doing @code{FLUSH MASTER} when one didn't give a filename argument to @code{--log-bin} @item