diff options
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 321a5f0770e..6e86d85ee38 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46928,9 +46928,10 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item -Changed behaviour that @code{IF(condition,column,NULL)} returns column type +Fixed problem with @code{UNSIGNED BIGINT} on AIX. @item -Fixed a security bug with empty db column in db table +Fixed security bug when having an empty databasename in the @code{user.db} +table. @item Changed initialisation of @code{RND()} to make it less predicatable. @item |