m_string.h | m_string.h | |||
---|---|---|---|---|
skipping to change at line 98 | skipping to change at line 98 | |||
#endif | #endif | |||
#endif | #endif | |||
/* Declared in int2str() */ | /* Declared in int2str() */ | |||
extern char NEAR _dig_vec_upper[]; | extern char NEAR _dig_vec_upper[]; | |||
extern char NEAR _dig_vec_lower[]; | extern char NEAR _dig_vec_lower[]; | |||
/* Defined in strtod.c */ | /* Defined in strtod.c */ | |||
extern const double log_10[309]; | extern const double log_10[309]; | |||
#ifdef BAD_STRING_COMPILER | #ifndef strmov | |||
#define strmov(A,B) (memccpy(A,B,0,INT_MAX)-1) | ||||
#else | ||||
#define strmov_overlapp(A,B) strmov(A,B) | #define strmov_overlapp(A,B) strmov(A,B) | |||
#define strmake_overlapp(A,B,C) strmake(A,B,C) | #define strmake_overlapp(A,B,C) strmake(A,B,C) | |||
#endif | #endif | |||
#ifdef BAD_MEMCPY /* Problem with gcc on Alpha */ | #ifdef BAD_MEMCPY /* Problem with gcc on Alpha */ | |||
#define memcpy_fixed(A,B,C) bmove((A),(B),(C)) | #define memcpy_fixed(A,B,C) bmove((A),(B),(C)) | |||
#else | #else | |||
#define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) | #define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) | |||
#endif | #endif | |||
skipping to change at line 158 | skipping to change at line 156 | |||
extern void strappend(char *s,size_t len,pchar fill); | extern void strappend(char *s,size_t len,pchar fill); | |||
extern char *strend(const char *s); | extern char *strend(const char *s); | |||
extern char *strcend(const char *, pchar); | extern char *strcend(const char *, pchar); | |||
extern char *strfield(char *src,int fields,int chars,int blanks, | extern char *strfield(char *src,int fields,int chars,int blanks, | |||
int tabch); | int tabch); | |||
extern char *strfill(char * s,size_t len,pchar fill); | extern char *strfill(char * s,size_t len,pchar fill); | |||
extern size_t strinstr(const char *str,const char *search); | extern size_t strinstr(const char *str,const char *search); | |||
extern size_t r_strinstr(const char *str, size_t from, const char *search) ; | extern size_t r_strinstr(const char *str, size_t from, const char *search) ; | |||
extern char *strkey(char *dst,char *head,char *tail,char *flags); | extern char *strkey(char *dst,char *head,char *tail,char *flags); | |||
extern char *strmake(char *dst,const char *src,size_t length); | extern char *strmake(char *dst,const char *src,size_t length); | |||
#ifndef strmake_overlapp | ||||
extern char *strmake_overlapp(char *dst,const char *src, size_t length); | ||||
#endif | ||||
#ifndef strmov | #ifndef strmov | |||
extern char *strmov(char *dst,const char *src); | extern char *strmov(char *dst,const char *src); | |||
#else | ||||
extern char *strmov_overlapp(char *dst,const char *src); | ||||
#endif | #endif | |||
extern char *strnmov(char *dst,const char *src,size_t n); | extern char *strnmov(char *dst,const char *src,size_t n); | |||
extern char *strsuff(const char *src,const char *suffix); | extern char *strsuff(const char *src,const char *suffix); | |||
extern char *strcont(const char *src,const char *set); | extern char *strcont(const char *src,const char *set); | |||
extern char *strxcat _VARARGS((char *dst,const char *src, ...)); | extern char *strxcat _VARARGS((char *dst,const char *src, ...)); | |||
extern char *strxmov _VARARGS((char *dst,const char *src, ...)); | extern char *strxmov _VARARGS((char *dst,const char *src, ...)); | |||
extern char *strxcpy _VARARGS((char *dst,const char *src, ...)); | extern char *strxcpy _VARARGS((char *dst,const char *src, ...)); | |||
extern char *strxncat _VARARGS((char *dst,size_t len, const char *src, ...) ); | extern char *strxncat _VARARGS((char *dst,size_t len, const char *src, ...) ); | |||
extern char *strxnmov _VARARGS((char *dst,size_t len, const char *src, ...) ); | extern char *strxnmov _VARARGS((char *dst,size_t len, const char *src, ...) ); | |||
extern char *strxncpy _VARARGS((char *dst,size_t len, const char *src, ...) ); | extern char *strxncpy _VARARGS((char *dst,size_t len, const char *src, ...) ); | |||
End of changes. 3 change blocks. | ||||
6 lines changed or deleted | 3 lines changed or added | |||
my_config.h | my_config.h | |||
---|---|---|---|---|
/* include/config.h. Generated from config.h.in by configure. */ | /* include/config.h. Generated from config.h.in by configure. */ | |||
/* config.h.in. Generated from configure.in by autoheader. */ | /* include/config.h.in. Generated from configure.in by autoheader. */ | |||
/* Define if building universal (internal helper macro) */ | /* Define if building universal (internal helper macro) */ | |||
/* #undef AC_APPLE_UNIVERSAL_BUILD */ | /* #undef AC_APPLE_UNIVERSAL_BUILD */ | |||
/* Support big tables */ | /* Support big tables */ | |||
/* #undef BIG_TABLES */ | /* #undef BIG_TABLES */ | |||
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | |||
systems. This function is required for `alloca.c' support on those syste ms. | systems. This function is required for `alloca.c' support on those syste ms. | |||
*/ | */ | |||
skipping to change at line 1157 | skipping to change at line 1157 | |||
/* NDB status version */ | /* NDB status version */ | |||
/* #undef NDB_VERSION_STATUS */ | /* #undef NDB_VERSION_STATUS */ | |||
/* Name of package */ | /* Name of package */ | |||
#define PACKAGE "mysql" | #define PACKAGE "mysql" | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define PACKAGE_BUGREPORT "" | #define PACKAGE_BUGREPORT "" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define PACKAGE_NAME "" | #define PACKAGE_NAME "MySQL Server" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define PACKAGE_STRING "" | #define PACKAGE_STRING "MySQL Server 5.5.2-m2" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define PACKAGE_TARNAME "" | #define PACKAGE_TARNAME "mysql" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define PACKAGE_VERSION "" | #define PACKAGE_VERSION "5.5.2-m2" | |||
/* mysql client protocol version */ | /* mysql client protocol version */ | |||
#define PROTOCOL_VERSION 10 | #define PROTOCOL_VERSION 10 | |||
/* qsort returns void */ | /* qsort returns void */ | |||
#define QSORT_TYPE_IS_VOID 1 | #define QSORT_TYPE_IS_VOID 1 | |||
/* The return type of qsort (int or void). */ | /* The return type of qsort (int or void). */ | |||
#define RETQSORTTYPE void | #define RETQSORTTYPE void | |||
skipping to change at line 1291 | skipping to change at line 1291 | |||
/* #undef USE_MYSYS_NEW */ | /* #undef USE_MYSYS_NEW */ | |||
/* used new readline interface (are rl_completion_func_t and | /* used new readline interface (are rl_completion_func_t and | |||
rl_compentry_func_t defined) */ | rl_compentry_func_t defined) */ | |||
/* #undef USE_NEW_READLINE_INTERFACE */ | /* #undef USE_NEW_READLINE_INTERFACE */ | |||
/* the pstack backtrace library */ | /* the pstack backtrace library */ | |||
/* #undef USE_PSTACK */ | /* #undef USE_PSTACK */ | |||
/* Version number of package */ | /* Version number of package */ | |||
#define VERSION "5.5.1-m2" | #define VERSION "5.5.2-m2" | |||
/* sighandler type is void (*signal ()) (); */ | /* sighandler type is void (*signal ()) (); */ | |||
#define VOID_SIGHANDLER 1 | #define VOID_SIGHANDLER 1 | |||
/* Include Archive Storage Engine into mysqld */ | /* Include Archive Storage Engine into mysqld */ | |||
/* #undef WITH_ARCHIVE_STORAGE_ENGINE */ | /* #undef WITH_ARCHIVE_STORAGE_ENGINE */ | |||
/* Include Basic Write-only Read-never tables into mysqld */ | /* Include Basic Write-only Read-never tables into mysqld */ | |||
/* #undef WITH_BLACKHOLE_STORAGE_ENGINE */ | /* #undef WITH_BLACKHOLE_STORAGE_ENGINE */ | |||
End of changes. 6 change blocks. | ||||
6 lines changed or deleted | 6 lines changed or added | |||
mysql_version.h | mysql_version.h | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
This file is public domain and comes with NO WARRANTY of any kind */ | This file is public domain and comes with NO WARRANTY of any kind */ | |||
/* Version numbers for protocol & mysqld */ | /* Version numbers for protocol & mysqld */ | |||
#ifndef _mysql_version_h | #ifndef _mysql_version_h | |||
#define _mysql_version_h | #define _mysql_version_h | |||
#ifdef _CUSTOMCONFIG_ | #ifdef _CUSTOMCONFIG_ | |||
#include <custom_conf.h> | #include <custom_conf.h> | |||
#else | #else | |||
#define PROTOCOL_VERSION 10 | #define PROTOCOL_VERSION 10 | |||
#define MYSQL_SERVER_VERSION "5.5.1-m2" | #define MYSQL_SERVER_VERSION "5.5.2-m2" | |||
#define MYSQL_BASE_VERSION "mysqld-5.5" | #define MYSQL_BASE_VERSION "mysqld-5.5" | |||
#define MYSQL_SERVER_SUFFIX_DEF "" | #define MYSQL_SERVER_SUFFIX_DEF "" | |||
#define FRM_VER 6 | #define FRM_VER 6 | |||
#define MYSQL_VERSION_ID 50501 | #define MYSQL_VERSION_ID 50502 | |||
#define MYSQL_PORT 3306 | #define MYSQL_PORT 3306 | |||
#define MYSQL_PORT_DEFAULT 0 | #define MYSQL_PORT_DEFAULT 0 | |||
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock" | #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" | |||
#define MYSQL_CONFIG_NAME "my" | #define MYSQL_CONFIG_NAME "my" | |||
#define MYSQL_COMPILATION_COMMENT "Source distribution" | #define MYSQL_COMPILATION_COMMENT "Source distribution" | |||
/* mysqld compile time options */ | /* mysqld compile time options */ | |||
#endif /* _CUSTOMCONFIG_ */ | #endif /* _CUSTOMCONFIG_ */ | |||
#ifndef LICENSE | #ifndef LICENSE | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
mysqld_ername.h | mysqld_ername.h | |||
---|---|---|---|---|
skipping to change at line 664 | skipping to change at line 664 | |||
{ "ER_QUERY_CACHE_DISABLED", 1651 }, | { "ER_QUERY_CACHE_DISABLED", 1651 }, | |||
{ "ER_SAME_NAME_PARTITION_FIELD", 1652 }, | { "ER_SAME_NAME_PARTITION_FIELD", 1652 }, | |||
{ "ER_PARTITION_COLUMN_LIST_ERROR", 1653 }, | { "ER_PARTITION_COLUMN_LIST_ERROR", 1653 }, | |||
{ "ER_WRONG_TYPE_COLUMN_VALUE_ERROR", 1654 }, | { "ER_WRONG_TYPE_COLUMN_VALUE_ERROR", 1654 }, | |||
{ "ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR", 1655 }, | { "ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR", 1655 }, | |||
{ "ER_MAXVALUE_IN_VALUES_IN", 1656 }, | { "ER_MAXVALUE_IN_VALUES_IN", 1656 }, | |||
{ "ER_TOO_MANY_VALUES_ERROR", 1657 }, | { "ER_TOO_MANY_VALUES_ERROR", 1657 }, | |||
{ "ER_ROW_SINGLE_PARTITION_FIELD_ERROR", 1658 }, | { "ER_ROW_SINGLE_PARTITION_FIELD_ERROR", 1658 }, | |||
{ "ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD", 1659 }, | { "ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD", 1659 }, | |||
{ "ER_PARTITION_FIELDS_TOO_LONG", 1660 }, | { "ER_PARTITION_FIELDS_TOO_LONG", 1660 }, | |||
{ "ER_SPATIAL_MUST_HAVE_GEOM_COL", 1661 }, | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added | |||
mysqld_error.h | mysqld_error.h | |||
---|---|---|---|---|
skipping to change at line 665 | skipping to change at line 665 | |||
#define ER_QUERY_CACHE_DISABLED 1651 | #define ER_QUERY_CACHE_DISABLED 1651 | |||
#define ER_SAME_NAME_PARTITION_FIELD 1652 | #define ER_SAME_NAME_PARTITION_FIELD 1652 | |||
#define ER_PARTITION_COLUMN_LIST_ERROR 1653 | #define ER_PARTITION_COLUMN_LIST_ERROR 1653 | |||
#define ER_WRONG_TYPE_COLUMN_VALUE_ERROR 1654 | #define ER_WRONG_TYPE_COLUMN_VALUE_ERROR 1654 | |||
#define ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR 1655 | #define ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR 1655 | |||
#define ER_MAXVALUE_IN_VALUES_IN 1656 | #define ER_MAXVALUE_IN_VALUES_IN 1656 | |||
#define ER_TOO_MANY_VALUES_ERROR 1657 | #define ER_TOO_MANY_VALUES_ERROR 1657 | |||
#define ER_ROW_SINGLE_PARTITION_FIELD_ERROR 1658 | #define ER_ROW_SINGLE_PARTITION_FIELD_ERROR 1658 | |||
#define ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD 1659 | #define ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD 1659 | |||
#define ER_PARTITION_FIELDS_TOO_LONG 1660 | #define ER_PARTITION_FIELDS_TOO_LONG 1660 | |||
#define ER_ERROR_LAST 1660 | #define ER_SPATIAL_MUST_HAVE_GEOM_COL 1661 | |||
#define ER_ERROR_LAST 1661 | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added | |||
plugin.h | plugin.h | |||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
#define MYSQL_PLUGIN_INTERFACE_VERSION 0x0101 | #define MYSQL_PLUGIN_INTERFACE_VERSION 0x0101 | |||
/* | /* | |||
The allowable types of plugins | The allowable types of plugins | |||
*/ | */ | |||
#define MYSQL_UDF_PLUGIN 0 /* User-defined function */ | #define MYSQL_UDF_PLUGIN 0 /* User-defined function */ | |||
#define MYSQL_STORAGE_ENGINE_PLUGIN 1 /* Storage Engine */ | #define MYSQL_STORAGE_ENGINE_PLUGIN 1 /* Storage Engine */ | |||
#define MYSQL_FTPARSER_PLUGIN 2 /* Full-text parser plugin */ | #define MYSQL_FTPARSER_PLUGIN 2 /* Full-text parser plugin */ | |||
#define MYSQL_DAEMON_PLUGIN 3 /* The daemon/raw plugin type */ | #define MYSQL_DAEMON_PLUGIN 3 /* The daemon/raw plugin type */ | |||
#define MYSQL_INFORMATION_SCHEMA_PLUGIN 4 /* The I_S plugin type */ | #define MYSQL_INFORMATION_SCHEMA_PLUGIN 4 /* The I_S plugin type */ | |||
#define MYSQL_REPLICATION_PLUGIN 5 /* The replication plugin type */ | #define MYSQL_AUDIT_PLUGIN 5 /* The Audit plugin type */ | |||
#define MYSQL_MAX_PLUGIN_TYPE_NUM 6 /* The number of plugin types */ | #define MYSQL_REPLICATION_PLUGIN 6 /* The replication plugin type */ | |||
#define MYSQL_MAX_PLUGIN_TYPE_NUM 7 /* The number of plugin types */ | ||||
/* We use the following strings to define licenses for plugins */ | /* We use the following strings to define licenses for plugins */ | |||
#define PLUGIN_LICENSE_PROPRIETARY 0 | #define PLUGIN_LICENSE_PROPRIETARY 0 | |||
#define PLUGIN_LICENSE_GPL 1 | #define PLUGIN_LICENSE_GPL 1 | |||
#define PLUGIN_LICENSE_BSD 2 | #define PLUGIN_LICENSE_BSD 2 | |||
#define PLUGIN_LICENSE_PROPRIETARY_STRING "PROPRIETARY" | #define PLUGIN_LICENSE_PROPRIETARY_STRING "PROPRIETARY" | |||
#define PLUGIN_LICENSE_GPL_STRING "GPL" | #define PLUGIN_LICENSE_GPL_STRING "GPL" | |||
#define PLUGIN_LICENSE_BSD_STRING "BSD" | #define PLUGIN_LICENSE_BSD_STRING "BSD" | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added | |||
sql_state.h | sql_state.h | |||
---|---|---|---|---|
skipping to change at line 217 | skipping to change at line 217 | |||
{ ER_WRONG_PARAMETERS_TO_STORED_FCT ,"42000", "" }, | { ER_WRONG_PARAMETERS_TO_STORED_FCT ,"42000", "" }, | |||
{ ER_DUP_ENTRY_WITH_KEY_NAME ,"23000", "S1009" }, | { ER_DUP_ENTRY_WITH_KEY_NAME ,"23000", "S1009" }, | |||
{ ER_XA_RBTIMEOUT ,"XA106", "" }, | { ER_XA_RBTIMEOUT ,"XA106", "" }, | |||
{ ER_XA_RBDEADLOCK ,"XA102", "" }, | { ER_XA_RBDEADLOCK ,"XA102", "" }, | |||
{ ER_FUNC_INEXISTENT_NAME_COLLISION ,"42000", "" }, | { ER_FUNC_INEXISTENT_NAME_COLLISION ,"42000", "" }, | |||
{ ER_DUP_SIGNAL_SET ,"42000", "" }, | { ER_DUP_SIGNAL_SET ,"42000", "" }, | |||
{ ER_SIGNAL_WARN ,"01000", "" }, | { ER_SIGNAL_WARN ,"01000", "" }, | |||
{ ER_SIGNAL_NOT_FOUND ,"02000", "" }, | { ER_SIGNAL_NOT_FOUND ,"02000", "" }, | |||
{ ER_SIGNAL_EXCEPTION ,"HY000", "" }, | { ER_SIGNAL_EXCEPTION ,"HY000", "" }, | |||
{ ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER ,"0K000", "" }, | { ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER ,"0K000", "" }, | |||
{ ER_SPATIAL_MUST_HAVE_GEOM_COL ,"42000", "" }, | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added | |||