diff options
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index a10c53af7a8..1b448cfca06 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50881,7 +50881,10 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item -Fixed a security bug with empty db column in db table +Fixed problem with @code{UNSIGNED BIGINT} on AIX. +@item +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 |