diff options
author | unknown <monty@hundin.mysql.fi> | 2002-04-26 13:56:32 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-04-26 13:56:32 +0300 |
commit | c3703e5568c76669c8277e98206a00e6f652b5fd (patch) | |
tree | 2122e392524f450ec029fd33faf5e3b34c9c9b6b /Docs/manual.texi | |
parent | 8c0e447729ec268b2e8bc11a3c8770fedd870004 (diff) | |
download | mariadb-git-c3703e5568c76669c8277e98206a00e6f652b5fd.tar.gz |
Don't change FLOAT(X+1,X) to FLOAT(X+2,X)
Docs/manual.texi:
ChangeLog
mysql-test/r/show_check.result:
Updated test for SHOW COLUMNS
mysql-test/t/show_check.test:
Updated test for SHOW COLUMNS
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bf5bb1a9d3d..0243265c506 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46857,7 +46857,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.51:: +* News-3.23.51:: Changes in release 3.23.51 * News-3.23.50:: Changes in release 3.23.50 * News-3.23.49:: Changes in release 3.23.49 * News-3.23.48:: Changes in release 3.23.48 @@ -46915,6 +46915,10 @@ not yet 100% confident in this code. @node News-3.23.51, News-3.23.50, News-3.23.x, News-3.23.x @appendixsubsec Changes in release 3.23.51 @itemize @bullet +@item +Fixed the @code{FLOAT(X+1,X)} is not converted to @code{FLOAT(X+2,X)}. +(This also affected @code{DECIMAL}, @code{DOUBLE} and @code{REAL} types) +@item Fixed the result from @code{IF()} is case in-sensitive if the 2 and third arguments are case sensitive. @end itemize |