Ignore:
Timestamp:
Feb 12, 2002, 8:05:28 AM (24 years ago)
Author:
bird
Message:

Updated to 3.23.42-rel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/mysql/mysql_version.h

    r1936 r7882  
    1 /* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
     1/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
    22   This file is public domain and comes with NO WARRANTY of any kind */
    33
    44/* Version numbers for protocol & mysqld */
    55
    6 #define MYSQL_SERVER_VERSION            "3.22.26a"
    7 #define FRM_VER                 6
    8 #define MYSQL_VERSION_ID        32226
     6#ifdef _CUSTOMCONFIG_
     7#include <custom_conf.h>
     8#else
     9#define PROTOCOL_VERSION                10
     10#define MYSQL_SERVER_VERSION            "3.23.40"
     11#define MYSQL_SERVER_SUFFIX             ""
     12#define FRM_VER                         6
     13#define MYSQL_VERSION_ID                32333
     14#define MYSQL_PORT                      3306
     15#define MYSQL_UNIX_ADDR                 "\\socket\\MySQL"
     16
     17/* mysqld compile time options */
     18#ifndef MYSQL_CHARSET
     19#define MYSQL_CHARSET                   "latin1"
     20#endif
     21#endif
Note: See TracChangeset for help on using the changeset viewer.