summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-07-17 10:29:44 +1000
committerunknown <arjen@fred.bitbike.com>2002-07-17 10:29:44 +1000
commit6fbafad20d727c4df3bb74e63399e4eb2e646376 (patch)
tree2b554f8d35524b78abe59cc21693ddbaa428cc3e
parentbcccf59ee0a195f35165090285501e3ffa6c7f8b (diff)
downloadmariadb-git-6fbafad20d727c4df3bb74e63399e4eb2e646376.tar.gz
Started 4.0.3 changes.
Added changelog entry for Jani's pager fix in mysql client.
-rw-r--r--Docs/manual.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 886d9abd5e6..dc1ed45630c 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -49674,12 +49674,22 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@cindex changes, version 4.0
@menu
+* News-4.0.3:: Changes in release 4.0.3
* News-4.0.2:: Changes in release 4.0.2 (01 July 2002)
* News-4.0.1:: Changes in release 4.0.1 (23 Dec 2001)
* News-4.0.0:: Changes in release 4.0.0 (Oct 2001: Alpha)
@end menu
-@node News-4.0.2, News-4.0.1, News-4.0.x, News-4.0.x
+@node News-4.0.3, News-4.0.2, News-4.0.x, News-4.0.x
+@appendixsubsec Changes in release 4.0.3
+
+@itemize @bullet
+@item
+Fixed a bug that made the pager option in the mysql client non-functional.
+@end itemize
+
+
+@node News-4.0.2, News-4.0.1, News-4.0.3, News-4.0.x
@appendixsubsec Changes in release 4.0.2 (01 July 2002)
@itemize @bullet
@@ -49942,6 +49952,7 @@ GRANT ... WITH MAX_QUERIES_PER_HOUR N1
Added @code{mysql_secure_installation} to the @file{scripts/} directory.
@end itemize
+
@node News-4.0.1, News-4.0.0, News-4.0.2, News-4.0.x
@appendixsubsec Changes in release 4.0.1 (23 Dec 2001)
@@ -50016,6 +50027,7 @@ the @code{FIRST} and @code{AFTER} keywords.
Indexes are now used with @code{ORDER BY} on a whole @code{InnoDB} table.
@end itemize
+
@node News-4.0.0, , News-4.0.1, News-4.0.x
@appendixsubsec Changes in release 4.0.0 (Oct 2001: Alpha)