ER_FILE_USED:"'%-.192s' is locked against change",
ER_FILSORT_ABORT:"Sort aborted",
ER_FORM_NOT_FOUND:"View '%-.192s' doesn't exist for '%-.192s'",
ER_GET_ERRNO:"Got error %d from storage engine",
ER_ILLEGAL_HA:"Table storage engine for '%-.192s' doesn't have this option",
ER_KEY_NOT_FOUND:"Can't find record in '%-.192s'",
ER_NOT_FORM_FILE:"Incorrect information in file: '%-.200s'",
ER_NOT_KEYFILE:"Incorrect key file for table '%-.200s'; try to repair it",
ER_OLD_KEYFILE:"Old key file for table '%-.192s'; repair it!",
ER_OPEN_AS_READONLY:"Table '%-.192s' is read only",
ER_OUTOFMEMORY:"Out of memory; restart server and try again (needed %d bytes)",
ER_OUT_OF_SORTMEMORY:"Out of sort memory, consider increasing server sort buffer size",
ER_UNEXPECTED_EOF:"Unexpected EOF found when reading file '%-.192s' (errno: %d - %s)",
ER_CON_COUNT_ERROR:"Too many connections",
ER_OUT_OF_RESOURCES:"Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space",
ER_BAD_HOST_ERROR:"Can't get hostname for your address",
ER_HANDSHAKE_ERROR:"Bad handshake",
ER_DBACCESS_DENIED_ERROR:"Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'",
ER_ACCESS_DENIED_ERROR:"Access denied for user '%-.48s'@'%-.64s' (using password: %s)",
ER_NO_DB_ERROR:"No database selected",
ER_UNKNOWN_COM_ERROR:"Unknown command",
ER_BAD_NULL_ERROR:"Column '%-.192s' cannot be null",
ER_WRONG_SUB_KEY:"Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys",
ER_CANT_REMOVE_ALL_FIELDS:"You can't delete all columns with ALTER TABLE; use DROP TABLE instead",
ER_CANT_DROP_FIELD_OR_KEY:"Can't DROP '%-.192s'; check that column/key exists",
ER_UPDATE_TABLE_USED:"You can't specify target table '%-.192s' for update in FROM clause",
ER_NO_SUCH_THREAD:"Unknown thread id: %lu",
ER_KILL_DENIED_ERROR:"You are not owner of thread %lu",
ER_NO_TABLES_USED:"No tables used",
ER_TOO_BIG_SET:"Too many strings for column %-.192s and SET",
ER_NO_UNIQUE_LOGFILE:"Can't generate a unique log-filename %-.200s.(1-999)\n",
ER_TABLE_NOT_LOCKED_FOR_WRITE:"Table '%-.192s' was locked with a READ lock and can't be updated",
ER_TABLE_NOT_LOCKED:"Table '%-.192s' was not locked with LOCK TABLES",
ER_BLOB_CANT_HAVE_DEFAULT:"BLOB/TEXT column '%-.192s' can't have a default value",
ER_WRONG_DB_NAME:"Incorrect database name '%-.100s'",
ER_WRONG_TABLE_NAME:"Incorrect table name '%-.100s'",
ER_TOO_BIG_SELECT:"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay",
ER_INVALID_GROUP_FUNC_USE:"Invalid use of group function",
ER_UNSUPPORTED_EXTENSION:"Table '%-.192s' uses an extension that doesn't exist in this MySQL version",
ER_TABLE_MUST_HAVE_COLUMNS:"A table must have at least 1 column",
ER_RECORD_FILE_FULL:"The table '%-.192s' is full",
ER_UNKNOWN_CHARACTER_SET:"Unknown character set: '%-.64s'",
ER_TOO_MANY_TABLES:"Too many tables; MySQL can only use %d tables in a join",
ER_TOO_MANY_FIELDS:"Too many columns",
ER_TOO_BIG_ROWSIZE:"Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs",
ER_STACK_OVERRUN:"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed",
ER_WRONG_OUTER_JOIN:"Cross dependency found in OUTER JOIN; examine your ON conditions",
ER_NULL_COLUMN_IN_INDEX:"Table handler doesn't support NULL in given index. Please change column '%-.192s' to be NOT NULL or use another handler",
ER_CANT_FIND_UDF:"Can't load function '%-.192s'",
ER_CANT_INITIALIZE_UDF:"Can't initialize function '%-.192s'; %-.80s",
ER_UDF_NO_PATHS:"No paths allowed for shared library",
ER_CANT_CREATE_THREAD:"Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug",
ER_WRONG_VALUE_COUNT_ON_ROW:"Column count doesn't match value count at row %ld",
ER_INDEX_REBUILD:"Failed rebuilding the index of dumped table '%-.192s'",
ER_MASTER:"Error from master: '%-.64s'",
ER_MASTER_NET_READ:"Net error reading from master",
ER_MASTER_NET_WRITE:"Net error writing to master",
ER_FT_MATCHING_KEY_NOT_FOUND:"Can't find FULLTEXT index matching the column list",
ER_LOCK_OR_ACTIVE_TRANSACTION:"Can't execute the given command because you have active locked tables or an active transaction",
ER_UNKNOWN_SYSTEM_VARIABLE:"Unknown system variable '%-.64s'",
ER_CRASHED_ON_USAGE:"Table '%-.192s' is marked as crashed and should be repaired",
ER_CRASHED_ON_REPAIR:"Table '%-.192s' is marked as crashed and last (automatic?) repair failed",
ER_WARNING_NOT_COMPLETE_ROLLBACK:"Some non-transactional changed tables couldn't be rolled back",
ER_TRANS_CACHE_FULL:"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again",
ER_SLAVE_MUST_STOP:"This operation cannot be performed with a running slave; run STOP SLAVE first",
ER_SLAVE_NOT_RUNNING:"This operation requires a running slave; configure slave and do START SLAVE",
ER_BAD_SLAVE:"The server is not configured as slave; fix in config file or with CHANGE MASTER TO",
ER_MASTER_INFO:"Could not initialize master info structure; more error messages can be found in the MySQL error log",
ER_SLAVE_THREAD:"Could not create slave thread; check system resources",
ER_TOO_MANY_USER_CONNECTIONS:"User %-.64s already has more than 'max_user_connections' active connections",
ER_SET_CONSTANTS_ONLY:"You may only use constant expressions with SET",
ER_SLAVE_IGNORED_SSL_PARAMS:"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started",
ER_SERVER_IS_IN_SECURE_AUTH_MODE:"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format",
ER_WARN_FIELD_RESOLVED:"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d",
ER_BAD_SLAVE_UNTIL_COND:"Incorrect parameter or combination of parameters for START SLAVE UNTIL",
ER_MISSING_SKIP_SLAVE:"It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart",
ER_UNTIL_COND_IGNORED:"SQL thread is not to be started so UNTIL options are ignored",
ER_WRONG_NAME_FOR_INDEX:"Incorrect index name '%-.100s'",
ER_WRONG_NAME_FOR_CATALOG:"Incorrect catalog name '%-.100s'",
ER_WARN_QC_RESIZE:"Query cache failed to set size %lu; new query cache size is %lu",
ER_BAD_FT_COLUMN:"Column '%-.192s' cannot be part of FULLTEXT index",
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS:"Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause",
ER_INVALID_ON_UPDATE:"Invalid ON UPDATE clause for '%-.192s' column",
ER_UNSUPPORTED_PS:"This command is not supported in the prepared statement protocol yet",
ER_GET_ERRMSG:"Got error %d '%-.100s' from %s",
ER_GET_TEMPORARY_ERRMSG:"Got temporary error %d '%-.100s' from %s",
ER_UNKNOWN_TIME_ZONE:"Unknown or incorrect time zone: '%-.64s'",
ER_WARN_INVALID_TIMESTAMP:"Invalid TIMESTAMP value in column '%s' at row %ld",
ER_INVALID_CHARACTER_STRING:"Invalid %s character string: '%.64s'",
ER_WARN_ALLOWED_PACKET_OVERFLOWED:"Result of %s() was larger than max_allowed_packet (%ld) - truncated",
ER_CONFLICTING_DECLARATIONS:"Conflicting declarations: '%s%s' and '%s%s'",
ER_SP_NO_RECURSIVE_CREATE:"Can't create a %s from within another stored routine",
ER_SP_ALREADY_EXISTS:"%s %s already exists",
ER_SP_DOES_NOT_EXIST:"%s %s does not exist",
ER_SP_DROP_FAILED:"Failed to DROP %s %s",
ER_SP_STORE_FAILED:"Failed to CREATE %s %s",
ER_SP_LILABEL_MISMATCH:"%s with no matching label: %s",
ER_SP_LABEL_REDEFINE:"Redefining label %s",
ER_SP_LABEL_MISMATCH:"End-label %s without match",
ER_SP_UNINIT_VAR:"Referring to uninitialized variable %s",
ER_SP_BADSELECT:"PROCEDURE %s can't return a result set in the given context",
ER_SP_BADRETURN:"RETURN is only allowed in a FUNCTION",
ER_SP_BADSTATEMENT:"%s is not allowed in stored procedures",
ER_UPDATE_LOG_DEPRECATED_IGNORED:"The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.",
ER_UPDATE_LOG_DEPRECATED_TRANSLATED:"The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.",
ER_QUERY_INTERRUPTED:"Query execution was interrupted",
ER_SP_WRONG_NO_OF_ARGS:"Incorrect number of arguments for %s %s; expected %u, got %u",
ER_SP_COND_MISMATCH:"Undefined CONDITION: %s",
ER_SP_NORETURN:"No RETURN found in FUNCTION %s",
ER_SP_NORETURNEND:"FUNCTION %s ended without RETURN",
ER_SP_BAD_CURSOR_QUERY:"Cursor statement must be a SELECT",
ER_SP_BAD_CURSOR_SELECT:"Cursor SELECT must not have INTO",
ER_SP_CURSOR_MISMATCH:"Undefined CURSOR: %s",
ER_SP_CURSOR_ALREADY_OPEN:"Cursor is already open",
ER_SP_CURSOR_NOT_OPEN:"Cursor is not open",
ER_SP_UNDECLARED_VAR:"Undeclared variable: %s",
ER_SP_WRONG_NO_OF_FETCH_ARGS:"Incorrect number of FETCH variables",
ER_SP_FETCH_NO_DATA:"No data - zero rows fetched, selected, or processed",
ER_SP_DUP_PARAM:"Duplicate parameter: %s",
ER_SP_DUP_VAR:"Duplicate variable: %s",
ER_SP_DUP_COND:"Duplicate condition: %s",
ER_SP_DUP_CURS:"Duplicate cursor: %s",
ER_SP_CANT_ALTER:"Failed to ALTER %s %s",
ER_SP_SUBSELECT_NYI:"Subquery value not supported",
ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG:"%s is not allowed in stored function or trigger",
ER_SP_VARCOND_AFTER_CURSHNDLR:"Variable or condition declaration after cursor or handler declaration",
ER_SP_CURSOR_AFTER_HANDLER:"Cursor declaration after handler declaration",
ER_SP_CASE_NOT_FOUND:"Case not found for CASE statement",
ER_FPARSER_TOO_BIG_FILE:"Configuration file '%-.192s' is too big",
ER_FPARSER_BAD_HEADER:"Malformed file type header in file '%-.192s'",
ER_FPARSER_EOF_IN_COMMENT:"Unexpected end of file while parsing comment '%-.200s'",
ER_FPARSER_ERROR_IN_PARAMETER:"Error while parsing parameter '%-.192s' (line: '%-.192s')",
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER:"Unexpected end of file while skipping unknown parameter '%-.192s'",
ER_VIEW_NO_EXPLAIN:"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table",
ER_FRM_UNKNOWN_TYPE:"File '%-.192s' has unknown type '%-.64s' in its header",
ER_WRONG_OBJECT:"'%-.192s.%-.192s' is not %s",
ER_NONUPDATEABLE_COLUMN:"Column '%-.192s' is not updatable",
ER_VIEW_SELECT_DERIVED:"View's SELECT contains a subquery in the FROM clause",
ER_VIEW_SELECT_CLAUSE:"View's SELECT contains a '%s' clause",
ER_VIEW_SELECT_VARIABLE:"View's SELECT contains a variable or parameter",
ER_VIEW_SELECT_TMPTABLE:"View's SELECT refers to a temporary table '%-.192s'",
ER_VIEW_WRONG_LIST:"View's SELECT and view's field list have different column counts",
ER_WARN_VIEW_MERGE:"View merge algorithm can't be used here for now (assumed undefined algorithm)",
ER_WARN_VIEW_WITHOUT_KEY:"View being updated does not have complete key of underlying table in it",
ER_VIEW_INVALID:"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them",
ER_SP_NO_DROP_SP:"Can't drop or alter a %s from within another stored routine",
ER_SP_GOTO_IN_HNDLR:"GOTO is not allowed in a stored procedure handler",
ER_TRG_ALREADY_EXISTS:"Trigger already exists",
ER_TRG_DOES_NOT_EXIST:"Trigger does not exist",
ER_TRG_ON_VIEW_OR_TEMP_TABLE:"Trigger's '%-.192s' is view or temporary table",
ER_TRG_CANT_CHANGE_ROW:"Updating of %s row is not allowed in %strigger",
ER_TRG_NO_SUCH_ROW_IN_TRG:"There is no %s row in %s trigger",
ER_NO_DEFAULT_FOR_FIELD:"Field '%-.192s' doesn't have a default value",
ER_DIVISION_BY_ZERO:"Division by 0",
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD:"Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld",
ER_ILLEGAL_VALUE_FOR_TYPE:"Illegal %s '%-.192s' value found during parsing",
ER_VIEW_NONUPD_CHECK:"CHECK OPTION on non-updatable view '%-.192s.%-.192s'",
ER_XAER_RMFAIL:"XAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s state",
ER_XAER_OUTSIDE:"XAER_OUTSIDE: Some work is done outside global transaction",
ER_XAER_RMERR:"XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency",
ER_XA_RBROLLBACK:"XA_RBROLLBACK: Transaction branch was rolled back",
ER_NONEXISTING_PROC_GRANT:"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'",
ER_PROC_AUTO_GRANT_FAIL:"Failed to grant EXECUTE and ALTER ROUTINE privileges",
ER_PROC_AUTO_REVOKE_FAIL:"Failed to revoke all privileges to dropped routine",
ER_DATA_TOO_LONG:"Data too long for column '%s' at row %ld",
ER_SP_BAD_SQLSTATE:"Bad SQLSTATE: '%s'",
ER_STARTUP:"%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %s",
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR:"Can't load value from file with fixed size rows to variable",
ER_CANT_CREATE_USER_WITH_GRANT:"You are not allowed to create a user with GRANT",
ER_WRONG_VALUE_FOR_TYPE:"Incorrect %-.32s value: '%-.128s' for function %-.32s",
ER_TABLE_DEF_CHANGED:"Table definition has changed, please retry transaction",
ER_SP_DUP_HANDLER:"Duplicate handler declared in the same block",
ER_SP_NOT_VAR_ARG:"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger",
ER_SP_NO_RETSET:"Not allowed to return a result set from a %s",
ER_CANT_CREATE_GEOMETRY_OBJECT:"Cannot get geometry object from data you send to the GEOMETRY field",
ER_FAILED_ROUTINE_BREAK_BINLOG:"A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes",
ER_BINLOG_UNSAFE_ROUTINE:"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)",
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER:"You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)",
ER_EXEC_STMT_WITH_OPEN_CURSOR:"You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.",
ER_STMT_HAS_NO_OPEN_CURSOR:"The statement (%lu) has no open cursor.",
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG:"Explicit or implicit commit is not allowed in stored function or trigger.",
ER_NO_DEFAULT_FOR_VIEW_FIELD:"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value",
ER_SP_NO_RECURSION:"Recursive stored functions and triggers are not allowed.",
ER_TOO_BIG_SCALE:"Too big scale %d specified for column '%-.192s'. Maximum is %lu.",
ER_TOO_BIG_PRECISION:"Too big precision %d specified for column '%-.192s'. Maximum is %lu.",
ER_M_BIGGER_THAN_D:"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').",
ER_WRONG_LOCK_OF_SYSTEM_TABLE:"You can't combine write-locking of system tables with other tables or lock types",
ER_CONNECT_TO_FOREIGN_DATA_SOURCE:"Unable to connect to foreign data source: %.64s",
ER_QUERY_ON_FOREIGN_DATA_SOURCE:"There was a problem processing the query on the foreign data source. Data source error: %-.64s",
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST:"The foreign data source you are trying to reference does not exist. Data source error: %-.64s",
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE:"Can't create federated table. The data source connection string '%-.64s' is not in the correct format",
ER_FOREIGN_DATA_STRING_INVALID:"The data source connection string '%-.64s' is not in the correct format",
ER_CANT_CREATE_FEDERATED_TABLE:"Can't create federated table. Foreign data src error: %-.64s",
ER_TRG_IN_WRONG_SCHEMA:"Trigger in wrong schema",
ER_STACK_OVERRUN_NEED_MORE:"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.",
ER_TOO_LONG_BODY:"Routine body for '%-.100s' is too long",
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE:"Cannot drop default keycache",
ER_TOO_BIG_DISPLAYWIDTH:"Display width out of range for column '%-.192s' (max = %lu)",
ER_XAER_DUPID:"XAER_DUPID: The XID already exists",
ER_DATETIME_FUNCTION_OVERFLOW:"Datetime function: %-.32s field overflow",
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG:"Can't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.",
ER_VIEW_PREVENT_UPDATE:"The definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.",
ER_PS_NO_RECURSION:"The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner",
ER_SP_CANT_SET_AUTOCOMMIT:"Not allowed to set autocommit from a stored function or trigger",
ER_MALFORMED_DEFINER:"Definer is not fully qualified",
ER_VIEW_FRM_NO_USER:"View '%-.192s'.'%-.192s' has no definer information (old table format). Current user is used as definer. Please recreate the view!",
ER_VIEW_OTHER_USER:"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer",
ER_NO_SUCH_USER:"The user specified as a definer ('%-.64s'@'%-.64s') does not exist",
ER_FORBID_SCHEMA_CHANGE:"Changing schema from '%-.192s' to '%-.192s' is not allowed.",
ER_ROW_IS_REFERENCED_2:"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)",
ER_NO_REFERENCED_ROW_2:"Cannot add or update a child row: a foreign key constraint fails (%.192s)",
ER_SP_BAD_VAR_SHADOW:"Variable '%-.64s' must be quoted with `...`, or renamed",
ER_TRG_NO_DEFINER:"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.",
ER_OLD_FILE_FORMAT:"'%-.192s' has an old format, you should re-create the '%s' object(s)",
ER_SP_RECURSION_LIMIT:"Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s",
ER_SP_PROC_TABLE_CORRUPT:"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)",
ER_SP_WRONG_NAME:"Incorrect routine name '%-.192s'",
ER_TABLE_NEEDS_UPGRADE:"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" or dump/reload to fix it!",
ER_SP_NO_AGGREGATE:"AGGREGATE is not supported for stored functions",
ER_MAX_PREPARED_STMT_COUNT_REACHED:"Can't create more than max_prepared_stmt_count statements (current value: %lu)",
ER_NO_PARTITION_FOR_GIVEN_VALUE:"Table has no partition for value %-.64s",
ER_FILEGROUP_OPTION_ONLY_ONCE:"It is not allowed to specify %s more than once",
ER_CREATE_FILEGROUP_FAILED:"Failed to create %s",
ER_DROP_FILEGROUP_FAILED:"Failed to drop %s",
ER_TABLESPACE_AUTO_EXTEND_ERROR:"The handler doesn't support autoextend of tablespaces",
ER_WRONG_SIZE_NUMBER:"A size parameter was incorrectly specified, either number or on the form 10M",
ER_SIZE_OVERFLOW_ERROR:"The size number was correct but we don't allow the digit part to be more than 2 billion",
ER_ALTER_FILEGROUP_FAILED:"Failed to alter: %s",
ER_BINLOG_ROW_LOGGING_FAILED:"Writing one row to the row-based binary log failed",
ER_BINLOG_ROW_WRONG_TABLE_DEF:"Table definition on master and slave does not match: %s",
ER_BINLOG_ROW_RBR_TO_SBR:"Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events",
ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED:"Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted",
ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE:"Cannot load from mysql.%s. The table is probably corrupted",
ER_EVENT_CANNOT_DELETE:"Failed to delete the event from mysql.event",
ER_EVENT_COMPILE_ERROR:"Error during compilation of event's body",
ER_EVENT_SAME_NAME:"Same old and new event name",
ER_EVENT_DATA_TOO_LONG:"Data for column '%s' too long",
ER_DROP_INDEX_FK:"Cannot drop index '%-.192s': needed in a foreign key constraint",
ER_WARN_DEPRECATED_SYNTAX_WITH_VER:"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead",
ER_CANT_WRITE_LOCK_LOG_TABLE:"You can't write-lock a log table. Only read access is possible",
ER_CANT_LOCK_LOG_TABLE:"You can't use locks with log tables.",
ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED:"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry",
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE:"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.",
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR:"Cannot switch out of the row-based binary log format when the session has open temporary tables",
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT:"Cannot change the binary logging format inside a stored function or trigger",
ER_NDB_CANT_SWITCH_BINLOG_FORMAT:"The NDB cluster engine does not support changing the binlog format on the fly yet",
ER_PARTITION_NO_TEMPORARY:"Cannot create temporary table with partitions",
ER_PARTITION_CONST_DOMAIN_ERROR:"Partition constant is out of partition function domain",
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED:"This partition function is not allowed",
ER_DDL_LOG_ERROR:"Error in DDL log",
ER_NULL_IN_VALUES_LESS_THAN:"Not allowed to use NULL value in VALUES LESS THAN",
ER_RBR_NOT_AVAILABLE:"The server was not built with row-based replication",
ER_BASE64_DECODE_ERROR:"Decoding of base64 string failed",
ER_EVENT_RECURSION_FORBIDDEN:"Recursion of EVENT DDL statements is forbidden when body is present",
ER_EVENTS_DB_ERROR:"Cannot proceed because system tables used by Event Scheduler were found damaged at server start",
ER_ONLY_INTEGERS_ALLOWED:"Only integers allowed as number here",
ER_UNSUPORTED_LOG_ENGINE:"This storage engine cannot be used for log tables\"",
ER_BAD_LOG_STATEMENT:"You cannot '%s' a log table if logging is enabled",
ER_CANT_RENAME_LOG_TABLE:"Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'",
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT:"Incorrect parameter count in the call to native function '%-.192s'",
ER_WRONG_PARAMETERS_TO_NATIVE_FCT:"Incorrect parameters in the call to native function '%-.192s'",
ER_WRONG_PARAMETERS_TO_STORED_FCT:"Incorrect parameters in the call to stored function '%-.192s'",
ER_NATIVE_FCT_NAME_COLLISION:"This function '%-.192s' has the same name as a native function",
ER_DUP_ENTRY_WITH_KEY_NAME:"Duplicate entry '%-.64s' for key '%-.192s'",
ER_BINLOG_PURGE_EMFILE:"Too many files opened, please execute the command again",
ER_EVENT_CANNOT_CREATE_IN_THE_PAST:"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.",
ER_EVENT_CANNOT_ALTER_IN_THE_PAST:"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.",
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER:"RESIGNAL when handler not active",
ER_SIGNAL_BAD_CONDITION_TYPE:"SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE",
WARN_COND_ITEM_TRUNCATED:"Data truncated for condition item '%s'",
ER_COND_ITEM_TOO_LONG:"Data too long for condition item '%s'",
ER_UNKNOWN_LOCALE:"Unknown locale: '%-.64s'",
ER_SLAVE_IGNORE_SERVER_IDS:"The requested server id %d clashes with the slave startup option --replicate-same-server-id",
ER_QUERY_CACHE_DISABLED:"Query cache is disabled; restart the server with query_cache_type=1 to enable it",
ER_SAME_NAME_PARTITION_FIELD:"Duplicate partition field name '%-.192s'",
ER_PARTITION_COLUMN_LIST_ERROR:"Inconsistency in usage of column lists for partitioning",
ER_WRONG_TYPE_COLUMN_VALUE_ERROR:"Partition column values of incorrect type",
ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR:"Too many fields in '%-.192s'",
ER_MAXVALUE_IN_VALUES_IN:"Cannot use MAXVALUE as value in VALUES IN",
ER_TOO_MANY_VALUES_ERROR:"Cannot have more than one value for this type of %-.64s partitioning",
ER_ROW_SINGLE_PARTITION_FIELD_ERROR:"Row expressions in VALUES IN only allowed for multi-field column partitioning",
ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD:"Field '%-.192s' is of a not allowed type for this type of partitioning",
ER_PARTITION_FIELDS_TOO_LONG:"The total length of the partitioning fields is too large",
ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE:"Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.",
ER_BINLOG_ROW_MODE_AND_STMT_ENGINE:"Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.",
ER_BINLOG_UNSAFE_AND_STMT_ENGINE:"Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s",
ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE:"Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.",
ER_BINLOG_STMT_MODE_AND_ROW_ENGINE:"Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s",
ER_BINLOG_ROW_INJECTION_AND_STMT_MODE:"Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.",
ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE:"Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.",
ER_BINLOG_UNSAFE_LIMIT:"The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.",
ER_BINLOG_UNSAFE_INSERT_DELAYED:"The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.",
ER_BINLOG_UNSAFE_SYSTEM_TABLE:"The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.",
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS:"Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.",
ER_BINLOG_UNSAFE_UDF:"Statement is unsafe because it uses a UDF which may not return the same value on the slave.",
ER_BINLOG_UNSAFE_SYSTEM_VARIABLE:"Statement is unsafe because it uses a system variable that may have a different value on the slave.",
ER_BINLOG_UNSAFE_SYSTEM_FUNCTION:"Statement is unsafe because it uses a system function that may return a different value on the slave.",
ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS:"Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.",
ER_MESSAGE_AND_STATEMENT:"%s Statement: %s",
ER_SLAVE_CONVERSION_FAILED:"Column %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'",
ER_SLAVE_CANT_CREATE_CONVERSION:"Can't create conversion table for table '%-.192s.%-.192s'",
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT:"Cannot modify @@session.binlog_format inside a transaction",
ER_PATH_LENGTH:"The path specified for %.64s is too long.",
ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT:"'%s' is deprecated and will be removed in a future release.",
ER_WRONG_NATIVE_TABLE_STRUCTURE:"Native table '%-.64s'.'%-.64s' has the wrong structure",
ER_WARN_I_S_SKIPPED_TABLE:"Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement",
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT:"Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction",
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT:"Cannot change the binlog direct flag inside a stored function or trigger",
ER_SPATIAL_MUST_HAVE_GEOM_COL:"A SPATIAL index may only contain a geometrical type column",
ER_TOO_LONG_INDEX_COMMENT:"Comment for index '%-.64s' is too long (max = %lu)",
ER_LOCK_ABORTED:"Wait on a lock was aborted due to a pending exclusive lock",
ER_DATA_OUT_OF_RANGE:"%s value is out of range in '%s'",
ER_WRONG_SPVAR_TYPE_IN_LIMIT:"A variable of a non-integer based type in LIMIT clause",
ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE:"Mixing self-logging and non-self-logging engines in a statement is unsafe.",
ER_BINLOG_UNSAFE_MIXED_STATEMENT:"Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.",
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN:"Cannot modify @@session.sql_log_bin inside a transaction",
ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN:"Cannot change the sql_log_bin inside a stored function or trigger",
ER_FAILED_READ_FROM_PAR_FILE:"Failed to read from the .par file",
ER_VALUES_IS_NOT_INT_TYPE_ERROR:"VALUES value for partition '%-.64s' must have type INT",
ER_ACCESS_DENIED_NO_PASSWORD_ERROR:"Access denied for user '%-.48s'@'%-.64s'",
ER_SET_PASSWORD_AUTH_PLUGIN:"SET PASSWORD has no significance for users authenticating via plugins",
ER_GRANT_PLUGIN_USER_EXISTS:"GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists",
ER_TRUNCATE_ILLEGAL_FK:"Cannot truncate a table referenced in a foreign key constraint (%.192s)",
ER_PLUGIN_IS_PERMANENT:"Plugin '%s' is force_plus_permanent and can not be unloaded",
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN:"The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.",
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX:"The requested value for 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:"Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again",
ER_MULTI_UPDATE_KEY_CONFLICT:"Primary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.",
ER_TABLE_NEEDS_REBUILD:"Table rebuild required. Please do \"ALTER TABLE `%-.32s` FORCE\" or dump/reload to fix it!",
WARN_OPTION_BELOW_LIMIT:"The value of '%s' should be no less than the value of '%s'",
ER_INDEX_COLUMN_TOO_LONG:"Index column size too large. The maximum column size is %lu bytes.",
ER_ERROR_IN_TRIGGER_BODY:"Trigger '%-.64s' has an error in its body: '%-.256s'",
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY:"Unknown trigger has an error in its body: '%-.256s'",
ER_INDEX_CORRUPT:"Index %s is corrupted",
ER_UNDO_RECORD_TOO_BIG:"Undo log record is too big.",
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT:"INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.",
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE:"INSERT... SELECT... ON DUPLICATE 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:"REPLACE... SELECT is unsafe because 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:"CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.",
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT:"CREATE... REPLACE SELECT is unsafe because 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_UPDATE_IGNORE:"UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.",
ER_PLUGIN_NO_UNINSTALL:"Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.",
ER_PLUGIN_NO_INSTALL:"Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it.",
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT:"Statements writing to a table with an auto-increment column after selecting from another table are unsafe 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 master and the slave.",
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC:"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 inserted. This order cannot be predicted and may differ on master and the slave.",
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS:"INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe",
ER_TABLE_IN_FK_CHECK:"Table is being used in foreign key check.",
ER_UNSUPPORTED_ENGINE:"Storage engine '%s' does not support system tables. [%s.%s]",
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST:"INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.",
ER_CANNOT_LOAD_FROM_TABLE_V2:"Cannot load from %s.%s. The table is probably corrupted",
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE:"The requested value %u for the master delay exceeds the maximum %u",
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT:"Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)",
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION:"Non matching attribute '%-.64s' between partition and table",
ER_PARTITION_EXCHANGE_PART_TABLE:"Table to exchange with partition is partitioned: '%-.64s'",
ER_PARTITION_EXCHANGE_TEMP_TABLE:"Table to exchange with partition is temporary: '%-.64s'",
ER_PARTITION_INSTEAD_OF_SUBPARTITION:"Subpartitioned table, use subpartition instead of partition",
ER_UNKNOWN_PARTITION:"Unknown partition '%-.64s' in table '%-.64s'",
ER_TABLES_DIFFERENT_METADATA:"Tables have different definitions",
ER_ROW_DOES_NOT_MATCH_PARTITION:"Found a row that does not match the partition",
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX:"Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.",
ER_WARN_INDEX_NOT_APPLICABLE:"Cannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'",
ER_PARTITION_EXCHANGE_FOREIGN_KEY:"Table to exchange with partition has foreign key references: '%-.64s'",
ER_NO_SUCH_KEY_VALUE:"Key value '%-.192s' was not found in table '%-.192s.%-.192s'",
ER_RPL_INFO_DATA_TOO_LONG:"Data for column '%s' too long",
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE:"Replication event checksum verification failed while reading from network.",
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE:"Replication event checksum verification failed while reading from a log file.",
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX:"Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.",
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT:"Can't update table '%-.192s' while '%-.192s' is being created.",
ER_PARTITION_CLAUSE_ON_NONPARTITIONED:"PARTITION () clause on non partitioned table",
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET:"Found a row not matching the given partition set",
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE:"Failure while changing the type of replication repository: %s.",
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE:"The creation of some temporary tables could not be rolled back.",
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE:"Some temporary tables were dropped, but these operations could not be rolled back.",
ER_MTS_FEATURE_IS_NOT_SUPPORTED:"%s is not supported in multi-threaded slave mode. %s",
ER_MTS_UPDATED_DBS_GREATER_MAX:"The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.",
ER_MTS_CANT_PARALLEL:"Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.",
ER_MTS_INCONSISTENT_DATA:"%s",
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING:"FULLTEXT index is not supported for partitioned tables.",
ER_INSECURE_PLAIN_TEXT:"Sending passwords in plain text without SSL/TLS is extremely insecure.",
ER_INSECURE_CHANGE_MASTER:"Storing MySQL user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MySQL Manual for more about this issue and possible alternatives.",
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO:"Foreign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in table '%.192s', key '%.192s'",
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO:"Foreign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in a child table",
ER_SQLTHREAD_WITH_SECURE_SLAVE:"Setting authentication options is not possible when only the Slave SQL Thread is being started.",
ER_TABLE_HAS_NO_FT:"The table does not have FULLTEXT index to support this query",
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER:"The system variable %.200s cannot be set in stored functions or triggers.",
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION:"The system variable %.200s cannot be set when there is an ongoing transaction.",
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST:"The system variable @@SESSION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_NEXT_LIST.",
ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL:"When @@SESSION.GTID_NEXT_LIST == NULL, the system variable @@SESSION.GTID_NEXT cannot change inside a transaction.",
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION:"The statement 'SET %.200s' cannot invoke a stored function.",
ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL:"The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.",
ER_SKIPPING_LOGGED_TRANSACTION:"Skipping transaction %.200s because it has already been executed and logged.",
ER_MALFORMED_GTID_SET_SPECIFICATION:"Malformed GTID set specification '%.200s'.",
ER_MALFORMED_GTID_SET_ENCODING:"Malformed GTID set encoding.",
ER_GNO_EXHAUSTED:"Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.",
ER_BAD_SLAVE_AUTO_POSITION:"Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.",
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON:"CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.",
ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET:"Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC or @@SESSION.GTID_NEXT_LIST != NULL.",
ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON:"@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.",
ER_GTID_MODE_REQUIRES_BINLOG:"@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.",
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF:"@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.",
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON:"@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.",
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF:"@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.",
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF:"Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.",
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE:"When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.",
ER_GTID_UNSAFE_CREATE_SELECT:"CREATE TABLE ... SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.",
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION:"When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1.",
ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME:"The value of @@GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1 <-> UPGRADE_STEP_2 <-> ON. Also note that this value must be stepped up or down simultaneously on all servers; see the Manual for instructions.",
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS:"The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.",
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID:"@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.",
ER_UNKNOWN_EXPLAIN_FORMAT:"Unknown EXPLAIN format name: '%s'",
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION:"Cannot execute statement in a READ ONLY transaction.",
ER_TOO_LONG_TABLE_PARTITION_COMMENT:"Comment for table partition '%-.64s' is too long (max = %lu)",
ER_SLAVE_CONFIGURATION:"Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.",
ER_INNODB_FT_LIMIT:"InnoDB presently supports one FULLTEXT index creation at a time",
ER_INNODB_NO_FT_TEMP_TABLE:"Cannot create FULLTEXT index on temporary InnoDB table",
ER_INNODB_FT_WRONG_DOCID_COLUMN:"Column '%-.192s' is of wrong type for an InnoDB FULLTEXT index",
ER_INNODB_FT_WRONG_DOCID_INDEX:"Index '%-.192s' is of wrong type for an InnoDB FULLTEXT index",
ER_INNODB_ONLINE_LOG_TOO_BIG:"Creating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.",
ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS:"CHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode. Consider using RESET SLAVE or START SLAVE UNTIL.",
ER_MTS_RECOVERY_FAILURE:"Cannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.",
ER_MTS_RESET_WORKERS:"Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.",
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2:"Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted",
ER_SLAVE_SILENT_RETRY_TRANSACTION:"Slave must silently retry current transaction",
ER_DISCARD_FK_CHECKS_RUNNING:"There is a foreign key check running on table '%-.192s'. Cannot discard the table.",
ER_TABLE_SCHEMA_MISMATCH:"Schema mismatch (%s)",
ER_TABLE_IN_SYSTEM_TABLESPACE:"Table '%-.192s' in system tablespace",
ER_IO_READ_ERROR:"IO Read error: (%lu, %s) %s",
ER_IO_WRITE_ERROR:"IO Write error: (%lu, %s) %s",
ER_TABLESPACE_MISSING:"Tablespace is missing for table '%-.192s'",
ER_TABLESPACE_EXISTS:"Tablespace for table '%-.192s' exists. Please DISCARD the tablespace before IMPORT.",
ER_TABLESPACE_DISCARDED:"Tablespace has been discarded for table '%-.192s'",
ER_INVALID_YEAR_COLUMN_LENGTH:"YEAR(%lu) column type is deprecated. Creating YEAR(4) column instead.",
ER_NOT_VALID_PASSWORD:"Your password does not satisfy the current policy requirements",
ER_MUST_CHANGE_PASSWORD:"You must SET PASSWORD before executing this statement",
ER_FK_NO_INDEX_CHILD:"Failed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'",
ER_FK_NO_INDEX_PARENT:"Failed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'",
ER_FK_FAIL_ADD_SYSTEM:"Failed to add the foreign key constraint '%s' to system tables",
ER_FK_CANNOT_OPEN_PARENT:"Failed to open the referenced table '%s'",
ER_FK_INCORRECT_OPTION:"Failed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'",
ER_FK_DUP_NAME:"Duplicate foreign key constraint name '%s'",
ER_PASSWORD_FORMAT:"The password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.",
ER_FK_COLUMN_CANNOT_DROP:"Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'",
ER_FK_COLUMN_CANNOT_DROP_CHILD:"Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'",
ER_FK_COLUMN_NOT_NULL:"Column '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULL",
ER_DUP_INDEX:"Duplicate index '%-.64s' defined on the table '%-.64s.%-.64s'. This is deprecated and will be disallowed in a future release.",
ER_FK_COLUMN_CANNOT_CHANGE:"Cannot change column '%-.192s': used in a foreign key constraint '%-.192s'",
ER_FK_COLUMN_CANNOT_CHANGE_CHILD:"Cannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'",
ER_FK_CANNOT_DELETE_PARENT:"Cannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'",
ER_MALFORMED_PACKET:"Malformed communication packet.",
ER_READ_ONLY_MODE:"Running in read-only mode",
ER_GTID_NEXT_TYPE_UNDEFINED_GROUP:"When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it again after a COMMIT or ROLLBACK. If you see this error message in the slave SQL thread, it means that a table in the current transaction is transactional on the master and non-transactional on the slave. In a client connection, it means that you executed SET @@SESSION.GTID_NEXT before a transaction and forgot to set @@SESSION.GTID_NEXT to a different identifier or to 'AUTOMATIC' after COMMIT or ROLLBACK. Current @@SESSION.GTID_NEXT is '%s'.",
ER_VARIABLE_NOT_SETTABLE_IN_SP:"The system variable %.200s cannot be set in stored procedures.",
ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF:"@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.",
ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY:"@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.",
ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY:"@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).",
ER_GTID_PURGED_WAS_CHANGED:"@@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.",
ER_GTID_EXECUTED_WAS_CHANGED:"@@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.",
ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES:"Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.",
ER_ALTER_OPERATION_NOT_SUPPORTED:"%s is not supported for this operation. Try %s.",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON:"%s is not supported. Reason: %s. Try %s.",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY:"COPY algorithm requires a lock",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION:"Partition specific operations do not yet support LOCK/ALGORITHM",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME:"Columns participating in a foreign key are renamed",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE:"Cannot change column type INPLACE",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE:"Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK:"Dropping a primary key is not allowed without also adding a new primary key",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC:"Adding an auto-increment column requires a lock",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS:"Cannot replace hidden FTS_DOC_ID with a user-visible one",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS:"Cannot drop or rename FTS_DOC_ID",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS:"Fulltext index creation requires a lock",
ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE:"sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction",
ER_DUP_UNKNOWN_IN_INDEX:"Duplicate entry for key '%-.192s'",
ER_IDENT_CAUSES_TOO_LONG_PATH:"Long database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.",
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL:"cannot silently convert NULL values, as required in this SQL_MODE",
ER_MUST_CHANGE_PASSWORD_LOGIN:"Your password has expired. To log in you must change it using a client that supports expired passwords.",
ER_ROW_IN_WRONG_PARTITION:"Found a row in wrong partition %s",