summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-08-06 03:21:12 +0300
committerunknown <monty@mashka.mysql.fi>2002-08-06 03:21:12 +0300
commit4c1712e40171e2861359878ea885e14936298acf (patch)
tree84cfa628ebdfccaa671b06ac35934e917f3a9d3e /Docs/manual.texi
parent3cf7c3e68bae80f753196e8bb38d8cced9adb324 (diff)
downloadmariadb-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.texi2
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