Commit b0a0e659 authored by unknown's avatar unknown

manual.texi minor change note cleanups.


Docs/manual.texi:
  minor change note cleanups.
parent 8962fcfa
...@@ -50834,10 +50834,10 @@ each individual 4.0.x release. ...@@ -50834,10 +50834,10 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.5 @appendixsubsec Changes in release 4.0.5
@itemize @itemize
@item @item
Small fix in mysqld_safe for some shells Small fix in @code{mysqld_safe} for some shells.
@item @item
Give error if one has more than 2 ^ 32 rows in a MyISAM MERGE file and one Give error if a @code{MyISAM} @code{MERGE} table has more than 2 ^ 32 rows and
has not compiled MySQL with @code{-DBIG_TABLES}. MySQL was not compiled with with @code{-DBIG_TABLES}.
@item @item
Fixed some @code{ORDER BY ... DESC} problems with InnoDB. Fixed some @code{ORDER BY ... DESC} problems with InnoDB.
@item @item
...@@ -50857,7 +50857,7 @@ Fixed bug where @code{GRANT}/@code{REVOKE} failed if hostname was given in ...@@ -50857,7 +50857,7 @@ Fixed bug where @code{GRANT}/@code{REVOKE} failed if hostname was given in
not matching case. not matching case.
@item @item
Don't give warning in @code{LOAD DATA INFILE} when setting a Don't give warning in @code{LOAD DATA INFILE} when setting a
@code{timestamp} to a string of '0'. @code{timestamp} to a string value of @code{'0'}.
@item @item
Fixed bug in @code{myisamchk -R} mode. Fixed bug in @code{myisamchk -R} mode.
@item @item
...@@ -50930,7 +50930,7 @@ output in @code{SHOW GRANTS}. ...@@ -50930,7 +50930,7 @@ output in @code{SHOW GRANTS}.
Fixed that @code{mysqld --help} reports correct values for @code{--datadir} Fixed that @code{mysqld --help} reports correct values for @code{--datadir}
and @code{--bind-address}. and @code{--bind-address}.
@item @item
Fixed that one can drop UDFs that didn't exist when mysqld was started. Fixed that one can drop UDFs that didn't exist when @code{mysqld} was started.
@item @item
Fixed core dump problem with @code{SHOW VARIABLES} on some 64 bit systems Fixed core dump problem with @code{SHOW VARIABLES} on some 64 bit systems
(like Solaris sparc). (like Solaris sparc).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment