diff options
author | paul@teton.kitebird.com <> | 2001-06-13 17:12:29 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2001-06-13 17:12:29 -0500 |
commit | 58616ff3d40338de1acec00d5ea0d6ae5e40afb1 (patch) | |
tree | f06af4753e21378f92b52ce82160c1fdfe1bfb83 /Docs | |
parent | 3096206aac7d0765f16360c3134e22684e04801b (diff) | |
parent | 298d247d4370b581817c7d47ff4bf9070fe89568 (diff) | |
download | mariadb-git-58616ff3d40338de1acec00d5ea0d6ae5e40afb1.tar.gz |
Merge paul@work.mysql.com:/home/bk/mysql
into teton.kitebird.com:/home/paul/mysql
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 2b5c499247d..7738f1fd979 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 |