mysql_version.h.in
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Copyright Abandoned 1996, 1999, 2001 MySQL AB
  2.    This file is public domain and comes with NO WARRANTY of any kind */
  3. /* Version numbers for protocol & mysqld */
  4. #ifdef _CUSTOMCONFIG_
  5. #include <custom_conf.h>
  6. #else
  7. #define PROTOCOL_VERSION @PROTOCOL_VERSION@
  8. #define MYSQL_SERVER_VERSION "@VERSION@"
  9. #define MYSQL_SERVER_SUFFIX "@MYSQL_SERVER_SUFFIX@"
  10. #define FRM_VER @DOT_FRM_VERSION@
  11. #define MYSQL_VERSION_ID @MYSQL_VERSION_ID@
  12. #define MYSQL_PORT @MYSQL_TCP_PORT@
  13. #define MYSQL_UNIX_ADDR "@MYSQL_UNIX_ADDR@"
  14. /* mysqld compile time options */
  15. #ifndef MYSQL_CHARSET
  16. #define MYSQL_CHARSET "@default_charset@"
  17. #endif
  18. #endif