diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-08-09 23:14:02 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-08-09 23:14:02 +0300 |
commit | a80d185e403720d060aa5c61a09e962e0abfb1f8 (patch) | |
tree | 6798f91768273fd1b7f7f80760084855d64d2523 /Docs/manual.texi | |
parent | edf3929cd589d150adccefc754a979ce7e5d7e36 (diff) | |
download | mariadb-git-a80d185e403720d060aa5c61a09e962e0abfb1f8.tar.gz |
A change in IF behaviour that several users asked for ...
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 806c5d34fe0..d91738bf953 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46924,6 +46924,14 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu +@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 IF(condition,column,NULL) returns column type +@end itemize + + @node News-3.23.52, News-3.23.51, News-3.23.x, News-3.23.x @appendixsubsec Changes in release 3.23.52 @itemize @bullet |