| 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.21" | | #define DEFAULT_MYSQL_HOME "/home/ut/testing/mysql/5.5.22" | |
| #define SHAREDIR "/home/ut/testing/mysql/5.5.21/share" | | #define SHAREDIR "/home/ut/testing/mysql/5.5.22/share" | |
| #define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.21" | | #define DEFAULT_BASEDIR "/home/ut/testing/mysql/5.5.22" | |
| #define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.21/data" | | #define MYSQL_DATADIR "/home/ut/testing/mysql/5.5.22/data" | |
| #define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.21" | | #define DEFAULT_CHARSET_HOME "/home/ut/testing/mysql/5.5.22" | |
| #define PLUGINDIR "/home/ut/testing/mysql/5.5.21/lib/plugin" | | #define PLUGINDIR "/home/ut/testing/mysql/5.5.22/lib/plugin" | |
| #define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.21/etc" | | #define DEFAULT_SYSCONFDIR "/home/ut/testing/mysql/5.5.22/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.21" | | #define PACKAGE_STRING "MySQL Server 5.5.22" | |
| #define PACKAGE_TARNAME "mysql" | | #define PACKAGE_TARNAME "mysql" | |
|
| #define PACKAGE_VERSION "5.5.21" | | #define PACKAGE_VERSION "5.5.22" | |
| #define VERSION "5.5.21" | | #define VERSION "5.5.22" | |
| #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 | |
|
| mysqld_ername.h | | mysqld_ername.h | |
| | | | |
| skipping to change at line 239 | | skipping to change at line 239 | |
| { "ER_USER_LIMIT_REACHED", 1226, "User \'%-.64s\' has exceeded the \'%s\' r
esource (current value: %ld)" }, | | { "ER_USER_LIMIT_REACHED", 1226, "User \'%-.64s\' has exceeded the \'%s\' r
esource (current value: %ld)" }, | |
| { "ER_SPECIFIC_ACCESS_DENIED_ERROR", 1227, "Access denied; you need (at lea
st one of) the %-.128s privilege(s) for this operation" }, | | { "ER_SPECIFIC_ACCESS_DENIED_ERROR", 1227, "Access denied; you need (at lea
st one of) the %-.128s privilege(s) for this operation" }, | |
| { "ER_LOCAL_VARIABLE", 1228, "Variable \'%-.64s\' is a SESSION variable and
can\'t be used with SET GLOBAL" }, | | { "ER_LOCAL_VARIABLE", 1228, "Variable \'%-.64s\' is a SESSION variable and
can\'t be used with SET GLOBAL" }, | |
| { "ER_GLOBAL_VARIABLE", 1229, "Variable \'%-.64s\' is a GLOBAL variable and
should be set with SET GLOBAL" }, | | { "ER_GLOBAL_VARIABLE", 1229, "Variable \'%-.64s\' is a GLOBAL variable and
should be set with SET GLOBAL" }, | |
| { "ER_NO_DEFAULT", 1230, "Variable \'%-.64s\' doesn\'t have a default value
" }, | | { "ER_NO_DEFAULT", 1230, "Variable \'%-.64s\' doesn\'t have a default value
" }, | |
| { "ER_WRONG_VALUE_FOR_VAR", 1231, "Variable \'%-.64s\' can\'t be set to the
value of \'%-.200s\'" }, | | { "ER_WRONG_VALUE_FOR_VAR", 1231, "Variable \'%-.64s\' can\'t be set to the
value of \'%-.200s\'" }, | |
| { "ER_WRONG_TYPE_FOR_VAR", 1232, "Incorrect argument type to variable \'%-.
64s\'" }, | | { "ER_WRONG_TYPE_FOR_VAR", 1232, "Incorrect argument type to variable \'%-.
64s\'" }, | |
| { "ER_VAR_CANT_BE_READ", 1233, "Variable \'%-.64s\' can only be set, not re
ad" }, | | { "ER_VAR_CANT_BE_READ", 1233, "Variable \'%-.64s\' can only be set, not re
ad" }, | |
| { "ER_CANT_USE_OPTION_HERE", 1234, "Incorrect usage/placement of \'%s\'" }, | | { "ER_CANT_USE_OPTION_HERE", 1234, "Incorrect usage/placement of \'%s\'" }, | |
| { "ER_NOT_SUPPORTED_YET", 1235, "This version of MySQL doesn\'t yet support
\'%s\'" }, | | { "ER_NOT_SUPPORTED_YET", 1235, "This version of MySQL doesn\'t yet support
\'%s\'" }, | |
|
| { "ER_MASTER_FATAL_ERROR_READING_BINLOG", 1236, "Got fatal error %d from ma
ster when reading data from binary log: \'%-.512s\'" }, | | { "ER_MASTER_FATAL_ERROR_READING_BINLOG", 1236, "Got fatal error %d from ma
ster when reading data from binary log: \'%-.320s\'" }, | |
| { "ER_SLAVE_IGNORED_TABLE", 1237, "Slave SQL thread ignored the query becau
se of replicate-*-table rules" }, | | { "ER_SLAVE_IGNORED_TABLE", 1237, "Slave SQL thread ignored the query becau
se of replicate-*-table rules" }, | |
| { "ER_INCORRECT_GLOBAL_LOCAL_VAR", 1238, "Variable \'%-.192s\' is a %s vari
able" }, | | { "ER_INCORRECT_GLOBAL_LOCAL_VAR", 1238, "Variable \'%-.192s\' is a %s vari
able" }, | |
| { "ER_WRONG_FK_DEF", 1239, "Incorrect foreign key definition for \'%-.192s\
': %s" }, | | { "ER_WRONG_FK_DEF", 1239, "Incorrect foreign key definition for \'%-.192s\
': %s" }, | |
| { "ER_KEY_REF_DO_NOT_MATCH_TABLE_REF", 1240, "Key reference and table refer
ence don\'t match" }, | | { "ER_KEY_REF_DO_NOT_MATCH_TABLE_REF", 1240, "Key reference and table refer
ence don\'t match" }, | |
| { "ER_OPERAND_COLUMNS", 1241, "Operand should contain %d column(s)" }, | | { "ER_OPERAND_COLUMNS", 1241, "Operand should contain %d column(s)" }, | |
| { "ER_SUBQUERY_NO_1_ROW", 1242, "Subquery returns more than 1 row" }, | | { "ER_SUBQUERY_NO_1_ROW", 1242, "Subquery returns more than 1 row" }, | |
| { "ER_UNKNOWN_STMT_HANDLER", 1243, "Unknown prepared statement handler (%.*
s) given to %s" }, | | { "ER_UNKNOWN_STMT_HANDLER", 1243, "Unknown prepared statement handler (%.*
s) given to %s" }, | |
| { "ER_CORRUPT_HELP_DB", 1244, "Help database is corrupt or does not exist"
}, | | { "ER_CORRUPT_HELP_DB", 1244, "Help database is corrupt or does not exist"
}, | |
| { "ER_CYCLIC_REFERENCE", 1245, "Cyclic reference on subqueries" }, | | { "ER_CYCLIC_REFERENCE", 1245, "Cyclic reference on subqueries" }, | |
| { "ER_AUTO_CONVERT", 1246, "Converting column \'%s\' from %s to %s" }, | | { "ER_AUTO_CONVERT", 1246, "Converting column \'%s\' from %s to %s" }, | |
| | | | |
| skipping to change at line 725 | | skipping to change at line 725 | |
| { "ER_INDEX_CORRUPT", 1712, "Index %s is corrupted" }, | | { "ER_INDEX_CORRUPT", 1712, "Index %s is corrupted" }, | |
| { "ER_UNDO_RECORD_TOO_BIG", 1713, "Undo log record is too big." }, | | { "ER_UNDO_RECORD_TOO_BIG", 1713, "Undo log record is too big." }, | |
| { "ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT", 1714, "INSERT IGNORE... SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT", 1714, "INSERT IGNORE... SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE", 1715, "INSERT... SELECT... ON DU
PLICATE KEY UPDATE is unsafe because the order in which rows are retrieved
by the SELECT determines which (if any) rows are updated. This order cannot
be predicted and may differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE", 1715, "INSERT... SELECT... ON DU
PLICATE KEY UPDATE is unsafe because the order in which rows are retrieved
by the SELECT determines which (if any) rows are updated. This order cannot
be predicted and may differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_REPLACE_SELECT", 1716, "REPLACE... SELECT is unsafe bec
ause the order in which rows are retrieved by the SELECT determines which (
if any) rows are replaced. This order cannot be predicted and may differ on
master and the slave." }, | | { "ER_BINLOG_UNSAFE_REPLACE_SELECT", 1716, "REPLACE... SELECT is unsafe bec
ause the order in which rows are retrieved by the SELECT determines which (
if any) rows are replaced. This order cannot be predicted and may differ on
master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT", 1717, "CREATE... IGNORE SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT", 1717, "CREATE... IGNORE SELECT i
s unsafe because the order in which rows are retrieved by the SELECT determ
ines which (if any) rows are ignored. This order cannot be predicted and ma
y differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT", 1718, "CREATE... REPLACE SELECT
is unsafe because the order in which rows are retrieved by the SELECT dete
rmines which (if any) rows are replaced. This order cannot be predicted and
may differ on master and the slave." }, | | { "ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT", 1718, "CREATE... REPLACE SELECT
is unsafe because the order in which rows are retrieved by the SELECT dete
rmines which (if any) rows are replaced. This order cannot be predicted and
may differ on master and the slave." }, | |
| { "ER_BINLOG_UNSAFE_UPDATE_IGNORE", 1719, "UPDATE IGNORE is unsafe because
the order in which rows are updated determines which (if any) rows are igno
red. This order cannot be predicted and may differ on master and the slave.
" }, | | { "ER_BINLOG_UNSAFE_UPDATE_IGNORE", 1719, "UPDATE IGNORE is unsafe because
the order in which rows are updated determines which (if any) rows are igno
red. This order cannot be predicted and may differ on master and the slave.
" }, | |
| { "ER_PLUGIN_NO_UNINSTALL", 1720, "Plugin \'%s\' is marked as not dynamical
ly uninstallable. You have to stop the server to uninstall it." }, | | { "ER_PLUGIN_NO_UNINSTALL", 1720, "Plugin \'%s\' is marked as not dynamical
ly uninstallable. You have to stop the server to uninstall it." }, | |
| { "ER_PLUGIN_NO_INSTALL", 1721, "Plugin \'%s\' is marked as not dynamically
installable. You have to stop the server to install it." }, | | { "ER_PLUGIN_NO_INSTALL", 1721, "Plugin \'%s\' is marked as not dynamically
installable. You have to stop the server to install it." }, | |
|
| | | { "ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT", 1722, "Statements writing to a t | |
| | | able with an auto-increment column after selecting from another table are u | |
| | | nsafe because the order in which rows are retrieved determines what (if any | |
| | | ) rows will be written. This order cannot be predicted and may differ on ma | |
| | | ster and the slave." }, | |
| | | { "ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC", 1723, "CREATE TABLE... SELECT.. | |
| | | . on a table with an auto-increment column is unsafe because the order in | |
| | | which rows are retrieved by the SELECT determines which (if any) rows are i | |
| | | nserted. This order cannot be predicted and may differ on master and the sl | |
| | | ave." }, | |
| | | | |
End of changes. 2 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added | |
|