diff options
author | unknown <monty@mashka.mysql.fi> | 2002-08-06 03:21:12 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-08-06 03:21:12 +0300 |
commit | 4c1712e40171e2861359878ea885e14936298acf (patch) | |
tree | 84cfa628ebdfccaa671b06ac35934e917f3a9d3e /Docs/manual.texi | |
parent | 3cf7c3e68bae80f753196e8bb38d8cced9adb324 (diff) | |
download | mariadb-git-4c1712e40171e2861359878ea885e14936298acf.tar.gz |
Changed initialization of RND() to be less predictable.
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
Docs/manual.texi:
Changelog
include/mysql_version.h.in:
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bc571c4bcb6..a9eef29f11a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46928,6 +46928,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item +Changed initialisation of @code{RND()} to make it less predicatable. +@item Fixed problem with @code{GROUP BY} on result with expression that created a @code{BLOB} field. @item |