summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaul@central.snake.net <>2001-01-22 20:12:32 -0600
committerpaul@central.snake.net <>2001-01-22 20:12:32 -0600
commit607a6191a31fe08167ddb6052d4cf0e5fd4c1301 (patch)
treec3b44851452ddff1ea6e39283103464102f0f2e1
parent8b7391c9e00436a197b9416b93130d6de4e244fd (diff)
downloadmariadb-git-607a6191a31fe08167ddb6052d4cf0e5fd4c1301.tar.gz
manual.texi clean up recent change notes
-rw-r--r--Docs/manual.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2bac7dab66e..ade214b3b3f 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -40714,12 +40714,13 @@ not yet 100 % confident in this code.
@itemize @bullet
@item
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
Added option @code{FULL} to @code{SHOW COLUMNS}. Now we only show the
privilege list for the columns if this option is given.
@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
Fixed a timing problem in replication that could delay sending an update
to the client until a new update was done.
@@ -40729,13 +40730,13 @@ to keep this code compatible with @code{SHOW FIELDS}.
@item
@code{MERGE} tables didn't work on windows.
@item
-Fixed problem with @code{SET PASSWORD=...} on windows.
+Fixed problem with @code{SET PASSWORD=...} on Windows.
@item
Added missing @file{my_config.h} to RPM distribution.
@item
@code{TRIM("foo" from "foo")} didn't return an empty string.
@item
-Added @code{--with-version-suffix} to configure.
+Added @code{--with-version-suffix} to @code{configure}.
@item
Fixed coredump when client aborted connection without @code{mysql_close()}.
@item