diff options
author | lenz@mysql.com <> | 2002-10-01 21:16:27 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-01 21:16:27 +0200 |
commit | 3aa161d240dccbf71fa3ab233bfe88025b8a0859 (patch) | |
tree | e996b2a1d20ff73a44aa4657bbd9ca624756d8e4 /Docs | |
parent | bed08a376d0e2dd3b9fa9f31cbce99d15126c65f (diff) | |
download | mariadb-git-3aa161d240dccbf71fa3ab233bfe88025b8a0859.tar.gz |
- Tagged ChangeSet 1.1321 as mysql-4.0.4
- added some missing changelog entries to the 4.0.5 changelog
- applied small fix to configure.in from monty (already applied manually
to configure.in of the 4.0.4 release source files - not relevant for
normal builds anyway)
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 7a7f1299a93..7d49abb034a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50811,7 +50811,7 @@ each individual 4.0.x release. @menu * News-4.0.5:: Changes in release 4.0.5 -* News-4.0.4:: Changes in release 4.0.4 +* News-4.0.4:: Changes in release 4.0.4 (29 Sep 2002) * News-4.0.3:: Changes in release 4.0.3 (26 Aug 2002: Beta) * News-4.0.2:: Changes in release 4.0.2 (01 Jul 2002) * News-4.0.1:: Changes in release 4.0.1 (23 Dec 2001) @@ -50824,10 +50824,16 @@ each individual 4.0.x release. @item Give error if one has more than 2 ^ 32 rows in a MyISAM MERGE file and one has not compiled MySQL with @code{-DBIG_TABLES}. +@item +Fixed some @code{ORDER BY ... DESC} problems with InnoDB. +@item +Fixed an inadvertently changed option (@code{--ignore-space}) back to the +original @code{--ignore-spaces} in @code{mysqlclient}. (Both syntaxes will +work). @end itemize @node News-4.0.4, News-4.0.3, News-4.0.5, News-4.0.x -@appendixsubsec Changes in release 4.0.4 +@appendixsubsec Changes in release 4.0.4 (29 Sep 2002) @itemize @bullet @item |