summaryrefslogtreecommitdiff
path: root/include/mysql_version.h.in
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
commit6c12397b4637ac4e9251edda6dcdda7374107df8 (patch)
tree84cfa628ebdfccaa671b06ac35934e917f3a9d3e /include/mysql_version.h.in
parent03723b2b29ae7e187ca04e76043c24d5e0e79e9d (diff)
downloadmariadb-git-6c12397b4637ac4e9251edda6dcdda7374107df8.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 'include/mysql_version.h.in')
-rw-r--r--include/mysql_version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_version.h.in b/include/mysql_version.h.in
index 44fd00f806a..989b1a95494 100644
--- a/include/mysql_version.h.in
+++ b/include/mysql_version.h.in
@@ -13,6 +13,7 @@
#define MYSQL_VERSION_ID @MYSQL_VERSION_ID@
#define MYSQL_PORT @MYSQL_TCP_PORT@
#define MYSQL_UNIX_ADDR "@MYSQL_UNIX_ADDR@"
+#define MYSQL_CONFIG_NAME "my"
/* mysqld compile time options */
#ifndef MYSQL_CHARSET