manual.texi clean up recent change notes

parent 8b7391c9
...@@ -40714,12 +40714,13 @@ not yet 100 % confident in this code. ...@@ -40714,12 +40714,13 @@ not yet 100 % confident in this code.
@itemize @bullet @itemize @bullet
@item @item
Changed code to get around compiler bug in Compaq C++ on OSF1, that broke Changed code to get around compiler bug in Compaq C++ on OSF1, that broke
@code{BACKUP, RESTORE, CHECK, REPAIR, and ANALYZE TABLE}. @code{BACKUP}, @code{RESTORE}, @code{CHECK}, @code{REPAIR}, and
@code{ANALYZE TABLE}.
@item @item
Added option @code{FULL} to @code{SHOW COLUMNS}. Now we only show the Added option @code{FULL} to @code{SHOW COLUMNS}. Now we only show the
privilege list for the columns if this option is given. privilege list for the columns if this option is given.
@item @item
Fixed bug in @code{SHOW LOGS} when there wheren't any BDB logs. Fixed bug in @code{SHOW LOGS} when there weren't any BDB logs.
@item @item
Fixed a timing problem in replication that could delay sending an update Fixed a timing problem in replication that could delay sending an update
to the client until a new update was done. to the client until a new update was done.
...@@ -40729,13 +40730,13 @@ to keep this code compatible with @code{SHOW FIELDS}. ...@@ -40729,13 +40730,13 @@ to keep this code compatible with @code{SHOW FIELDS}.
@item @item
@code{MERGE} tables didn't work on windows. @code{MERGE} tables didn't work on windows.
@item @item
Fixed problem with @code{SET PASSWORD=...} on windows. Fixed problem with @code{SET PASSWORD=...} on Windows.
@item @item
Added missing @file{my_config.h} to RPM distribution. Added missing @file{my_config.h} to RPM distribution.
@item @item
@code{TRIM("foo" from "foo")} didn't return an empty string. @code{TRIM("foo" from "foo")} didn't return an empty string.
@item @item
Added @code{--with-version-suffix} to configure. Added @code{--with-version-suffix} to @code{configure}.
@item @item
Fixed coredump when client aborted connection without @code{mysql_close()}. Fixed coredump when client aborted connection without @code{mysql_close()}.
@item @item
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