diff options
author | arjen@fred.bitbike.com <> | 2002-08-12 14:55:07 +1000 |
---|---|---|
committer | arjen@fred.bitbike.com <> | 2002-08-12 14:55:07 +1000 |
commit | 4861939801a8c3b3ae85e56762985a505c7f4e39 (patch) | |
tree | 625aec14af58c229642311f26300435528bafc1f /Docs/manual.texi | |
parent | 4dfe327a06153de262849d5f75dd9306983d3776 (diff) | |
download | mariadb-git-4861939801a8c3b3ae85e56762985a505c7f4e39.tar.gz |
Various little docs fixups.
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 6e86d85ee38..0e040c08bc5 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46868,6 +46868,7 @@ users use this code as the rest of the code and because of this we are not yet 100% confident in this code. @menu +* News-3.23.53:: Changes in release 3.23.53 * News-3.23.52:: Changes in release 3.23.52 * News-3.23.51:: Changes in release 3.23.51 * News-3.23.50:: Changes in release 3.23.50 @@ -46924,8 +46925,18 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.52, News-3.23.51, News-3.23.x, News-3.23.x +@node News-3.23.53, News-3.23.52, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.53 + +@itemize @bullet +@item +Changed behaviour that @code{IF(condition,column,NULL)} always returns +column type. +@end itemize + +@node News-3.23.52, News-3.23.51, News-3.23.53, News-3.23.x @appendixsubsec Changes in release 3.23.52 + @itemize @bullet @item Fixed problem with @code{UNSIGNED BIGINT} on AIX. @@ -47002,7 +47013,8 @@ Fixed bug in @code{DROP DATABASE} with symlinked directory. Fixed optimization problem with @code{DATETIME} and value outside @code{DATETIME} range. @item -Removed BDB documentation. +Removed Sleepycat's BDB doc files from the source tree, as they're not +needed (MySQL covers BDB in its own documentation). @item Fixed mit-pthreads to compile with glibc 2.2 (needed for @code{make dist}). @item |