| my_config.h | | my_config.h | |
| | | | |
| skipping to change at line 588 | | skipping to change at line 588 | |
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1 | | #define WITH_MYISAMMRG_STORAGE_ENGINE 1 | |
| #define WITH_HEAP_STORAGE_ENGINE 1 | | #define WITH_HEAP_STORAGE_ENGINE 1 | |
| #define WITH_CSV_STORAGE_ENGINE 1 | | #define WITH_CSV_STORAGE_ENGINE 1 | |
| #define WITH_PARTITION_STORAGE_ENGINE 1 | | #define WITH_PARTITION_STORAGE_ENGINE 1 | |
| #define WITH_PERFSCHEMA_STORAGE_ENGINE 1 | | #define WITH_PERFSCHEMA_STORAGE_ENGINE 1 | |
| /* #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.22" | | #define DEFAULT_MYSQL_HOME "/home/ut/testing/mysql/5.5.23" | |
| #define SHAREDIR "/home/ut/testing/mysql/5.5.22/share" | | #define SHAREDIR "/home/ut/testing/mysql/5.5.23/share" | |
| #define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.22" | | #define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.23" | |
| #define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.22/data" | | #define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.23/data" | |
| #define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.22" | | #define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.23" | |
| #define PLUGINDIR "/home/ut/testing/mysql/5.5.22/lib/plugin" | | #define PLUGINDIR "/home/ut/testing/mysql/5.5.23/lib/plugin" | |
| #define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.22/etc" | | #define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.23/etc" | |
| | | | |
| /* #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.22" | | #define PACKAGE_STRING "MySQL Server 5.5.23" | |
| #define PACKAGE_TARNAME "mysql" | | #define PACKAGE_TARNAME "mysql" | |
|
| #define PACKAGE_VERSION "5.5.22" | | #define PACKAGE_VERSION "5.5.23" | |
| #define VERSION "5.5.22" | | #define VERSION "5.5.23" | |
| #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. 3 change blocks. |
| 10 lines changed or deleted | | 10 lines changed or added | |
|