Eneboo - Documentación para desarrolladores
|
00001 /* Copyright Abandoned 1996, 1999, 2001 MySQL AB 00002 This file is public domain and comes with NO WARRANTY of any kind */ 00003 00004 /* Version numbers for protocol & mysqld */ 00005 00006 #ifndef _mysql_version_h 00007 #define _mysql_version_h 00008 #ifdef _CUSTOMCONFIG_ 00009 #include <custom_conf.h> 00010 #else 00011 #define PROTOCOL_VERSION 10 00012 #define MYSQL_SERVER_VERSION "4.1.15" 00013 #define MYSQL_BASE_VERSION "mysqld-4.1" 00014 #define MYSQL_SERVER_SUFFIX_DEF "" 00015 #define FRM_VER 6 00016 #define MYSQL_VERSION_ID 40115 00017 #define MYSQL_PORT 3306 00018 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" 00019 #define MYSQL_CONFIG_NAME "my" 00020 #define MYSQL_COMPILATION_COMMENT "Source distribution" 00021 00022 /* mysqld compile time options */ 00023 #endif /* _CUSTOMCONFIG_ */ 00024 00025 #ifndef LICENSE 00026 #define LICENSE GPL 00027 #endif /* LICENSE */ 00028 00029 #endif /* _mysql_version_h */