diff options
author | unknown <jani@prima.mysql.com> | 2000-11-24 02:04:25 +0200 |
---|---|---|
committer | unknown <jani@prima.mysql.com> | 2000-11-24 02:04:25 +0200 |
commit | c754d3318624c31e84772edb7d053da4628fd7ca (patch) | |
tree | fc6f4e4a0bf80575c6c436014fcb2d082e7df99c /Docs | |
parent | e94b4ebf2bc64710336597445529887640908cc4 (diff) | |
parent | 637a758b836d41b86f3e5bae4e4a55ae7272bcd5 (diff) | |
download | mariadb-git-c754d3318624c31e84772edb7d053da4628fd7ca.tar.gz |
Merge
Docs/manual.texi:
SCCS merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 7d175a6ed8b..ee37c581f31 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -38852,6 +38852,12 @@ Reset status variable which could cause problem if one used @code{--slow-log}. @appendixsubsec Changes in release 3.23.28 @itemize @bullet @item +Added new options @code{--pager[=...]}, @code{--no-pager}, +@code{--tee=...} and @code{--no-tee} to the @code{mysql} client. The +new corresponding interactive commands are @code{pager}, @code{nopager}, +@code{tee} and @code{notee}. @xref{mysql}, @code{mysql --help} and the +interactive help for more information. +@item Fixed crash when automatic repair of @code{MyISAM} table failed. @item Fixed a major performance bug in the table locking code when one |