summaryrefslogtreecommitdiff
path: root/include/mysql_version.h.in
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-01-21 16:30:16 +0200
committermonty@donna.mysql.com <>2001-01-21 16:30:16 +0200
commit62771338ca94eee0dfd23a2d5c2fab0269ff1508 (patch)
treec772f489364087df96cf8f0582915a11ba82ae54 /include/mysql_version.h.in
parentefb0dad5a8889ea8f08fb4d9493e221b18a610e1 (diff)
downloadmariadb-git-62771338ca94eee0dfd23a2d5c2fab0269ff1508.tar.gz
Changes for --with-server-suffix
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
Diffstat (limited to 'include/mysql_version.h.in')
-rw-r--r--include/mysql_version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql_version.h.in b/include/mysql_version.h.in
index 8a4bff7a284..44fd00f806a 100644
--- a/include/mysql_version.h.in
+++ b/include/mysql_version.h.in
@@ -1,10 +1,10 @@
-/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB
+/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
This file is public domain and comes with NO WARRANTY of any kind */
/* Version numbers for protocol & mysqld */
#ifdef _CUSTOMCONFIG_
- #include <custom_conf.h>
+#include <custom_conf.h>
#else
#define PROTOCOL_VERSION @PROTOCOL_VERSION@
#define MYSQL_SERVER_VERSION "@VERSION@"