| mysqld_ername.h | | mysqld_ername.h | |
| | | | |
| skipping to change at line 107 | | skipping to change at line 107 | |
| { "ER_NO_SUCH_THREAD", 1094, "Unknown thread id: %lu" }, | | { "ER_NO_SUCH_THREAD", 1094, "Unknown thread id: %lu" }, | |
| { "ER_KILL_DENIED_ERROR", 1095, "You are not owner of thread %lu" }, | | { "ER_KILL_DENIED_ERROR", 1095, "You are not owner of thread %lu" }, | |
| { "ER_NO_TABLES_USED", 1096, "No tables used" }, | | { "ER_NO_TABLES_USED", 1096, "No tables used" }, | |
| { "ER_TOO_BIG_SET", 1097, "Too many strings for column %-.192s and SET" }, | | { "ER_TOO_BIG_SET", 1097, "Too many strings for column %-.192s and SET" }, | |
| { "ER_NO_UNIQUE_LOGFILE", 1098, "Can\'t generate a unique log-filename %-.2
00s.(1-999)\n" }, | | { "ER_NO_UNIQUE_LOGFILE", 1098, "Can\'t generate a unique log-filename %-.2
00s.(1-999)\n" }, | |
| { "ER_TABLE_NOT_LOCKED_FOR_WRITE", 1099, "Table \'%-.192s\' was locked with
a READ lock and can\'t be updated" }, | | { "ER_TABLE_NOT_LOCKED_FOR_WRITE", 1099, "Table \'%-.192s\' was locked with
a READ lock and can\'t be updated" }, | |
| { "ER_TABLE_NOT_LOCKED", 1100, "Table \'%-.192s\' was not locked with LOCK
TABLES" }, | | { "ER_TABLE_NOT_LOCKED", 1100, "Table \'%-.192s\' was not locked with LOCK
TABLES" }, | |
| { "ER_BLOB_CANT_HAVE_DEFAULT", 1101, "BLOB/TEXT column \'%-.192s\' can\'t h
ave a default value" }, | | { "ER_BLOB_CANT_HAVE_DEFAULT", 1101, "BLOB/TEXT column \'%-.192s\' can\'t h
ave a default value" }, | |
| { "ER_WRONG_DB_NAME", 1102, "Incorrect database name \'%-.100s\'" }, | | { "ER_WRONG_DB_NAME", 1102, "Incorrect database name \'%-.100s\'" }, | |
| { "ER_WRONG_TABLE_NAME", 1103, "Incorrect table name \'%-.100s\'" }, | | { "ER_WRONG_TABLE_NAME", 1103, "Incorrect table name \'%-.100s\'" }, | |
|
| { "ER_TOO_BIG_SELECT", 1104, "The SELECT would examine more than MAX_JOIN_S
IZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOI
N_SIZE=# if the SELECT is okay" }, | | { "ER_TOO_BIG_SELECT", 1104, "The SELECT would examine more than MAX_JOIN_S
IZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SI
ZE=# if the SELECT is okay" }, | |
| { "ER_UNKNOWN_ERROR", 1105, "Unknown error" }, | | { "ER_UNKNOWN_ERROR", 1105, "Unknown error" }, | |
| { "ER_UNKNOWN_PROCEDURE", 1106, "Unknown procedure \'%-.192s\'" }, | | { "ER_UNKNOWN_PROCEDURE", 1106, "Unknown procedure \'%-.192s\'" }, | |
| { "ER_WRONG_PARAMCOUNT_TO_PROCEDURE", 1107, "Incorrect parameter count to p
rocedure \'%-.192s\'" }, | | { "ER_WRONG_PARAMCOUNT_TO_PROCEDURE", 1107, "Incorrect parameter count to p
rocedure \'%-.192s\'" }, | |
| { "ER_WRONG_PARAMETERS_TO_PROCEDURE", 1108, "Incorrect parameters to proced
ure \'%-.192s\'" }, | | { "ER_WRONG_PARAMETERS_TO_PROCEDURE", 1108, "Incorrect parameters to proced
ure \'%-.192s\'" }, | |
| { "ER_UNKNOWN_TABLE", 1109, "Unknown table \'%-.192s\' in %-.32s" }, | | { "ER_UNKNOWN_TABLE", 1109, "Unknown table \'%-.192s\' in %-.32s" }, | |
| { "ER_FIELD_SPECIFIED_TWICE", 1110, "Column \'%-.192s\' specified twice" }, | | { "ER_FIELD_SPECIFIED_TWICE", 1110, "Column \'%-.192s\' specified twice" }, | |
| { "ER_INVALID_GROUP_FUNC_USE", 1111, "Invalid use of group function" }, | | { "ER_INVALID_GROUP_FUNC_USE", 1111, "Invalid use of group function" }, | |
| { "ER_UNSUPPORTED_EXTENSION", 1112, "Table \'%-.192s\' uses an extension th
at doesn\'t exist in this MySQL version" }, | | { "ER_UNSUPPORTED_EXTENSION", 1112, "Table \'%-.192s\' uses an extension th
at doesn\'t exist in this MySQL version" }, | |
| { "ER_TABLE_MUST_HAVE_COLUMNS", 1113, "A table must have at least 1 column"
}, | | { "ER_TABLE_MUST_HAVE_COLUMNS", 1113, "A table must have at least 1 column"
}, | |
| { "ER_RECORD_FILE_FULL", 1114, "The table \'%-.192s\' is full" }, | | { "ER_RECORD_FILE_FULL", 1114, "The table \'%-.192s\' is full" }, | |
| | | | |
| 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: \'%-.128s\'" }, | | { "ER_MASTER_FATAL_ERROR_READING_BINLOG", 1236, "Got fatal error %d from ma
ster when reading data from binary log: \'%-.256s\'" }, | |
| { "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 466 | | skipping to change at line 466 | |
| { "ER_SP_BAD_VAR_SHADOW", 1453, "Variable \'%-.64s\' must be quoted with `.
..`, or renamed" }, | | { "ER_SP_BAD_VAR_SHADOW", 1453, "Variable \'%-.64s\' must be quoted with `.
..`, or renamed" }, | |
| { "ER_TRG_NO_DEFINER", 1454, "No definer attribute for trigger \'%-.192s\'.
\'%-.192s\'. The trigger will be activated under the authorization of the i
nvoker, which may have insufficient privileges. Please recreate the trigger
." }, | | { "ER_TRG_NO_DEFINER", 1454, "No definer attribute for trigger \'%-.192s\'.
\'%-.192s\'. The trigger will be activated under the authorization of the i
nvoker, which may have insufficient privileges. Please recreate the trigger
." }, | |
| { "ER_OLD_FILE_FORMAT", 1455, "\'%-.192s\' has an old format, you should re
-create the \'%s\' object(s)" }, | | { "ER_OLD_FILE_FORMAT", 1455, "\'%-.192s\' has an old format, you should re
-create the \'%s\' object(s)" }, | |
| { "ER_SP_RECURSION_LIMIT", 1456, "Recursive limit %d (as set by the max_sp_
recursion_depth variable) was exceeded for routine %.192s" }, | | { "ER_SP_RECURSION_LIMIT", 1456, "Recursive limit %d (as set by the max_sp_
recursion_depth variable) was exceeded for routine %.192s" }, | |
| { "ER_SP_PROC_TABLE_CORRUPT", 1457, "Failed to load routine %-.192s. The ta
ble mysql.proc is missing, corrupt, or contains bad data (internal code %d)
" }, | | { "ER_SP_PROC_TABLE_CORRUPT", 1457, "Failed to load routine %-.192s. The ta
ble mysql.proc is missing, corrupt, or contains bad data (internal code %d)
" }, | |
| { "ER_SP_WRONG_NAME", 1458, "Incorrect routine name \'%-.192s\'" }, | | { "ER_SP_WRONG_NAME", 1458, "Incorrect routine name \'%-.192s\'" }, | |
| { "ER_TABLE_NEEDS_UPGRADE", 1459, "Table upgrade required. Please do \"REPA
IR TABLE `%-.32s`\" or dump/reload to fix it!" }, | | { "ER_TABLE_NEEDS_UPGRADE", 1459, "Table upgrade required. Please do \"REPA
IR TABLE `%-.32s`\" or dump/reload to fix it!" }, | |
| { "ER_SP_NO_AGGREGATE", 1460, "AGGREGATE is not supported for stored functi
ons" }, | | { "ER_SP_NO_AGGREGATE", 1460, "AGGREGATE is not supported for stored functi
ons" }, | |
| { "ER_MAX_PREPARED_STMT_COUNT_REACHED", 1461, "Can\'t create more than max_
prepared_stmt_count statements (current value: %lu)" }, | | { "ER_MAX_PREPARED_STMT_COUNT_REACHED", 1461, "Can\'t create more than max_
prepared_stmt_count statements (current value: %lu)" }, | |
| { "ER_VIEW_RECURSIVE", 1462, "`%-.192s`.`%-.192s` contains view recursion"
}, | | { "ER_VIEW_RECURSIVE", 1462, "`%-.192s`.`%-.192s` contains view recursion"
}, | |
|
| { "ER_NON_GROUPING_FIELD_USED", 1463, "non-grouping field \'%-.192s\' is us
ed in %-.64s clause" }, | | { "ER_NON_GROUPING_FIELD_USED", 1463, "Non-grouping field \'%-.192s\' is us
ed in %-.64s clause" }, | |
| { "ER_TABLE_CANT_HANDLE_SPKEYS", 1464, "The used table type doesn\'t suppor
t SPATIAL indexes" }, | | { "ER_TABLE_CANT_HANDLE_SPKEYS", 1464, "The used table type doesn\'t suppor
t SPATIAL indexes" }, | |
| { "ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA", 1465, "Triggers can not be created on
system tables" }, | | { "ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA", 1465, "Triggers can not be created on
system tables" }, | |
| { "ER_REMOVED_SPACES", 1466, "Leading spaces are removed from name \'%s\'"
}, | | { "ER_REMOVED_SPACES", 1466, "Leading spaces are removed from name \'%s\'"
}, | |
| { "ER_AUTOINC_READ_FAILED", 1467, "Failed to read auto-increment value from
storage engine" }, | | { "ER_AUTOINC_READ_FAILED", 1467, "Failed to read auto-increment value from
storage engine" }, | |
| { "ER_USERNAME", 1468, "user name" }, | | { "ER_USERNAME", 1468, "user name" }, | |
| { "ER_HOSTNAME", 1469, "host name" }, | | { "ER_HOSTNAME", 1469, "host name" }, | |
| { "ER_WRONG_STRING_LENGTH", 1470, "String \'%-.70s\' is too long for %s (sh
ould be no longer than %d)" }, | | { "ER_WRONG_STRING_LENGTH", 1470, "String \'%-.70s\' is too long for %s (sh
ould be no longer than %d)" }, | |
| { "ER_NON_INSERTABLE_TABLE", 1471, "The target table %-.100s of the %s is n
ot insertable-into" }, | | { "ER_NON_INSERTABLE_TABLE", 1471, "The target table %-.100s of the %s is n
ot insertable-into" }, | |
| { "ER_ADMIN_WRONG_MRG_TABLE", 1472, "Table \'%-.64s\' is differently define
d or of non-MyISAM type or doesn\'t exist" }, | | { "ER_ADMIN_WRONG_MRG_TABLE", 1472, "Table \'%-.64s\' is differently define
d or of non-MyISAM type or doesn\'t exist" }, | |
| { "ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT", 1473, "Too high level of nesti
ng for select" }, | | { "ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT", 1473, "Too high level of nesti
ng for select" }, | |
| | | | |
| skipping to change at line 694 | | skipping to change at line 694 | |
| { "ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT", 1681, "The syntax \'%s\' is d
eprecated and will be removed in MySQL %s." }, | | { "ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT", 1681, "The syntax \'%s\' is d
eprecated and will be removed in MySQL %s." }, | |
| { "ER_WRONG_NATIVE_TABLE_STRUCTURE", 1682, "Native table \'%-.64s\'.\'%-.64
s\' has the wrong structure" }, | | { "ER_WRONG_NATIVE_TABLE_STRUCTURE", 1682, "Native table \'%-.64s\'.\'%-.64
s\' has the wrong structure" }, | |
| { "ER_WRONG_PERFSCHEMA_USAGE", 1683, "Invalid performance_schema usage." }, | | { "ER_WRONG_PERFSCHEMA_USAGE", 1683, "Invalid performance_schema usage." }, | |
| { "ER_WARN_I_S_SKIPPED_TABLE", 1684, "Table \'%s\'.\'%s\' was skipped since
its definition is being modified by concurrent DDL statement" }, | | { "ER_WARN_I_S_SKIPPED_TABLE", 1684, "Table \'%s\'.\'%s\' was skipped since
its definition is being modified by concurrent DDL statement" }, | |
| { "ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT", 1685, "Cannot modi
fy @@session.binlog_direct_non_transactional_updates inside a transaction"
}, | | { "ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT", 1685, "Cannot modi
fy @@session.binlog_direct_non_transactional_updates inside a transaction"
}, | |
| { "ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT", 1686, "Cannot change
the binlog direct flag inside a stored function or trigger" }, | | { "ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT", 1686, "Cannot change
the binlog direct flag inside a stored function or trigger" }, | |
| { "ER_SPATIAL_MUST_HAVE_GEOM_COL", 1687, "A SPATIAL index may only contain
a geometrical type column" }, | | { "ER_SPATIAL_MUST_HAVE_GEOM_COL", 1687, "A SPATIAL index may only contain
a geometrical type column" }, | |
| { "ER_TOO_LONG_INDEX_COMMENT", 1688, "Comment for index \'%-.64s\' is too l
ong (max = %lu)" }, | | { "ER_TOO_LONG_INDEX_COMMENT", 1688, "Comment for index \'%-.64s\' is too l
ong (max = %lu)" }, | |
| { "ER_LOCK_ABORTED", 1689, "Wait on a lock was aborted due to a pending exc
lusive lock" }, | | { "ER_LOCK_ABORTED", 1689, "Wait on a lock was aborted due to a pending exc
lusive lock" }, | |
| { "ER_DATA_OUT_OF_RANGE", 1690, "%s value is out of range in \'%s\'" }, | | { "ER_DATA_OUT_OF_RANGE", 1690, "%s value is out of range in \'%s\'" }, | |
|
| { "ER_WRONG_SPVAR_TYPE_IN_LIMIT", 1691, "A variable of a non-integer type i
n LIMIT clause" }, | | { "ER_WRONG_SPVAR_TYPE_IN_LIMIT", 1691, "A variable of a non-integer based
type in LIMIT clause" }, | |
| { "ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE", 1692, "Mixin
g self-logging and non-self-logging engines in a statement is unsafe." }, | | { "ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE", 1692, "Mixin
g self-logging and non-self-logging engines in a statement is unsafe." }, | |
| { "ER_BINLOG_UNSAFE_MIXED_STATEMENT", 1693, "Statement accesses nontransact
ional table as well as transactional or temporary table, and writes to any
of them." }, | | { "ER_BINLOG_UNSAFE_MIXED_STATEMENT", 1693, "Statement accesses nontransact
ional table as well as transactional or temporary table, and writes to any
of them." }, | |
| { "ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN", 1694, "Cannot modify
@@session.sql_log_bin inside a transaction" }, | | { "ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN", 1694, "Cannot modify
@@session.sql_log_bin inside a transaction" }, | |
| { "ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN", 1695, "Cannot change th
e sql_log_bin inside a stored function or trigger" }, | | { "ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN", 1695, "Cannot change th
e sql_log_bin inside a stored function or trigger" }, | |
| { "ER_FAILED_READ_FROM_PAR_FILE", 1696, "Failed to read from the .par file"
}, | | { "ER_FAILED_READ_FROM_PAR_FILE", 1696, "Failed to read from the .par file"
}, | |
| { "ER_VALUES_IS_NOT_INT_TYPE_ERROR", 1697, "VALUES value for partition \'%-
.64s\' must have type INT" }, | | { "ER_VALUES_IS_NOT_INT_TYPE_ERROR", 1697, "VALUES value for partition \'%-
.64s\' must have type INT" }, | |
| { "ER_ACCESS_DENIED_NO_PASSWORD_ERROR", 1698, "Access denied for user \'%-.
48s\'@\'%-.64s\'" }, | | { "ER_ACCESS_DENIED_NO_PASSWORD_ERROR", 1698, "Access denied for user \'%-.
48s\'@\'%-.64s\'" }, | |
| { "ER_SET_PASSWORD_AUTH_PLUGIN", 1699, "SET PASSWORD has no significance fo
r users authenticating via plugins" }, | | { "ER_SET_PASSWORD_AUTH_PLUGIN", 1699, "SET PASSWORD has no significance fo
r users authenticating via plugins" }, | |
| { "ER_GRANT_PLUGIN_USER_EXISTS", 1700, "GRANT with IDENTIFIED WITH is illeg
al because the user %-.*s already exists" }, | | { "ER_GRANT_PLUGIN_USER_EXISTS", 1700, "GRANT with IDENTIFIED WITH is illeg
al because the user %-.*s already exists" }, | |
| { "ER_TRUNCATE_ILLEGAL_FK", 1701, "Cannot truncate a table referenced in a
foreign key constraint (%.192s)" }, | | { "ER_TRUNCATE_ILLEGAL_FK", 1701, "Cannot truncate a table referenced in a
foreign key constraint (%.192s)" }, | |
| | | | |
| skipping to change at line 717 | | skipping to change at line 717 | |
| { "ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX", 1704, "The requested value f
or the heartbeat period exceeds the value of `slave_net_timeout\' seconds.
A sensible value for the period should be less than the timeout." }, | | { "ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX", 1704, "The requested value f
or the heartbeat period exceeds the value of `slave_net_timeout\' seconds.
A sensible value for the period should be less than the timeout." }, | |
| { "ER_STMT_CACHE_FULL", 1705, "Multi-row statements required more than \'ma
x_binlog_stmt_cache_size\' bytes of storage; increase this mysqld variable
and try again" }, | | { "ER_STMT_CACHE_FULL", 1705, "Multi-row statements required more than \'ma
x_binlog_stmt_cache_size\' bytes of storage; increase this mysqld variable
and try again" }, | |
| { "ER_MULTI_UPDATE_KEY_CONFLICT", 1706, "Primary key/partition key update i
s not allowed since the table is updated both as \'%-.192s\' and \'%-.192s\
'." }, | | { "ER_MULTI_UPDATE_KEY_CONFLICT", 1706, "Primary key/partition key update i
s not allowed since the table is updated both as \'%-.192s\' and \'%-.192s\
'." }, | |
| { "ER_TABLE_NEEDS_REBUILD", 1707, "Table rebuild required. Please do \"ALTE
R TABLE `%-.32s` FORCE\" or dump/reload to fix it!" }, | | { "ER_TABLE_NEEDS_REBUILD", 1707, "Table rebuild required. Please do \"ALTE
R TABLE `%-.32s` FORCE\" or dump/reload to fix it!" }, | |
| { "WARN_OPTION_BELOW_LIMIT", 1708, "The value of \'%s\' should be no less t
han the value of \'%s\'" }, | | { "WARN_OPTION_BELOW_LIMIT", 1708, "The value of \'%s\' should be no less t
han the value of \'%s\'" }, | |
| { "ER_INDEX_COLUMN_TOO_LONG", 1709, "Index column size too large. The maxim
um column size is %lu bytes." }, | | { "ER_INDEX_COLUMN_TOO_LONG", 1709, "Index column size too large. The maxim
um column size is %lu bytes." }, | |
| { "ER_ERROR_IN_TRIGGER_BODY", 1710, "Trigger \'%-.64s\' has an error in its
body: \'%-.256s\'" }, | | { "ER_ERROR_IN_TRIGGER_BODY", 1710, "Trigger \'%-.64s\' has an error in its
body: \'%-.256s\'" }, | |
| { "ER_ERROR_IN_UNKNOWN_TRIGGER_BODY", 1711, "Unknown trigger has an error i
n its body: \'%-.256s\'" }, | | { "ER_ERROR_IN_UNKNOWN_TRIGGER_BODY", 1711, "Unknown trigger has an error i
n its body: \'%-.256s\'" }, | |
| { "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_PLUGIN_NO_UNINSTALL", 1714, "Plugin \'%s\' is marked as not dynamical | | { "ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT", 1714, "INSERT IGNORE... SELECT i | |
| ly uninstallable. You have to stop the server to uninstall it." }, | | s unsafe because the order in which rows are retrieved by the SELECT determ | |
| { "ER_PLUGIN_NO_INSTALL", 1715, "Plugin \'%s\' is marked as not dynamically | | ines which (if any) rows are ignored. This order cannot be predicted and ma | |
| installable. You have to stop the server to install it." }, | | 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_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_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_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." }, | |
| | | | |
End of changes. 5 change blocks. |
| 4 lines changed or deleted | | 4 lines changed or added | |
|