summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-09-16 18:35:58 -0600
committerunknown <sasha@mysql.sashanet.com>2000-09-16 18:35:58 -0600
commit09d02899db4bea04c0a0e2f5ee2b8070f58c0726 (patch)
tree71c5a741a237f948595dae97359a51934f3148b8 /Docs
parent5d4cae7243809082e1a14441c304dcf54edd0ffc (diff)
downloadmariadb-git-09d02899db4bea04c0a0e2f5ee2b8070f58c0726.tar.gz
Added changes lost during bk resolve
Docs/manual.texi: Added changes lost during bk resolve
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi10
1 files changed, 10 insertions, 0 deletions
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