diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-08-15 23:32:26 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-08-15 23:32:26 -0600 |
commit | 379b2695079d0b519a4cb9949285c7515f7ccfa8 (patch) | |
tree | a4ec9714563a2060a1404466a366bc6c9ded6400 | |
parent | e318f3a607f609c28636a9ac29cd67662166f01a (diff) | |
download | mariadb-git-379b2695079d0b519a4cb9949285c7515f7ccfa8.tar.gz |
updated changes in the manual
Docs/manual.texi:
Updated the changes in 3.23.22 and 3.23.23
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 8 insertions, 0 deletions
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 |