my_config.h | my_config.h | |||
---|---|---|---|---|
/* Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
skipping to change at line 588 | skipping to change at line 588 | |||
/* #undef WITH_MYISAMMRG_STORAGE_ENGINE */ | /* #undef WITH_MYISAMMRG_STORAGE_ENGINE */ | |||
/* #undef WITH_HEAP_STORAGE_ENGINE */ | /* #undef WITH_HEAP_STORAGE_ENGINE */ | |||
/* #undef WITH_CSV_STORAGE_ENGINE */ | /* #undef WITH_CSV_STORAGE_ENGINE */ | |||
/* #undef WITH_PARTITION_STORAGE_ENGINE */ | /* #undef WITH_PARTITION_STORAGE_ENGINE */ | |||
/* #undef WITH_PERFSCHEMA_STORAGE_ENGINE */ | /* #undef WITH_PERFSCHEMA_STORAGE_ENGINE */ | |||
/* #undef WITH_NDBCLUSTER_STORAGE_ENGINE */ | /* #undef WITH_NDBCLUSTER_STORAGE_ENGINE */ | |||
#if (WITH_NDBCLUSTER_STORAGE_ENGINE) && !defined(EMBEDDED_LIBRARY) | #if (WITH_NDBCLUSTER_STORAGE_ENGINE) && !defined(EMBEDDED_LIBRARY) | |||
# define HAVE_NDB_BINLOG 1 | # define HAVE_NDB_BINLOG 1 | |||
#endif | #endif | |||
#define DEFAULT_MYSQL_HOME "/home/ut/testing/mysql/5.5.35" | #define DEFAULT_MYSQL_HOME "/home/ut/testing/mysql/5.5.36" | |||
#define SHAREDIR "/home/ut/testing/mysql/5.5.35/share" | #define SHAREDIR "/home/ut/testing/mysql/5.5.36/share" | |||
#define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.35" | #define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.36" | |||
#define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.35/data" | #define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.36/data" | |||
#define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.35" | #define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.36" | |||
#define PLUGINDIR "/home/ut/testing/mysql/5.5.35/lib/plugin" | #define PLUGINDIR "/home/ut/testing/mysql/5.5.36/lib/plugin" | |||
#define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.35/etc" | #define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.36/etc" | |||
#define DEFAULT_TMPDIR P_tmpdir | ||||
/* #undef SO_EXT */ | /* #undef SO_EXT */ | |||
#define MYSQL_MAJOR_VERSION 5 | #define MYSQL_MAJOR_VERSION 5 | |||
#define MYSQL_MINOR_VERSION 5 | #define MYSQL_MINOR_VERSION 5 | |||
#define PACKAGE "mysql" | #define PACKAGE "mysql" | |||
#define PACKAGE_BUGREPORT "" | #define PACKAGE_BUGREPORT "" | |||
#define PACKAGE_NAME "MySQL Server" | #define PACKAGE_NAME "MySQL Server" | |||
#define PACKAGE_STRING "MySQL Server 5.5.35" | #define PACKAGE_STRING "MySQL Server 5.5.36" | |||
#define PACKAGE_TARNAME "mysql" | #define PACKAGE_TARNAME "mysql" | |||
#define PACKAGE_VERSION "5.5.35" | #define PACKAGE_VERSION "5.5.36" | |||
#define VERSION "5.5.35" | #define VERSION "5.5.36" | |||
#define PROTOCOL_VERSION 10 | #define PROTOCOL_VERSION 10 | |||
/* time_t related defines */ | /* time_t related defines */ | |||
#define SIZEOF_TIME_T 4 | #define SIZEOF_TIME_T 4 | |||
/* #undef TIME_T_UNSIGNED */ | /* #undef TIME_T_UNSIGNED */ | |||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
11 lines changed or deleted | 12 lines changed or added | |||
my_getopt.h | my_getopt.h | |||
---|---|---|---|---|
/* | /* | |||
Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reser ved. | Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
my_net.h | my_net.h | |||
---|---|---|---|---|
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
my_pthread.h | my_pthread.h | |||
---|---|---|---|---|
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
skipping to change at line 135 | skipping to change at line 135 | |||
*/ | */ | |||
#define cmp_timespec(TS1, TS2) \ | #define cmp_timespec(TS1, TS2) \ | |||
((TS1.tv.i64 > TS2.tv.i64) ? 1 : \ | ((TS1.tv.i64 > TS2.tv.i64) ? 1 : \ | |||
((TS1.tv.i64 < TS2.tv.i64) ? -1 : 0)) | ((TS1.tv.i64 < TS2.tv.i64) ? -1 : 0)) | |||
int win_pthread_mutex_trylock(pthread_mutex_t *mutex); | int win_pthread_mutex_trylock(pthread_mutex_t *mutex); | |||
int pthread_create(pthread_t *, const pthread_attr_t *, pthread_handler, vo id *); | int pthread_create(pthread_t *, const pthread_attr_t *, pthread_handler, vo id *); | |||
int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) ; | int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) ; | |||
int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); | int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); | |||
int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, | int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, | |||
struct timespec *abstime); | const struct timespec *abstime); | |||
int pthread_cond_signal(pthread_cond_t *cond); | int pthread_cond_signal(pthread_cond_t *cond); | |||
int pthread_cond_broadcast(pthread_cond_t *cond); | int pthread_cond_broadcast(pthread_cond_t *cond); | |||
int pthread_cond_destroy(pthread_cond_t *cond); | int pthread_cond_destroy(pthread_cond_t *cond); | |||
int pthread_attr_init(pthread_attr_t *connect_att); | int pthread_attr_init(pthread_attr_t *connect_att); | |||
int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack); | int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack); | |||
int pthread_attr_destroy(pthread_attr_t *connect_att); | int pthread_attr_destroy(pthread_attr_t *connect_att); | |||
int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(vo id)); | int my_pthread_once(my_pthread_once_t *once_control,void (*init_routine)(vo id)); | |||
struct tm *localtime_r(const time_t *timep,struct tm *tmp); | struct tm *localtime_r(const time_t *timep,struct tm *tmp); | |||
struct tm *gmtime_r(const time_t *timep,struct tm *tmp); | struct tm *gmtime_r(const time_t *timep,struct tm *tmp); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
mysql_thread.h | mysql_thread.h | |||
---|---|---|---|---|
/* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
skipping to change at line 990 | skipping to change at line 990 | |||
#ifdef HAVE_PSI_INTERFACE | #ifdef HAVE_PSI_INTERFACE | |||
if (likely(locker != NULL)) | if (likely(locker != NULL)) | |||
PSI_server->end_cond_wait(locker, result); | PSI_server->end_cond_wait(locker, result); | |||
#endif | #endif | |||
return result; | return result; | |||
} | } | |||
static inline int inline_mysql_cond_timedwait( | static inline int inline_mysql_cond_timedwait( | |||
mysql_cond_t *that, | mysql_cond_t *that, | |||
mysql_mutex_t *mutex, | mysql_mutex_t *mutex, | |||
struct timespec *abstime | const struct timespec *abstime | |||
#ifdef HAVE_PSI_INTERFACE | #ifdef HAVE_PSI_INTERFACE | |||
, const char *src_file, uint src_line | , const char *src_file, uint src_line | |||
#endif | #endif | |||
) | ) | |||
{ | { | |||
int result; | int result; | |||
#ifdef HAVE_PSI_INTERFACE | #ifdef HAVE_PSI_INTERFACE | |||
struct PSI_cond_locker *locker= NULL; | struct PSI_cond_locker *locker= NULL; | |||
PSI_cond_locker_state state; | PSI_cond_locker_state state; | |||
if (likely(PSI_server && that->m_psi)) | if (likely(PSI_server && that->m_psi)) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
mysql_version.h | mysql_version.h | |||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
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.35" | #define MYSQL_SERVER_VERSION "5.5.36" | |||
#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 50535 | #define MYSQL_VERSION_ID 50536 | |||
#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 | |||
plugin.h | plugin.h | |||
---|---|---|---|---|
/* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; version 2 of the License. | the Free Software Foundation; version 2 of the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
plugin_audit.h | plugin_audit.h | |||
---|---|---|---|---|
/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reser ved. | /* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reser ved. | |||
This program is free software; you can redistribute it and/or | This program is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU General Public License | modify it under the terms of the GNU General Public License | |||
as published by the Free Software Foundation; version 2 of | as published by the Free Software Foundation; version 2 of | |||
the License. | the License. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | GNU General Public License for more details. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||