From 379b2695079d0b519a4cb9949285c7515f7ccfa8 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Aug 2000 23:32:26 -0600 Subject: updated changes in the manual Docs/manual.texi: Updated the changes in 3.23.22 and 3.23.23 --- Docs/manual.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 3fbd7fbe923..f16f39a83c8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -35334,6 +35334,13 @@ When deleting rows with a non-unique key in a HEAP table, all rows weren't always deleted. @item Fixed that BDB tables work on part keys. +@item +Added @code{CHANGE MASTER TO} command +@item +Fixed fatal bug in @code{LOAD TABLE FROM MASTER} that did not lock the table during index re-build +@item @code{LOAD DATA INFILE} broke replication if the database was excluded from replication +@item More variables in @code{SHOW SLAVE STATUS} and @code{SHOW MASTER STATUS} +@item @code{SLAVE STOP} now will not return until the slave thread actually exits @end itemize @node News-3.23.22, News-3.23.21, News-3.23.23, News-3.23.x @@ -35374,6 +35381,7 @@ Added @code{auto-rehash} on reconnect for the @code{mysql} client. @item Fixed a newly introduced bug in @code{MyISAM}, where the index file couldn't get bigger than 64M. +@item Added @code{SHOW MASTER STATUS} and @code{SHOW SLAVE STATUS} @end itemize @node News-3.23.21, News-3.23.20, News-3.23.22, News-3.23.x -- cgit v1.2.1