summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/mysql_version.h
diff options
context:
space:
mode:
authorMySQL Team <mysql@php.net>2000-08-22 09:02:46 +0000
committerMySQL Team <mysql@php.net>2000-08-22 09:02:46 +0000
commit4b1380e31c0f6e76c629611c7ba8c4e2e961a2fd (patch)
tree853d1881366287956bbfa7edf2f4edc0ae62637e /ext/mysql/libmysql/mysql_version.h
parentbac08af4cb97ea7e9db18a4267fb070264792f2f (diff)
downloadphp-git-4b1380e31c0f6e76c629611c7ba8c4e2e961a2fd.tar.gz
New files for MySQL 3.23.23 client library. New files are for qouting
using different character sets.
Diffstat (limited to 'ext/mysql/libmysql/mysql_version.h')
-rw-r--r--ext/mysql/libmysql/mysql_version.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/ext/mysql/libmysql/mysql_version.h b/ext/mysql/libmysql/mysql_version.h
index b07e587aff..1f868704fe 100644
--- a/ext/mysql/libmysql/mysql_version.h
+++ b/ext/mysql/libmysql/mysql_version.h
@@ -3,8 +3,18 @@
/* Version numbers for protocol & mysqld */
-#define MYSQL_SERVER_VERSION "3.23.10-alpha"
+#ifdef _CUSTOMCONFIG_
+ #include <custom_conf.h>
+#else
+#define PROTOCOL_VERSION 10
+#define MYSQL_SERVER_VERSION "3.23.22-beta"
#define FRM_VER 6
-#define MYSQL_VERSION_ID 32310
+#define MYSQL_VERSION_ID 32322
+#define MYSQL_PORT 3306
+#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
+
/* mysqld compile time options */
+#ifndef MYSQL_CHARSET
#define MYSQL_CHARSET "latin1"
+#endif
+#endif