update credits
[LibreOffice.git] / libmariadb / configs / mysql_version.h
blob26120a9ec10aac11b6d36035112a51332fc1eebd
1 /* Copyright Abandoned 1996, 1999, 2001 MySQL AB
2 This file is public domain and comes with NO WARRANTY of any kind */
4 /* Version numbers for protocol & mysqld */
6 #ifdef _CUSTOMCONFIG_
7 #include <custom_conf.h>
8 #else
9 #define PROTOCOL_VERSION 10
10 #define MYSQL_CLIENT_VERSION "5.3.2"
11 #define MYSQL_SERVER_VERSION "5.3.2"
12 #define MYSQL_SERVER_SUFFIX ""
13 #define FRM_VER
14 #define MYSQL_VERSION_ID 50302
15 #define MYSQL_PORT 3306
16 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
17 #define MYSQL_CONFIG_NAME "my"
19 /* mysqld compile time options */
20 #ifndef MYSQL_CHARSET
21 #define MYSQL_CHARSET ""
22 #endif
23 #endif