summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2001-06-13 17:11:04 -0500
committerunknown <paul@teton.kitebird.com>2001-06-13 17:11:04 -0500
commitb6a0f0a58ed97703dabff51388c8b27ad0f118a2 (patch)
treedf4f11868e60f739f4951e51b777eeb812a1d2f6
parentce74f933c664e285eccbb4ee7c5863a1f7f50fb2 (diff)
downloadmariadb-git-b6a0f0a58ed97703dabff51388c8b27ad0f118a2.tar.gz
manual.texi release note cleanups
Docs/manual.texi: release note cleanups
-rw-r--r--Docs/manual.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2aa64d7765e..f14efebaaf0 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46362,13 +46362,13 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.39
@itemize @bullet
@item
-If one dropped and added an @code{AUTO_INCREMENT} column, the
-@code{AUTO_INCREMENT} sequence wasn't reset.
+The @code{AUTO_INCREMENT} sequence wasn't reset when dropping
+and adding an @code{AUTO_INCREMENT} column.
@item
-@code{CREATE .. SELECT} now creates not unique indexes delayed.
+@code{CREATE ... SELECT} now creates non-unique indexes delayed.
@item
Fixed problem where @code{LOCK TABLES table_name READ} followed by
-@code{FLUSH TABLES} put a exclusive lock on the table.
+@code{FLUSH TABLES} put an exclusive lock on the table.
@item
@code{REAL} @@variables with was represented with 2 digits when
converted to strings.
@@ -46380,8 +46380,8 @@ that only had the open count wrong.
@item
Added functions to handle symbolic links to make life easier in 4.0.
@item
-We are now using the @code{-lcma} thread library on HP-UX 10.20 to
-get @strong{MySQL} more stable on HP-UX.
+We are now using the @code{-lcma} thread library on HP-UX 10.20 so
+that @strong{MySQL} will be more stable on HP-UX.
@item
Fixed problem with @code{IF()} and number of decimals in the result.
@item