Skip to main content

ErrorKind

Enum ErrorKind 

Source
#[repr(u16)]
pub enum ErrorKind {
Show 886 variants ER_HASHCHK = 1_000, ER_NISAMCHK = 1_001, ER_NO = 1_002, ER_YES = 1_003, ER_CANT_CREATE_FILE = 1_004, ER_CANT_CREATE_TABLE = 1_005, ER_CANT_CREATE_DB = 1_006, ER_DB_CREATE_EXISTS = 1_007, ER_DB_DROP_EXISTS = 1_008, ER_DB_DROP_DELETE = 1_009, ER_DB_DROP_RMDIR = 1_010, ER_CANT_DELETE_FILE = 1_011, ER_CANT_FIND_SYSTEM_REC = 1_012, ER_CANT_GET_STAT = 1_013, ER_CANT_GET_WD = 1_014, ER_CANT_LOCK = 1_015, ER_CANT_OPEN_FILE = 1_016, ER_FILE_NOT_FOUND = 1_017, ER_CANT_READ_DIR = 1_018, ER_CANT_SET_WD = 1_019, ER_CHECKREAD = 1_020, ER_DISK_FULL = 1_021, ER_DUP_KEY = 1_022, ER_ERROR_ON_CLOSE = 1_023, ER_ERROR_ON_READ = 1_024, ER_ERROR_ON_RENAME = 1_025, ER_ERROR_ON_WRITE = 1_026, ER_FILE_USED = 1_027, ER_FILSORT_ABORT = 1_028, ER_FORM_NOT_FOUND = 1_029, ER_GET_ERRN = 1_030, ER_ILLEGAL_HA = 1_031, ER_KEY_NOT_FOUND = 1_032, ER_NOT_FORM_FILE = 1_033, ER_NOT_KEYFILE = 1_034, ER_OLD_KEYFILE = 1_035, ER_OPEN_AS_READONLY = 1_036, ER_OUTOFMEMORY = 1_037, ER_OUT_OF_SORTMEMORY = 1_038, ER_UNEXPECTED_EOF = 1_039, ER_CON_COUNT_ERROR = 1_040, ER_OUT_OF_RESOURCES = 1_041, ER_BAD_HOST_ERROR = 1_042, ER_HANDSHAKE_ERROR = 1_043, ER_DBACCESS_DENIED_ERROR = 1_044, ER_ACCESS_DENIED_ERROR = 1_045, ER_NO_DB_ERROR = 1_046, ER_UNKNOWN_COM_ERROR = 1_047, ER_BAD_NULL_ERROR = 1_048, ER_BAD_DB_ERROR = 1_049, ER_TABLE_EXISTS_ERROR = 1_050, ER_BAD_TABLE_ERROR = 1_051, ER_NON_UNIQ_ERROR = 1_052, ER_SERVER_SHUTDOWN = 1_053, ER_BAD_FIELD_ERROR = 1_054, ER_WRONG_FIELD_WITH_GROUP = 1_055, ER_WRONG_GROUP_FIELD = 1_056, ER_WRONG_SUM_SELECT = 1_057, ER_WRONG_VALUE_COUNT = 1_058, ER_TOO_LONG_IDENT = 1_059, ER_DUP_FIELDNAME = 1_060, ER_DUP_KEYNAME = 1_061, ER_DUP_ENTRY = 1_062, ER_WRONG_FIELD_SPEC = 1_063, ER_PARSE_ERROR = 1_064, ER_EMPTY_QUERY = 1_065, ER_NONUNIQ_TABLE = 1_066, ER_INVALID_DEFAULT = 1_067, ER_MULTIPLE_PRI_KEY = 1_068, ER_TOO_MANY_KEYS = 1_069, ER_TOO_MANY_KEY_PARTS = 1_070, ER_TOO_LONG_KEY = 1_071, ER_KEY_COLUMN_DOES_NOT_EXITS = 1_072, ER_BLOB_USED_AS_KEY = 1_073, ER_TOO_BIG_FIELDLENGTH = 1_074, ER_WRONG_AUTO_KEY = 1_075, ER_READY = 1_076, ER_NORMAL_SHUTDOWN = 1_077, ER_GOT_SIGNAL = 1_078, ER_SHUTDOWN_COMPLETE = 1_079, ER_FORCING_CLOSE = 1_080, ER_IPSOCK_ERROR = 1_081, ER_NO_SUCH_INDEX = 1_082, ER_WRONG_FIELD_TERMINATORS = 1_083, ER_BLOBS_AND_NO_TERMINATED = 1_084, ER_TEXTFILE_NOT_READABLE = 1_085, ER_FILE_EXISTS_ERROR = 1_086, ER_LOAD_INF = 1_087, ER_ALTER_INF = 1_088, ER_WRONG_SUB_KEY = 1_089, ER_CANT_REMOVE_ALL_FIELDS = 1_090, ER_CANT_DROP_FIELD_OR_KEY = 1_091, ER_INSERT_INF = 1_092, ER_UPDATE_TABLE_USED = 1_093, ER_NO_SUCH_THREAD = 1_094, ER_KILL_DENIED_ERROR = 1_095, ER_NO_TABLES_USED = 1_096, ER_TOO_BIG_SET = 1_097, ER_NO_UNIQUE_LOGFILE = 1_098, ER_TABLE_NOT_LOCKED_FOR_WRITE = 1_099, ER_TABLE_NOT_LOCKED = 1_100, ER_BLOB_CANT_HAVE_DEFAULT = 1_101, ER_WRONG_DB_NAME = 1_102, ER_WRONG_TABLE_NAME = 1_103, ER_TOO_BIG_SELECT = 1_104, ER_UNKNOWN_ERROR = 1_105, ER_UNKNOWN_PROCEDURE = 1_106, ER_WRONG_PARAMCOUNT_TO_PROCEDURE = 1_107, ER_WRONG_PARAMETERS_TO_PROCEDURE = 1_108, ER_UNKNOWN_TABLE = 1_109, ER_FIELD_SPECIFIED_TWICE = 1_110, ER_INVALID_GROUP_FUNC_USE = 1_111, ER_UNSUPPORTED_EXTENSION = 1_112, ER_TABLE_MUST_HAVE_COLUMNS = 1_113, ER_RECORD_FILE_FULL = 1_114, ER_UNKNOWN_CHARACTER_SET = 1_115, ER_TOO_MANY_TABLES = 1_116, ER_TOO_MANY_FIELDS = 1_117, ER_TOO_BIG_ROWSIZE = 1_118, ER_STACK_OVERRUN = 1_119, ER_WRONG_OUTER_JOIN = 1_120, ER_NULL_COLUMN_IN_INDEX = 1_121, ER_CANT_FIND_UDF = 1_122, ER_CANT_INITIALIZE_UDF = 1_123, ER_UDF_NO_PATHS = 1_124, ER_UDF_EXISTS = 1_125, ER_CANT_OPEN_LIBRARY = 1_126, ER_CANT_FIND_DL_ENTRY = 1_127, ER_FUNCTION_NOT_DEFINED = 1_128, ER_HOST_IS_BLOCKED = 1_129, ER_HOST_NOT_PRIVILEGED = 1_130, ER_PASSWORD_ANONYMOUS_USER = 1_131, ER_PASSWORD_NOT_ALLOWED = 1_132, ER_PASSWORD_NO_MATCH = 1_133, ER_UPDATE_INF = 1_134, ER_CANT_CREATE_THREAD = 1_135, ER_WRONG_VALUE_COUNT_ON_ROW = 1_136, ER_CANT_REOPEN_TABLE = 1_137, ER_INVALID_USE_OF_NULL = 1_138, ER_REGEXP_ERROR = 1_139, ER_MIX_OF_GROUP_FUNC_AND_FIELDS = 1_140, ER_NONEXISTING_GRANT = 1_141, ER_TABLEACCESS_DENIED_ERROR = 1_142, ER_COLUMNACCESS_DENIED_ERROR = 1_143, ER_ILLEGAL_GRANT_FOR_TABLE = 1_144, ER_GRANT_WRONG_HOST_OR_USER = 1_145, ER_NO_SUCH_TABLE = 1_146, ER_NONEXISTING_TABLE_GRANT = 1_147, ER_NOT_ALLOWED_COMMAND = 1_148, ER_SYNTAX_ERROR = 1_149, ER_DELAYED_CANT_CHANGE_LOCK = 1_150, ER_TOO_MANY_DELAYED_THREADS = 1_151, ER_ABORTING_CONNECTION = 1_152, ER_NET_PACKET_TOO_LARGE = 1_153, ER_NET_READ_ERROR_FROM_PIPE = 1_154, ER_NET_FCNTL_ERROR = 1_155, ER_NET_PACKETS_OUT_OF_ORDER = 1_156, ER_NET_UNCOMPRESS_ERROR = 1_157, ER_NET_READ_ERROR = 1_158, ER_NET_READ_INTERRUPTED = 1_159, ER_NET_ERROR_ON_WRITE = 1_160, ER_NET_WRITE_INTERRUPTED = 1_161, ER_TOO_LONG_STRING = 1_162, ER_TABLE_CANT_HANDLE_BLOB = 1_163, ER_TABLE_CANT_HANDLE_AUTO_INCREMENT = 1_164, ER_DELAYED_INSERT_TABLE_LOCKED = 1_165, ER_WRONG_COLUMN_NAME = 1_166, ER_WRONG_KEY_COLUMN = 1_167, ER_WRONG_MRG_TABLE = 1_168, ER_DUP_UNIQUE = 1_169, ER_BLOB_KEY_WITHOUT_LENGTH = 1_170, ER_PRIMARY_CANT_HAVE_NULL = 1_171, ER_TOO_MANY_ROWS = 1_172, ER_REQUIRES_PRIMARY_KEY = 1_173, ER_NO_RAID_COMPILED = 1_174, ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE = 1_175, ER_KEY_DOES_NOT_EXITS = 1_176, ER_CHECK_NO_SUCH_TABLE = 1_177, ER_CHECK_NOT_IMPLEMENTED = 1_178, ER_CANT_DO_THIS_DURING_AN_TRANSACTION = 1_179, ER_ERROR_DURING_COMMIT = 1_180, ER_ERROR_DURING_ROLLBACK = 1_181, ER_ERROR_DURING_FLUSH_LOGS = 1_182, ER_ERROR_DURING_CHECKPOINT = 1_183, ER_NEW_ABORTING_CONNECTION = 1_184, ER_DUMP_NOT_IMPLEMENTED = 1_185, ER_FLUSH_MASTER_BINLOG_CLOSED = 1_186, ER_INDEX_REBUILD = 1_187, ER_MASTER = 1_188, ER_MASTER_NET_READ = 1_189, ER_MASTER_NET_WRITE = 1_190, ER_FT_MATCHING_KEY_NOT_FOUND = 1_191, ER_LOCK_OR_ACTIVE_TRANSACTION = 1_192, ER_UNKNOWN_SYSTEM_VARIABLE = 1_193, ER_CRASHED_ON_USAGE = 1_194, ER_CRASHED_ON_REPAIR = 1_195, ER_WARNING_NOT_COMPLETE_ROLLBACK = 1_196, ER_TRANS_CACHE_FULL = 1_197, ER_SLAVE_MUST_STOP = 1_198, ER_SLAVE_NOT_RUNNING = 1_199, ER_BAD_SLAVE = 1_200, ER_MASTER_INF = 1_201, ER_SLAVE_THREAD = 1_202, ER_TOO_MANY_USER_CONNECTIONS = 1_203, ER_SET_CONSTANTS_ONLY = 1_204, ER_LOCK_WAIT_TIMEOUT = 1_205, ER_LOCK_TABLE_FULL = 1_206, ER_READ_ONLY_TRANSACTION = 1_207, ER_DROP_DB_WITH_READ_LOCK = 1_208, ER_CREATE_DB_WITH_READ_LOCK = 1_209, ER_WRONG_ARGUMENTS = 1_210, ER_NO_PERMISSION_TO_CREATE_USER = 1_211, ER_UNION_TABLES_IN_DIFFERENT_DIR = 1_212, ER_LOCK_DEADLOCK = 1_213, ER_TABLE_CANT_HANDLE_FT = 1_214, ER_CANNOT_ADD_FOREIGN = 1_215, ER_NO_REFERENCED_ROW = 1_216, ER_ROW_IS_REFERENCED = 1_217, ER_CONNECT_TO_MASTER = 1_218, ER_QUERY_ON_MASTER = 1_219, ER_ERROR_WHEN_EXECUTING_COMMAND = 1_220, ER_WRONG_USAGE = 1_221, ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT = 1_222, ER_CANT_UPDATE_WITH_READLOCK = 1_223, ER_MIXING_NOT_ALLOWED = 1_224, ER_DUP_ARGUMENT = 1_225, ER_USER_LIMIT_REACHED = 1_226, ER_SPECIFIC_ACCESS_DENIED_ERROR = 1_227, ER_LOCAL_VARIABLE = 1_228, ER_GLOBAL_VARIABLE = 1_229, ER_NO_DEFAULT = 1_230, ER_WRONG_VALUE_FOR_VAR = 1_231, ER_WRONG_TYPE_FOR_VAR = 1_232, ER_VAR_CANT_BE_READ = 1_233, ER_CANT_USE_OPTION_HERE = 1_234, ER_NOT_SUPPORTED_YET = 1_235, ER_MASTER_FATAL_ERROR_READING_BINLOG = 1_236, ER_SLAVE_IGNORED_TABLE = 1_237, ER_INCORRECT_GLOBAL_LOCAL_VAR = 1_238, ER_WRONG_FK_DEF = 1_239, ER_KEY_REF_DO_NOT_MATCH_TABLE_REF = 1_240, ER_OPERAND_COLUMNS = 1_241, ER_SUBQUERY_NO_1_ROW = 1_242, ER_UNKNOWN_STMT_HANDLER = 1_243, ER_CORRUPT_HELP_DB = 1_244, ER_CYCLIC_REFERENCE = 1_245, ER_AUTO_CONVERT = 1_246, ER_ILLEGAL_REFERENCE = 1_247, ER_DERIVED_MUST_HAVE_ALIAS = 1_248, ER_SELECT_REDUCED = 1_249, ER_TABLENAME_NOT_ALLOWED_HERE = 1_250, ER_NOT_SUPPORTED_AUTH_MODE = 1_251, ER_SPATIAL_CANT_HAVE_NULL = 1_252, ER_COLLATION_CHARSET_MISMATCH = 1_253, ER_SLAVE_WAS_RUNNING = 1_254, ER_SLAVE_WAS_NOT_RUNNING = 1_255, ER_TOO_BIG_FOR_UNCOMPRESS = 1_256, ER_ZLIB_Z_MEM_ERROR = 1_257, ER_ZLIB_Z_BUF_ERROR = 1_258, ER_ZLIB_Z_DATA_ERROR = 1_259, ER_CUT_VALUE_GROUP_CONCAT = 1_260, ER_WARN_TOO_FEW_RECORDS = 1_261, ER_WARN_TOO_MANY_RECORDS = 1_262, ER_WARN_NULL_TO_NOTNULL = 1_263, ER_WARN_DATA_OUT_OF_RANGE = 1_264, WARN_DATA_TRUNCATED = 1_265, ER_WARN_USING_OTHER_HANDLER = 1_266, ER_CANT_AGGREGATE_2COLLATIONS = 1_267, ER_DROP_USER = 1_268, ER_REVOKE_GRANTS = 1_269, ER_CANT_AGGREGATE_3COLLATIONS = 1_270, ER_CANT_AGGREGATE_NCOLLATIONS = 1_271, ER_VARIABLE_IS_NOT_STRUCT = 1_272, ER_UNKNOWN_COLLATION = 1_273, ER_SLAVE_IGNORED_SSL_PARAMS = 1_274, ER_SERVER_IS_IN_SECURE_AUTH_MODE = 1_275, ER_WARN_FIELD_RESOLVED = 1_276, ER_BAD_SLAVE_UNTIL_COND = 1_277, ER_MISSING_SKIP_SLAVE = 1_278, ER_UNTIL_COND_IGNORED = 1_279, ER_WRONG_NAME_FOR_INDEX = 1_280, ER_WRONG_NAME_FOR_CATALOG = 1_281, ER_WARN_QC_RESIZE = 1_282, ER_BAD_FT_COLUMN = 1_283, ER_UNKNOWN_KEY_CACHE = 1_284, ER_WARN_HOSTNAME_WONT_WORK = 1_285, ER_UNKNOWN_STORAGE_ENGINE = 1_286, ER_WARN_DEPRECATED_SYNTAX = 1_287, ER_NON_UPDATABLE_TABLE = 1_288, ER_FEATURE_DISABLED = 1_289, ER_OPTION_PREVENTS_STATEMENT = 1_290, ER_DUPLICATED_VALUE_IN_TYPE = 1_291, ER_TRUNCATED_WRONG_VALUE = 1_292, ER_TOO_MUCH_AUTO_TIMESTAMP_COLS = 1_293, ER_INVALID_ON_UPDATE = 1_294, ER_UNSUPPORTED_PS = 1_295, ER_GET_ERRMSG = 1_296, ER_GET_TEMPORARY_ERRMSG = 1_297, ER_UNKNOWN_TIME_ZONE = 1_298, ER_WARN_INVALID_TIMESTAMP = 1_299, ER_INVALID_CHARACTER_STRING = 1_300, ER_WARN_ALLOWED_PACKET_OVERFLOWED = 1_301, ER_CONFLICTING_DECLARATIONS = 1_302, ER_SP_NO_RECURSIVE_CREATE = 1_303, ER_SP_ALREADY_EXISTS = 1_304, ER_SP_DOES_NOT_EXIST = 1_305, ER_SP_DROP_FAILED = 1_306, ER_SP_STORE_FAILED = 1_307, ER_SP_LILABEL_MISMATCH = 1_308, ER_SP_LABEL_REDEFINE = 1_309, ER_SP_LABEL_MISMATCH = 1_310, ER_SP_UNINIT_VAR = 1_311, ER_SP_BADSELECT = 1_312, ER_SP_BADRETURN = 1_313, ER_SP_BADSTATEMENT = 1_314, ER_UPDATE_LOG_DEPRECATED_IGNORED = 1_315, ER_UPDATE_LOG_DEPRECATED_TRANSLATED = 1_316, ER_QUERY_INTERRUPTED = 1_317, ER_SP_WRONG_NO_OF_ARGS = 1_318, ER_SP_COND_MISMATCH = 1_319, ER_SP_NORETURN = 1_320, ER_SP_NORETURNEND = 1_321, ER_SP_BAD_CURSOR_QUERY = 1_322, ER_SP_BAD_CURSOR_SELECT = 1_323, ER_SP_CURSOR_MISMATCH = 1_324, ER_SP_CURSOR_ALREADY_OPEN = 1_325, ER_SP_CURSOR_NOT_OPEN = 1_326, ER_SP_UNDECLARED_VAR = 1_327, ER_SP_WRONG_NO_OF_FETCH_ARGS = 1_328, ER_SP_FETCH_NO_DATA = 1_329, ER_SP_DUP_PARAM = 1_330, ER_SP_DUP_VAR = 1_331, ER_SP_DUP_COND = 1_332, ER_SP_DUP_CURS = 1_333, ER_SP_CANT_ALTER = 1_334, ER_SP_SUBSELECT_NYI = 1_335, ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG = 1_336, ER_SP_VARCOND_AFTER_CURSHNDLR = 1_337, ER_SP_CURSOR_AFTER_HANDLER = 1_338, ER_SP_CASE_NOT_FOUND = 1_339, ER_FPARSER_TOO_BIG_FILE = 1_340, ER_FPARSER_BAD_HEADER = 1_341, ER_FPARSER_EOF_IN_COMMENT = 1_342, ER_FPARSER_ERROR_IN_PARAMETER = 1_343, ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER = 1_344, ER_VIEW_NO_EXPLAIN = 1_345, ER_FRM_UNKNOWN_TYPE = 1_346, ER_WRONG_OBJECT = 1_347, ER_NONUPDATEABLE_COLUMN = 1_348, ER_VIEW_SELECT_DERIVED = 1_349, ER_VIEW_SELECT_CLAUSE = 1_350, ER_VIEW_SELECT_VARIABLE = 1_351, ER_VIEW_SELECT_TMPTABLE = 1_352, ER_VIEW_WRONG_LIST = 1_353, ER_WARN_VIEW_MERGE = 1_354, ER_WARN_VIEW_WITHOUT_KEY = 1_355, ER_VIEW_INVALID = 1_356, ER_SP_NO_DROP_SP = 1_357, ER_SP_GOTO_IN_HNDLR = 1_358, ER_TRG_ALREADY_EXISTS = 1_359, ER_TRG_DOES_NOT_EXIST = 1_360, ER_TRG_ON_VIEW_OR_TEMP_TABLE = 1_361, ER_TRG_CANT_CHANGE_ROW = 1_362, ER_TRG_NO_SUCH_ROW_IN_TRG = 1_363, ER_NO_DEFAULT_FOR_FIELD = 1_364, ER_DIVISION_BY_ZER = 1_365, ER_TRUNCATED_WRONG_VALUE_FOR_FIELD = 1_366, ER_ILLEGAL_VALUE_FOR_TYPE = 1_367, ER_VIEW_NONUPD_CHECK = 1_368, ER_VIEW_CHECK_FAILED = 1_369, ER_PROCACCESS_DENIED_ERROR = 1_370, ER_RELAY_LOG_FAIL = 1_371, ER_PASSWD_LENGTH = 1_372, ER_UNKNOWN_TARGET_BINLOG = 1_373, ER_IO_ERR_LOG_INDEX_READ = 1_374, ER_BINLOG_PURGE_PROHIBITED = 1_375, ER_FSEEK_FAIL = 1_376, ER_BINLOG_PURGE_FATAL_ERR = 1_377, ER_LOG_IN_USE = 1_378, ER_LOG_PURGE_UNKNOWN_ERR = 1_379, ER_RELAY_LOG_INIT = 1_380, ER_NO_BINARY_LOGGING = 1_381, ER_RESERVED_SYNTAX = 1_382, ER_WSAS_FAILED = 1_383, ER_DIFF_GROUPS_PROC = 1_384, ER_NO_GROUP_FOR_PROC = 1_385, ER_ORDER_WITH_PROC = 1_386, ER_LOGGING_PROHIBIT_CHANGING_OF = 1_387, ER_NO_FILE_MAPPING = 1_388, ER_WRONG_MAGIC = 1_389, ER_PS_MANY_PARAM = 1_390, ER_KEY_PART_0 = 1_391, ER_VIEW_CHECKSUM = 1_392, ER_VIEW_MULTIUPDATE = 1_393, ER_VIEW_NO_INSERT_FIELD_LIST = 1_394, ER_VIEW_DELETE_MERGE_VIEW = 1_395, ER_CANNOT_USER = 1_396, ER_XAER_NOTA = 1_397, ER_XAER_INVAL = 1_398, ER_XAER_RMFAIL = 1_399, ER_XAER_OUTSIDE = 1_400, ER_XAER_RMERR = 1_401, ER_XA_RBROLLBACK = 1_402, ER_NONEXISTING_PROC_GRANT = 1_403, ER_PROC_AUTO_GRANT_FAIL = 1_404, ER_PROC_AUTO_REVOKE_FAIL = 1_405, ER_DATA_TOO_LONG = 1_406, ER_SP_BAD_SQLSTATE = 1_407, ER_STARTUP = 1_408, ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR = 1_409, ER_CANT_CREATE_USER_WITH_GRANT = 1_410, ER_WRONG_VALUE_FOR_TYPE = 1_411, ER_TABLE_DEF_CHANGED = 1_412, ER_SP_DUP_HANDLER = 1_413, ER_SP_NOT_VAR_ARG = 1_414, ER_SP_NO_RETSET = 1_415, ER_CANT_CREATE_GEOMETRY_OBJECT = 1_416, ER_FAILED_ROUTINE_BREAK_BINLOG = 1_417, ER_BINLOG_UNSAFE_ROUTINE = 1_418, ER_BINLOG_CREATE_ROUTINE_NEED_SUPER = 1_419, ER_EXEC_STMT_WITH_OPEN_CURSOR = 1_420, ER_STMT_HAS_NO_OPEN_CURSOR = 1_421, ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG = 1_422, ER_NO_DEFAULT_FOR_VIEW_FIELD = 1_423, ER_SP_NO_RECURSION = 1_424, ER_TOO_BIG_SCALE = 1_425, ER_TOO_BIG_PRECISION = 1_426, ER_M_BIGGER_THAN_D = 1_427, ER_WRONG_LOCK_OF_SYSTEM_TABLE = 1_428, ER_CONNECT_TO_FOREIGN_DATA_SOURCE = 1_429, ER_QUERY_ON_FOREIGN_DATA_SOURCE = 1_430, ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST = 1_431, ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE = 1_432, ER_FOREIGN_DATA_STRING_INVALID = 1_433, ER_CANT_CREATE_FEDERATED_TABLE = 1_434, ER_TRG_IN_WRONG_SCHEMA = 1_435, ER_STACK_OVERRUN_NEED_MORE = 1_436, ER_TOO_LONG_BODY = 1_437, ER_WARN_CANT_DROP_DEFAULT_KEYCACHE = 1_438, ER_TOO_BIG_DISPLAYWIDTH = 1_439, ER_XAER_DUPID = 1_440, ER_DATETIME_FUNCTION_OVERFLOW = 1_441, ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG = 1_442, ER_VIEW_PREVENT_UPDATE = 1_443, ER_PS_NO_RECURSION = 1_444, ER_SP_CANT_SET_AUTOCOMMIT = 1_445, ER_MALFORMED_DEFINER = 1_446, ER_VIEW_FRM_NO_USER = 1_447, ER_VIEW_OTHER_USER = 1_448, ER_NO_SUCH_USER = 1_449, ER_FORBID_SCHEMA_CHANGE = 1_450, ER_ROW_IS_REFERENCED_2 = 1_451, ER_NO_REFERENCED_ROW_2 = 1_452, ER_SP_BAD_VAR_SHADOW = 1_453, ER_TRG_NO_DEFINER = 1_454, ER_OLD_FILE_FORMAT = 1_455, ER_SP_RECURSION_LIMIT = 1_456, ER_SP_PROC_TABLE_CORRUPT = 1_457, ER_SP_WRONG_NAME = 1_458, ER_TABLE_NEEDS_UPGRADE = 1_459, ER_SP_NO_AGGREGATE = 1_460, ER_MAX_PREPARED_STMT_COUNT_REACHED = 1_461, ER_VIEW_RECURSIVE = 1_462, ER_NON_GROUPING_FIELD_USED = 1_463, ER_TABLE_CANT_HANDLE_SPKEYS = 1_464, ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA = 1_465, ER_REMOVED_SPACES = 1_466, ER_AUTOINC_READ_FAILED = 1_467, ER_USERNAME = 1_468, ER_HOSTNAME = 1_469, ER_WRONG_STRING_LENGTH = 1_470, ER_NON_INSERTABLE_TABLE = 1_471, ER_ADMIN_WRONG_MRG_TABLE = 1_472, ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT = 1_473, ER_NAME_BECOMES_EMPTY = 1_474, ER_AMBIGUOUS_FIELD_TERM = 1_475, ER_FOREIGN_SERVER_EXISTS = 1_476, ER_FOREIGN_SERVER_DOESNT_EXIST = 1_477, ER_ILLEGAL_HA_CREATE_OPTION = 1_478, ER_PARTITION_REQUIRES_VALUES_ERROR = 1_479, ER_PARTITION_WRONG_VALUES_ERROR = 1_480, ER_PARTITION_MAXVALUE_ERROR = 1_481, ER_PARTITION_SUBPARTITION_ERROR = 1_482, ER_PARTITION_SUBPART_MIX_ERROR = 1_483, ER_PARTITION_WRONG_NO_PART_ERROR = 1_484, ER_PARTITION_WRONG_NO_SUBPART_ERROR = 1_485, ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR = 1_486, ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR = 1_487, ER_FIELD_NOT_FOUND_PART_ERROR = 1_488, ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR = 1_489, ER_INCONSISTENT_PARTITION_INFO_ERROR = 1_490, ER_PARTITION_FUNC_NOT_ALLOWED_ERROR = 1_491, ER_PARTITIONS_MUST_BE_DEFINED_ERROR = 1_492, ER_RANGE_NOT_INCREASING_ERROR = 1_493, ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR = 1_494, ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR = 1_495, ER_PARTITION_ENTRY_ERROR = 1_496, ER_MIX_HANDLER_ERROR = 1_497, ER_PARTITION_NOT_DEFINED_ERROR = 1_498, ER_TOO_MANY_PARTITIONS_ERROR = 1_499, ER_SUBPARTITION_ERROR = 1_500, ER_CANT_CREATE_HANDLER_FILE = 1_501, ER_BLOB_FIELD_IN_PART_FUNC_ERROR = 1_502, ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF = 1_503, ER_NO_PARTS_ERROR = 1_504, ER_PARTITION_MGMT_ON_NONPARTITIONED = 1_505, ER_FOREIGN_KEY_ON_PARTITIONED = 1_506, ER_DROP_PARTITION_NON_EXISTENT = 1_507, ER_DROP_LAST_PARTITION = 1_508, ER_COALESCE_ONLY_ON_HASH_PARTITION = 1_509, ER_REORG_HASH_ONLY_ON_SAME_N = 1_510, ER_REORG_NO_PARAM_ERROR = 1_511, ER_ONLY_ON_RANGE_LIST_PARTITION = 1_512, ER_ADD_PARTITION_SUBPART_ERROR = 1_513, ER_ADD_PARTITION_NO_NEW_PARTITION = 1_514, ER_COALESCE_PARTITION_NO_PARTITION = 1_515, ER_REORG_PARTITION_NOT_EXIST = 1_516, ER_SAME_NAME_PARTITION = 1_517, ER_NO_BINLOG_ERROR = 1_518, ER_CONSECUTIVE_REORG_PARTITIONS = 1_519, ER_REORG_OUTSIDE_RANGE = 1_520, ER_PARTITION_FUNCTION_FAILURE = 1_521, ER_PART_STATE_ERROR = 1_522, ER_LIMITED_PART_RANGE = 1_523, ER_PLUGIN_IS_NOT_LOADED = 1_524, ER_WRONG_VALUE = 1_525, ER_NO_PARTITION_FOR_GIVEN_VALUE = 1_526, ER_FILEGROUP_OPTION_ONLY_ONCE = 1_527, ER_CREATE_FILEGROUP_FAILED = 1_528, ER_DROP_FILEGROUP_FAILED = 1_529, ER_TABLESPACE_AUTO_EXTEND_ERROR = 1_530, ER_WRONG_SIZE_NUMBER = 1_531, ER_SIZE_OVERFLOW_ERROR = 1_532, ER_ALTER_FILEGROUP_FAILED = 1_533, ER_BINLOG_ROW_LOGGING_FAILED = 1_534, ER_BINLOG_ROW_WRONG_TABLE_DEF = 1_535, ER_BINLOG_ROW_RBR_TO_SBR = 1_536, ER_EVENT_ALREADY_EXISTS = 1_537, ER_EVENT_STORE_FAILED = 1_538, ER_EVENT_DOES_NOT_EXIST = 1_539, ER_EVENT_CANT_ALTER = 1_540, ER_EVENT_DROP_FAILED = 1_541, ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG = 1_542, ER_EVENT_ENDS_BEFORE_STARTS = 1_543, ER_EVENT_EXEC_TIME_IN_THE_PAST = 1_544, ER_EVENT_OPEN_TABLE_FAILED = 1_545, ER_EVENT_NEITHER_M_EXPR_NOR_M_AT = 1_546, ER_COL_COUNT_DOESNT_MATCH_CORRUPTED = 1_547, ER_CANNOT_LOAD_FROM_TABLE = 1_548, ER_EVENT_CANNOT_DELETE = 1_549, ER_EVENT_COMPILE_ERROR = 1_550, ER_EVENT_SAME_NAME = 1_551, ER_EVENT_DATA_TOO_LONG = 1_552, ER_DROP_INDEX_FK = 1_553, ER_WARN_DEPRECATED_SYNTAX_WITH_VER = 1_554, ER_CANT_WRITE_LOCK_LOG_TABLE = 1_555, ER_CANT_LOCK_LOG_TABLE = 1_556, ER_FOREIGN_DUPLICATE_KEY = 1_557, ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE = 1_558, ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR = 1_559, ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1_560, ER_NDB_CANT_SWITCH_BINLOG_FORMAT = 1_561, ER_PARTITION_NO_TEMPORARY = 1_562, ER_PARTITION_CONST_DOMAIN_ERROR = 1_563, ER_PARTITION_FUNCTION_IS_NOT_ALLOWED = 1_564, ER_DDL_LOG_ERROR = 1_565, ER_NULL_IN_VALUES_LESS_THAN = 1_566, ER_WRONG_PARTITION_NAME = 1_567, ER_CANT_CHANGE_TX_ISOLATION = 1_568, ER_DUP_ENTRY_AUTOINCREMENT_CASE = 1_569, ER_EVENT_MODIFY_QUEUE_ERROR = 1_570, ER_EVENT_SET_VAR_ERROR = 1_571, ER_PARTITION_MERGE_ERROR = 1_572, ER_CANT_ACTIVATE_LOG = 1_573, ER_RBR_NOT_AVAILABLE = 1_574, ER_BASE64_DECODE_ERROR = 1_575, ER_EVENT_RECURSION_FORBIDDEN = 1_576, ER_EVENTS_DB_ERROR = 1_577, ER_ONLY_INTEGERS_ALLOWED = 1_578, ER_UNSUPORTED_LOG_ENGINE = 1_579, ER_BAD_LOG_STATEMENT = 1_580, ER_CANT_RENAME_LOG_TABLE = 1_581, ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT = 1_582, ER_WRONG_PARAMETERS_TO_NATIVE_FCT = 1_583, ER_WRONG_PARAMETERS_TO_STORED_FCT = 1_584, ER_NATIVE_FCT_NAME_COLLISION = 1_585, ER_DUP_ENTRY_WITH_KEY_NAME = 1_586, ER_BINLOG_PURGE_EMFILE = 1_587, ER_EVENT_CANNOT_CREATE_IN_THE_PAST = 1_588, ER_EVENT_CANNOT_ALTER_IN_THE_PAST = 1_589, ER_SLAVE_INCIDENT = 1_590, ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT = 1_591, ER_BINLOG_UNSAFE_STATEMENT = 1_592, ER_SLAVE_FATAL_ERROR = 1_593, ER_SLAVE_RELAY_LOG_READ_FAILURE = 1_594, ER_SLAVE_RELAY_LOG_WRITE_FAILURE = 1_595, ER_SLAVE_CREATE_EVENT_FAILURE = 1_596, ER_SLAVE_MASTER_COM_FAILURE = 1_597, ER_BINLOG_LOGGING_IMPOSSIBLE = 1_598, ER_VIEW_NO_CREATION_CTX = 1_599, ER_VIEW_INVALID_CREATION_CTX = 1_600, ER_SR_INVALID_CREATION_CTX = 1_601, ER_TRG_CORRUPTED_FILE = 1_602, ER_TRG_NO_CREATION_CTX = 1_603, ER_TRG_INVALID_CREATION_CTX = 1_604, ER_EVENT_INVALID_CREATION_CTX = 1_605, ER_TRG_CANT_OPEN_TABLE = 1_606, ER_CANT_CREATE_SROUTINE = 1_607, ER_UNUSED_11 = 1_608, ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT = 1_609, ER_SLAVE_CORRUPT_EVENT = 1_610, ER_LOAD_DATA_INVALID_COLUMN = 1_611, ER_LOG_PURGE_NO_FILE = 1_612, ER_XA_RBTIMEOUT = 1_613, ER_XA_RBDEADLOCK = 1_614, ER_NEED_REPREPARE = 1_615, ER_DELAYED_NOT_SUPPORTED = 1_616, WARN_NO_MASTER_INF = 1_617, WARN_OPTION_IGNORED = 1_618, WARN_PLUGIN_DELETE_BUILTIN = 1_619, WARN_PLUGIN_BUSY = 1_620, ER_VARIABLE_IS_READONLY = 1_621, ER_WARN_ENGINE_TRANSACTION_ROLLBACK = 1_622, ER_SLAVE_HEARTBEAT_FAILURE = 1_623, ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE = 1_624, ER_NDB_REPLICATION_SCHEMA_ERROR = 1_625, ER_CONFLICT_FN_PARSE_ERROR = 1_626, ER_EXCEPTIONS_WRITE_ERROR = 1_627, ER_TOO_LONG_TABLE_COMMENT = 1_628, ER_TOO_LONG_FIELD_COMMENT = 1_629, ER_FUNC_INEXISTENT_NAME_COLLISION = 1_630, ER_DATABASE_NAME = 1_631, ER_TABLE_NAME = 1_632, ER_PARTITION_NAME = 1_633, ER_SUBPARTITION_NAME = 1_634, ER_TEMPORARY_NAME = 1_635, ER_RENAMED_NAME = 1_636, ER_TOO_MANY_CONCURRENT_TRXS = 1_637, WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED = 1_638, ER_DEBUG_SYNC_TIMEOUT = 1_639, ER_DEBUG_SYNC_HIT_LIMIT = 1_640, ER_DUP_SIGNAL_SET = 1_641, ER_SIGNAL_WARN = 1_642, ER_SIGNAL_NOT_FOUND = 1_643, ER_SIGNAL_EXCEPTION = 1_644, ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER = 1_645, ER_SIGNAL_BAD_CONDITION_TYPE = 1_646, WARN_COND_ITEM_TRUNCATED = 1_647, ER_COND_ITEM_TOO_LONG = 1_648, ER_UNKNOWN_LOCALE = 1_649, ER_SLAVE_IGNORE_SERVER_IDS = 1_650, ER_QUERY_CACHE_DISABLED = 1_651, ER_SAME_NAME_PARTITION_FIELD = 1_652, ER_PARTITION_COLUMN_LIST_ERROR = 1_653, ER_WRONG_TYPE_COLUMN_VALUE_ERROR = 1_654, ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR = 1_655, ER_MAXVALUE_IN_VALUES_IN = 1_656, ER_TOO_MANY_VALUES_ERROR = 1_657, ER_ROW_SINGLE_PARTITION_FIELD_ERROR = 1_658, ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD = 1_659, ER_PARTITION_FIELDS_TOO_LONG = 1_660, ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE = 1_661, ER_BINLOG_ROW_MODE_AND_STMT_ENGINE = 1_662, ER_BINLOG_UNSAFE_AND_STMT_ENGINE = 1_663, ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE = 1_664, ER_BINLOG_STMT_MODE_AND_ROW_ENGINE = 1_665, ER_BINLOG_ROW_INJECTION_AND_STMT_MODE = 1_666, ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1_667, ER_BINLOG_UNSAFE_LIMIT = 1_668, ER_BINLOG_UNSAFE_INSERT_DELAYED = 1_669, ER_BINLOG_UNSAFE_SYSTEM_TABLE = 1_670, ER_BINLOG_UNSAFE_AUTOINC_COLUMNS = 1_671, ER_BINLOG_UNSAFE_UDF = 1_672, ER_BINLOG_UNSAFE_SYSTEM_VARIABLE = 1_673, ER_BINLOG_UNSAFE_SYSTEM_FUNCTION = 1_674, ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS = 1_675, ER_MESSAGE_AND_STATEMENT = 1_676, ER_SLAVE_CONVERSION_FAILED = 1_677, ER_SLAVE_CANT_CREATE_CONVERSION = 1_678, ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1_679, ER_PATH_LENGTH = 1_680, ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT = 1_681, ER_WRONG_NATIVE_TABLE_STRUCTURE = 1_682, ER_WRONG_PERFSCHEMA_USAGE = 1_683, ER_WARN_I_S_SKIPPED_TABLE = 1_684, ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1_685, ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1_686, ER_SPATIAL_MUST_HAVE_GEOM_COL = 1_687, ER_TOO_LONG_INDEX_COMMENT = 1_688, ER_LOCK_ABORTED = 1_689, ER_DATA_OUT_OF_RANGE = 1_690, ER_WRONG_SPVAR_TYPE_IN_LIMIT = 1_691, ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1_692, ER_BINLOG_UNSAFE_MIXED_STATEMENT = 1_693, ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1_694, ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1_695, ER_FAILED_READ_FROM_PAR_FILE = 1_696, ER_VALUES_IS_NOT_INT_TYPE_ERROR = 1_697, ER_ACCESS_DENIED_NO_PASSWORD_ERROR = 1_698, ER_SET_PASSWORD_AUTH_PLUGIN = 1_699, ER_GRANT_PLUGIN_USER_EXISTS = 1_700, ER_TRUNCATE_ILLEGAL_FK = 1_701, ER_PLUGIN_IS_PERMANENT = 1_702, ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN = 1_703, ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX = 1_704, ER_STMT_CACHE_FULL = 1_705, ER_MULTI_UPDATE_KEY_CONFLICT = 1_706, ER_TABLE_NEEDS_REBUILD = 1_707, WARN_OPTION_BELOW_LIMIT = 1_708, ER_INDEX_COLUMN_TOO_LONG = 1_709, ER_ERROR_IN_TRIGGER_BODY = 1_710, ER_ERROR_IN_UNKNOWN_TRIGGER_BODY = 1_711, ER_INDEX_CORRUPT = 1_712, ER_UNDO_RECORD_TOO_BIG = 1_713, ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT = 1_714, ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE = 1_715, ER_BINLOG_UNSAFE_REPLACE_SELECT = 1_716, ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT = 1_717, ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT = 1_718, ER_BINLOG_UNSAFE_UPDATE_IGNORE = 1_719, ER_PLUGIN_NO_UNINSTALL = 1_720, ER_PLUGIN_NO_INSTALL = 1_721, ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT = 1_722, ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC = 1_723, ER_BINLOG_UNSAFE_INSERT_TWO_KEYS = 1_724, ER_TABLE_IN_FK_CHECK = 1_725, ER_UNSUPPORTED_ENGINE = 1_726, ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST = 1_727, ER_CANNOT_LOAD_FROM_TABLE_V2 = 1_728, ER_MASTER_DELAY_VALUE_OUT_OF_RANGE = 1_729, ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT = 1_730, ER_PARTITION_EXCHANGE_DIFFERENT_OPTION = 1_731, ER_PARTITION_EXCHANGE_PART_TABLE = 1_732, ER_PARTITION_EXCHANGE_TEMP_TABLE = 1_733, ER_PARTITION_INSTEAD_OF_SUBPARTITION = 1_734, ER_UNKNOWN_PARTITION = 1_735, ER_TABLES_DIFFERENT_METADATA = 1_736, ER_ROW_DOES_NOT_MATCH_PARTITION = 1_737, ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX = 1_738, ER_WARN_INDEX_NOT_APPLICABLE = 1_739, ER_PARTITION_EXCHANGE_FOREIGN_KEY = 1_740, ER_NO_SUCH_KEY_VALUE = 1_741, ER_RPL_INFO_DATA_TOO_LONG = 1_742, ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE = 1_743, ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE = 1_744, ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX = 1_745, ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT = 1_746, ER_PARTITION_CLAUSE_ON_NONPARTITIONED = 1_747, ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET = 1_748, ER_NO_SUCH_PARTITION_UNUSED = 1_749, ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE = 1_750, ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE = 1_751, ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE = 1_752, ER_MTS_FEATURE_IS_NOT_SUPPORTED = 1_753, ER_MTS_UPDATED_DBS_GREATER_MAX = 1_754, ER_MTS_CANT_PARALLEL = 1_755, ER_MTS_INCONSISTENT_DATA = 1_756, ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING = 1_757, ER_DA_INVALID_CONDITION_NUMBER = 1_758, ER_INSECURE_PLAIN_TEXT = 1_759, ER_INSECURE_CHANGE_MASTER = 1_760, ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO = 1_761, ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO = 1_762, ER_SQLTHREAD_WITH_SECURE_SLAVE = 1_763, ER_TABLE_HAS_NO_FT = 1_764, ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER = 1_765, ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION = 1_766, ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST = 1_767, ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL = 1_768, ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION = 1_769, ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL = 1_770, ER_SKIPPING_LOGGED_TRANSACTION = 1_771, ER_MALFORMED_GTID_SET_SPECIFICATION = 1_772, ER_MALFORMED_GTID_SET_ENCODING = 1_773, ER_MALFORMED_GTID_SPECIFICATION = 1_774, ER_GNO_EXHAUSTED = 1_775, ER_BAD_SLAVE_AUTO_POSITION = 1_776, ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON = 1_777, ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET = 1_778, ER_GTID_MODE_2_OR_3_REQUIRES_DISABLE_GTID_UNSAFE_STATEMENTS_ON = 1_779, ER_GTID_MODE_REQUIRES_BINLOG = 1_780, ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF = 1_781, ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON = 1_782, ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF = 1_783, ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF = 1_784, ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE = 1_785, ER_GTID_UNSAFE_CREATE_SELECT = 1_786, ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION = 1_787, ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME = 1_788, ER_MASTER_HAS_PURGED_REQUIRED_GTIDS = 1_789, ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID = 1_790, ER_UNKNOWN_EXPLAIN_FORMAT = 1_791, ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION = 1_792, ER_TOO_LONG_TABLE_PARTITION_COMMENT = 1_793, ER_SLAVE_CONFIGURATION = 1_794, ER_INNODB_FT_LIMIT = 1_795, ER_INNODB_NO_FT_TEMP_TABLE = 1_796, ER_INNODB_FT_WRONG_DOCID_COLUMN = 1_797, ER_INNODB_FT_WRONG_DOCID_INDEX = 1_798, ER_INNODB_ONLINE_LOG_TOO_BIG = 1_799, ER_UNKNOWN_ALTER_ALGORITHM = 1_800, ER_UNKNOWN_ALTER_LOCK = 1_801, ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS = 1_802, ER_MTS_RECOVERY_FAILURE = 1_803, ER_MTS_RESET_WORKERS = 1_804, ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 = 1_805, ER_SLAVE_SILENT_RETRY_TRANSACTION = 1_806, ER_DISCARD_FK_CHECKS_RUNNING = 1_807, ER_TABLE_SCHEMA_MISMATCH = 1_808, ER_TABLE_IN_SYSTEM_TABLESPACE = 1_809, ER_IO_READ_ERROR = 1_810, ER_IO_WRITE_ERROR = 1_811, ER_TABLESPACE_MISSING = 1_812, ER_TABLESPACE_EXISTS = 1_813, ER_TABLESPACE_DISCARDED = 1_814, ER_INTERNAL_ERROR = 1_815, ER_INNODB_IMPORT_ERROR = 1_816, ER_INNODB_INDEX_CORRUPT = 1_817, ER_INVALID_YEAR_COLUMN_LENGTH = 1_818, ER_NOT_VALID_PASSWORD = 1_819, ER_MUST_CHANGE_PASSWORD = 1_820, ER_FK_NO_INDEX_CHILD = 1_821, ER_FK_NO_INDEX_PARENT = 1_822, ER_FK_FAIL_ADD_SYSTEM = 1_823, ER_FK_CANNOT_OPEN_PARENT = 1_824, ER_FK_INCORRECT_OPTION = 1_825, ER_FK_DUP_NAME = 1_826, ER_PASSWORD_FORMAT = 1_827, ER_FK_COLUMN_CANNOT_DROP = 1_828, ER_FK_COLUMN_CANNOT_DROP_CHILD = 1_829, ER_FK_COLUMN_NOT_NULL = 1_830, ER_DUP_INDEX = 1_831, ER_FK_COLUMN_CANNOT_CHANGE = 1_832, ER_FK_COLUMN_CANNOT_CHANGE_CHILD = 1_833, ER_FK_CANNOT_DELETE_PARENT = 1_834, ER_MALFORMED_PACKET = 1_835, ER_READ_ONLY_MODE = 1_836, ER_GTID_NEXT_TYPE_UNDEFINED_GROUP = 1_837, ER_VARIABLE_NOT_SETTABLE_IN_SP = 1_838, ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF = 1_839, ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY = 1_840, ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY = 1_841, ER_GTID_PURGED_WAS_CHANGED = 1_842, ER_GTID_EXECUTED_WAS_CHANGED = 1_843, ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES = 1_844, ER_ALTER_OPERATION_NOT_SUPPORTED = 1_845, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON = 1_846, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY = 1_847, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION = 1_848, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME = 1_849, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE = 1_850, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK = 1_851, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE = 1_852, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK = 1_853, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC = 1_854, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS = 1_855, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS = 1_856, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS = 1_857, ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE = 1_858, ER_DUP_UNKNOWN_IN_INDEX = 1_859, ER_IDENT_CAUSES_TOO_LONG_PATH = 1_860, ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL = 1_861, ER_MUST_CHANGE_PASSWORD_LOGIN = 1_862, ER_ROW_IN_WRONG_PARTITION = 1_863, ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX = 1_864, ER_INNODB_NO_FT_USES_PARSER = 1_865, ER_BINLOG_LOGICAL_CORRUPTION = 1_866, ER_WARN_PURGE_LOG_IN_USE = 1_867, ER_WARN_PURGE_LOG_IS_ACTIVE = 1_868, ER_AUTO_INCREMENT_CONFLICT = 1_869, WARN_ON_BLOCKHOLE_IN_RBR = 1_870, ER_SLAVE_MI_INIT_REPOSITORY = 1_871, ER_SLAVE_RLI_INIT_REPOSITORY = 1_872, ER_ACCESS_DENIED_CHANGE_USER_ERROR = 1_873, ER_INNODB_READ_ONLY = 1_874, ER_STOP_SLAVE_SQL_THREAD_TIMEOUT = 1_875, ER_STOP_SLAVE_IO_THREAD_TIMEOUT = 1_876, ER_TABLE_CORRUPT = 1_877, ER_TEMP_FILE_WRITE_FAILURE = 1_878, ER_INNODB_FT_AUX_NOT_HEX_ID = 1_879, ER_OLD_TEMPORALS_UPGRADED = 1_880, ER_INNODB_FORCED_RECOVERY = 1_881, ER_AES_INVALID_IV = 1_882, ER_PLUGIN_CANNOT_BE_UNINSTALLED = 1_883, ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP = 1_884, ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER = 1_885,
}
Expand description

MySQL error type

Variantsยง

ยง

ER_HASHCHK = 1_000

hashchk

ยง

ER_NISAMCHK = 1_001

isamchk

ยง

ER_NO = 1_002

NO

ยง

ER_YES = 1_003

YES

ยง

ER_CANT_CREATE_FILE = 1_004

Canโ€™t create file โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_CREATE_TABLE = 1_005

Canโ€™t create table โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_CREATE_DB = 1_006

Canโ€™t create database โ€˜%sโ€™ (errno: %d

ยง

ER_DB_CREATE_EXISTS = 1_007

Canโ€™t create database โ€˜%sโ€™; database exists

ยง

ER_DB_DROP_EXISTS = 1_008

Canโ€™t drop database โ€˜%sโ€™; database doesnโ€™t exist

ยง

ER_DB_DROP_DELETE = 1_009

Error dropping database (canโ€™t delete โ€˜%sโ€™, errno: %d)

ยง

ER_DB_DROP_RMDIR = 1_010

Error dropping database (canโ€™t rmdir โ€˜%sโ€™, errno: %d)

ยง

ER_CANT_DELETE_FILE = 1_011

Error on delete of โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_FIND_SYSTEM_REC = 1_012

Canโ€™t read record in system table

ยง

ER_CANT_GET_STAT = 1_013

Canโ€™t get status of โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_GET_WD = 1_014

Canโ€™t get working directory (errno: %d)

ยง

ER_CANT_LOCK = 1_015

Canโ€™t lock file (errno: %d)

ยง

ER_CANT_OPEN_FILE = 1_016

Canโ€™t open file: โ€˜%sโ€™ (errno: %d)

ยง

ER_FILE_NOT_FOUND = 1_017

Canโ€™t find file: โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_READ_DIR = 1_018

Canโ€™t read dir of โ€˜%sโ€™ (errno: %d)

ยง

ER_CANT_SET_WD = 1_019

Canโ€™t change dir to โ€˜%sโ€™ (errno: %d)

ยง

ER_CHECKREAD = 1_020

Record has changed since last read in table โ€˜%sโ€™

ยง

ER_DISK_FULL = 1_021

Disk full (%s); waiting for someone to free some spaceโ€ฆ

ยง

ER_DUP_KEY = 1_022

Canโ€™t write; duplicate key in table โ€˜%sโ€™

ยง

ER_ERROR_ON_CLOSE = 1_023

Error on close of โ€˜%sโ€™ (errno: %d)

ยง

ER_ERROR_ON_READ = 1_024

Error reading file โ€˜%sโ€™ (errno: %d)

ยง

ER_ERROR_ON_RENAME = 1_025

Error on rename of โ€˜%sโ€™ to โ€˜%sโ€™ (errno: %d)

ยง

ER_ERROR_ON_WRITE = 1_026

Error writing file โ€˜%sโ€™ (errno: %d)

ยง

ER_FILE_USED = 1_027

โ€˜%sโ€™ is locked against change

ยง

ER_FILSORT_ABORT = 1_028

Sort aborted

ยง

ER_FORM_NOT_FOUND = 1_029

View โ€˜%sโ€™ doesnโ€™t exist for โ€˜%sโ€™

ยง

ER_GET_ERRN = 1_030

Got error %d from storage engine

ยง

ER_ILLEGAL_HA = 1_031

Table storage engine for โ€˜%sโ€™ doesnโ€™t have this option

ยง

ER_KEY_NOT_FOUND = 1_032

Canโ€™t find record in โ€˜%sโ€™

ยง

ER_NOT_FORM_FILE = 1_033

Incorrect information in file: โ€˜%sโ€™

ยง

ER_NOT_KEYFILE = 1_034

Incorrect key file for table โ€˜%sโ€™; try to repair it

ยง

ER_OLD_KEYFILE = 1_035

Old key file for table โ€˜%sโ€™; repair it!

ยง

ER_OPEN_AS_READONLY = 1_036

Table โ€˜%sโ€™ is read only

ยง

ER_OUTOFMEMORY = 1_037

Out of memory; restart server and try again (needed %d bytes)

ยง

ER_OUT_OF_SORTMEMORY = 1_038

Out of sort memory, consider increasing server sort buffer size

ยง

ER_UNEXPECTED_EOF = 1_039

Unexpected EOF found when reading file โ€˜%sโ€™ (Errno: %d)

ยง

ER_CON_COUNT_ERROR = 1_040

Too many connections

ยง

ER_OUT_OF_RESOURCES = 1_041

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 = 1_042

Canโ€™t get hostname for your address

ยง

ER_HANDSHAKE_ERROR = 1_043

Bad handshake

ยง

ER_DBACCESS_DENIED_ERROR = 1_044

Access denied for user โ€˜%sโ€™@โ€˜%sโ€™ to database โ€˜%sโ€™

ยง

ER_ACCESS_DENIED_ERROR = 1_045

Access denied for user โ€˜%sโ€™@โ€˜%sโ€™ (using password: %s)

ยง

ER_NO_DB_ERROR = 1_046

No database selected

ยง

ER_UNKNOWN_COM_ERROR = 1_047

Unknown command

ยง

ER_BAD_NULL_ERROR = 1_048

Column โ€˜%sโ€™ cannot be null

ยง

ER_BAD_DB_ERROR = 1_049

Unknown database โ€˜%sโ€™

ยง

ER_TABLE_EXISTS_ERROR = 1_050

Table โ€˜%sโ€™ already exists

ยง

ER_BAD_TABLE_ERROR = 1_051

Unknown table โ€˜%sโ€™

ยง

ER_NON_UNIQ_ERROR = 1_052

Column โ€˜%sโ€™ in %s is ambiguous

ยง

ER_SERVER_SHUTDOWN = 1_053

Server shutdown in progress

ยง

ER_BAD_FIELD_ERROR = 1_054

Unknown column โ€˜%sโ€™ in โ€˜%sโ€™

ยง

ER_WRONG_FIELD_WITH_GROUP = 1_055

โ€˜%sโ€™ isnโ€™t in GROUP BY

ยง

ER_WRONG_GROUP_FIELD = 1_056

Canโ€™t group on โ€˜%sโ€™

ยง

ER_WRONG_SUM_SELECT = 1_057

Statement has sum functions and columns in same statement

ยง

ER_WRONG_VALUE_COUNT = 1_058

Column count doesnโ€™t match value count

ยง

ER_TOO_LONG_IDENT = 1_059

Identifier name โ€˜%sโ€™ is too long

ยง

ER_DUP_FIELDNAME = 1_060

Duplicate column name โ€˜%sโ€™

ยง

ER_DUP_KEYNAME = 1_061

Duplicate key name โ€˜%sโ€™

ยง

ER_DUP_ENTRY = 1_062

Duplicate entry โ€˜%sโ€™ for key %d

ยง

ER_WRONG_FIELD_SPEC = 1_063

Incorrect column specifier for column โ€˜%sโ€™

ยง

ER_PARSE_ERROR = 1_064

%s near โ€˜%sโ€™ at line %d

ยง

ER_EMPTY_QUERY = 1_065

Query was empty

ยง

ER_NONUNIQ_TABLE = 1_066

Not unique table/alias: โ€˜%sโ€™

ยง

ER_INVALID_DEFAULT = 1_067

Invalid default value for โ€˜%sโ€™

ยง

ER_MULTIPLE_PRI_KEY = 1_068

Multiple primary key defined

ยง

ER_TOO_MANY_KEYS = 1_069

Too many keys specified; max %d keys allowed

ยง

ER_TOO_MANY_KEY_PARTS = 1_070

Too many key parts specified; max %d parts allowed

ยง

ER_TOO_LONG_KEY = 1_071

Specified key was too long; max key length is %d bytes

ยง

ER_KEY_COLUMN_DOES_NOT_EXITS = 1_072

Key column โ€˜%sโ€™ doesnโ€™t exist in table

ยง

ER_BLOB_USED_AS_KEY = 1_073

BLOB column โ€˜%sโ€™ canโ€™t be used in key specification with the used table type

ยง

ER_TOO_BIG_FIELDLENGTH = 1_074

Column length too big for column โ€˜%sโ€™ (max = %lu); use BLOB or TEXT instead

ยง

ER_WRONG_AUTO_KEY = 1_075

Incorrect table definition; there can be only one auto column and it must be defined as a key

ยง

ER_READY = 1_076

%s: ready for connections. Version: โ€˜%sโ€™ socket: โ€˜%sโ€™ port: %d

ยง

ER_NORMAL_SHUTDOWN = 1_077

%s: Normal shutdown

ยง

ER_GOT_SIGNAL = 1_078

%s: Got signal %d. Aborting!

ยง

ER_SHUTDOWN_COMPLETE = 1_079

%s: Shutdown complete

ยง

ER_FORCING_CLOSE = 1_080

%s: Forcing close of thread %ld user: โ€˜%sโ€™

ยง

ER_IPSOCK_ERROR = 1_081

Canโ€™t create IP socket

ยง

ER_NO_SUCH_INDEX = 1_082

Table โ€˜%sโ€™ has no index like the one used in CREATE INDEX; recreate the table

ยง

ER_WRONG_FIELD_TERMINATORS = 1_083

Field separator argument is not what is expected; check the manual

ยง

ER_BLOBS_AND_NO_TERMINATED = 1_084

You canโ€™t use fixed rowlength with BLOBs; please use โ€˜fields terminated byโ€™

ยง

ER_TEXTFILE_NOT_READABLE = 1_085

The file โ€˜%sโ€™ must be in the database directory or be readable by all

ยง

ER_FILE_EXISTS_ERROR = 1_086

File โ€˜%sโ€™ already exists

ยง

ER_LOAD_INF = 1_087

Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld

ยง

ER_ALTER_INF = 1_088

Records: %ld Duplicates: %ld

ยง

ER_WRONG_SUB_KEY = 1_089

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 = 1_090

You canโ€™t delete all columns with ALTER TABLE; use DROP TABLE instead

ยง

ER_CANT_DROP_FIELD_OR_KEY = 1_091

Canโ€™t DROP โ€˜%sโ€™; check that column/key exists

ยง

ER_INSERT_INF = 1_092

Records: %ld Duplicates: %ld Warnings: %ld

ยง

ER_UPDATE_TABLE_USED = 1_093

You canโ€™t specify target table โ€˜%sโ€™ for update in FROM clause

ยง

ER_NO_SUCH_THREAD = 1_094

Unknown thread id: %lu

ยง

ER_KILL_DENIED_ERROR = 1_095

You are not owner of thread %lu

ยง

ER_NO_TABLES_USED = 1_096

No tables used

ยง

ER_TOO_BIG_SET = 1_097

Too many strings for column %s and SET

ยง

ER_NO_UNIQUE_LOGFILE = 1_098

Canโ€™t generate a unique log-filename %s.(1-999)

ยง

ER_TABLE_NOT_LOCKED_FOR_WRITE = 1_099

Table โ€˜%sโ€™ was locked with a READ lock and canโ€™t be updated

ยง

ER_TABLE_NOT_LOCKED = 1_100

Table โ€˜%sโ€™ was not locked with LOCK TABLES

ยง

ER_BLOB_CANT_HAVE_DEFAULT = 1_101

BLOB/TEXT column โ€˜%sโ€™ canโ€™t have a default value

ยง

ER_WRONG_DB_NAME = 1_102

Incorrect database name โ€˜%sโ€™

ยง

ER_WRONG_TABLE_NAME = 1_103

Incorrect table name โ€˜%sโ€™

ยง

ER_TOO_BIG_SELECT = 1_104

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_UNKNOWN_ERROR = 1_105

Unknown error

ยง

ER_UNKNOWN_PROCEDURE = 1_106

Unknown procedure โ€˜%sโ€™

ยง

ER_WRONG_PARAMCOUNT_TO_PROCEDURE = 1_107

Incorrect parameter count to procedure โ€˜%sโ€™

ยง

ER_WRONG_PARAMETERS_TO_PROCEDURE = 1_108

Incorrect parameters to procedure โ€˜%sโ€™

ยง

ER_UNKNOWN_TABLE = 1_109

Unknown table โ€˜%sโ€™ in %s

ยง

ER_FIELD_SPECIFIED_TWICE = 1_110

Column โ€˜%sโ€™ specified twice

ยง

ER_INVALID_GROUP_FUNC_USE = 1_111

Invalid use of group function

ยง

ER_UNSUPPORTED_EXTENSION = 1_112

Table โ€˜%sโ€™ uses an extension that doesnโ€™t exist in this MariaDB version

ยง

ER_TABLE_MUST_HAVE_COLUMNS = 1_113

A table must have at least 1 column

ยง

ER_RECORD_FILE_FULL = 1_114

The table โ€˜%sโ€™ is full

ยง

ER_UNKNOWN_CHARACTER_SET = 1_115

Unknown character set: โ€˜%sโ€™

ยง

ER_TOO_MANY_TABLES = 1_116

Too many tables; MariaDB can only use %d tables in a join

ยง

ER_TOO_MANY_FIELDS = 1_117

Too many columns

ยง

ER_TOO_BIG_ROWSIZE = 1_118

Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs

ยง

ER_STACK_OVERRUN = 1_119

Thread stack overrun: Used: %ld of a %ld stack. Use โ€˜mysqld โ€“thread_stack=#โ€™ to specify a bigger stack if needed

ยง

ER_WRONG_OUTER_JOIN = 1_120

Cross dependency found in OUTER JOIN; examine your ON conditions

ยง

ER_NULL_COLUMN_IN_INDEX = 1_121

Table handler doesnโ€™t support NULL in given index. Please change column โ€˜%sโ€™ to be NOT NULL or use another handler

ยง

ER_CANT_FIND_UDF = 1_122

Canโ€™t load function โ€˜%sโ€™

ยง

ER_CANT_INITIALIZE_UDF = 1_123

Canโ€™t initialize function โ€˜%sโ€™; %s

ยง

ER_UDF_NO_PATHS = 1_124

No paths allowed for shared library

ยง

ER_UDF_EXISTS = 1_125

Function โ€˜%sโ€™ already exists

ยง

ER_CANT_OPEN_LIBRARY = 1_126

Canโ€™t open shared library โ€˜%sโ€™ (Errno: %d %s)

ยง

ER_CANT_FIND_DL_ENTRY = 1_127

Canโ€™t find symbol โ€˜%sโ€™ in library

ยง

ER_FUNCTION_NOT_DEFINED = 1_128

Function โ€˜%sโ€™ is not defined

ยง

ER_HOST_IS_BLOCKED = 1_129

Host โ€˜%sโ€™ is blocked because of many connection errors; unblock with โ€˜mysqladmin flush-hostsโ€™

ยง

ER_HOST_NOT_PRIVILEGED = 1_130

Host โ€˜%sโ€™ is not allowed to connect to this MariaDB server

ยง

ER_PASSWORD_ANONYMOUS_USER = 1_131

You are using MariaDB as an anonymous user and anonymous users are not allowed to change passwords

ยง

ER_PASSWORD_NOT_ALLOWED = 1_132

You must have privileges to update tables in the mysql database to be able to change passwords for others

ยง

ER_PASSWORD_NO_MATCH = 1_133

Canโ€™t find any matching row in the user table

ยง

ER_UPDATE_INF = 1_134

Rows matched: %ld Changed: %ld Warnings: %ld

ยง

ER_CANT_CREATE_THREAD = 1_135

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 = 1_136

Column count doesnโ€™t match value count at row %ld

ยง

ER_CANT_REOPEN_TABLE = 1_137

Canโ€™t reopen table: โ€˜%sโ€™

ยง

ER_INVALID_USE_OF_NULL = 1_138

Invalid use of NULL value

ยง

ER_REGEXP_ERROR = 1_139

Got error โ€˜%sโ€™ from regexp

ยง

ER_MIX_OF_GROUP_FUNC_AND_FIELDS = 1_140

Mixing of GROUP columns (MIN(),MAX(),COUNT(),โ€ฆ) with no GROUP columns is illegal if there is no GROUP BY clause

ยง

ER_NONEXISTING_GRANT = 1_141

There is no such grant defined for user โ€˜%sโ€™ on host โ€˜%sโ€™

ยง

ER_TABLEACCESS_DENIED_ERROR = 1_142

%s command denied to user โ€˜%sโ€™@โ€˜%sโ€™ for table โ€˜%sโ€™

ยง

ER_COLUMNACCESS_DENIED_ERROR = 1_143

%s command denied to user โ€˜%sโ€™@โ€˜%sโ€™ for column โ€˜%sโ€™ in table โ€˜%sโ€™

ยง

ER_ILLEGAL_GRANT_FOR_TABLE = 1_144

Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used

ยง

ER_GRANT_WRONG_HOST_OR_USER = 1_145

The host or user argument to GRANT is too long

ยง

ER_NO_SUCH_TABLE = 1_146

Table โ€˜%s.%sโ€™ doesnโ€™t exist

ยง

ER_NONEXISTING_TABLE_GRANT = 1_147

There is no such grant defined for user โ€˜%sโ€™ on host โ€˜%sโ€™ on table โ€˜%sโ€™

ยง

ER_NOT_ALLOWED_COMMAND = 1_148

The used command is not allowed with this MariaDB version

ยง

ER_SYNTAX_ERROR = 1_149

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use

ยง

ER_DELAYED_CANT_CHANGE_LOCK = 1_150

Delayed insert thread couldnโ€™t get requested lock for table %s

ยง

ER_TOO_MANY_DELAYED_THREADS = 1_151

Too many delayed threads in use

ยง

ER_ABORTING_CONNECTION = 1_152

Aborted connection %ld to db: โ€˜%sโ€™ user: โ€˜%sโ€™ (%s)

ยง

ER_NET_PACKET_TOO_LARGE = 1_153

Got a packet bigger than โ€˜max_allowed_packetโ€™ bytes

ยง

ER_NET_READ_ERROR_FROM_PIPE = 1_154

Got a read error from the connection pipe

ยง

ER_NET_FCNTL_ERROR = 1_155

Got an error from fcntl()

ยง

ER_NET_PACKETS_OUT_OF_ORDER = 1_156

Got packets out of order

ยง

ER_NET_UNCOMPRESS_ERROR = 1_157

Couldnโ€™t uncompress communication packet

ยง

ER_NET_READ_ERROR = 1_158

Got an error reading communication packets

ยง

ER_NET_READ_INTERRUPTED = 1_159

Got timeout reading communication packets

ยง

ER_NET_ERROR_ON_WRITE = 1_160

Got an error writing communication packets

ยง

ER_NET_WRITE_INTERRUPTED = 1_161

Got timeout writing communication packets

ยง

ER_TOO_LONG_STRING = 1_162

Result string is longer than โ€˜max_allowed_packetโ€™ bytes

ยง

ER_TABLE_CANT_HANDLE_BLOB = 1_163

The used table type doesnโ€™t support BLOB/TEXT columns

ยง

ER_TABLE_CANT_HANDLE_AUTO_INCREMENT = 1_164

The used table type doesnโ€™t support AUTO_INCREMENT columns

ยง

ER_DELAYED_INSERT_TABLE_LOCKED = 1_165

INSERT DELAYED canโ€™t be used with table โ€˜%sโ€™ because it is locked with LOCK TABLES

ยง

ER_WRONG_COLUMN_NAME = 1_166

Incorrect column name โ€˜%sโ€™

ยง

ER_WRONG_KEY_COLUMN = 1_167

The used storage engine canโ€™t index column โ€˜%sโ€™

ยง

ER_WRONG_MRG_TABLE = 1_168

Unable to open underlying table which is differently defined or of non-MyISAM type or doesnโ€™t exist

ยง

ER_DUP_UNIQUE = 1_169

Canโ€™t write, because of unique constraint, to table โ€˜%sโ€™

ยง

ER_BLOB_KEY_WITHOUT_LENGTH = 1_170

BLOB/TEXT column โ€˜%sโ€™ used in key specification without a key length

ยง

ER_PRIMARY_CANT_HAVE_NULL = 1_171

All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

ยง

ER_TOO_MANY_ROWS = 1_172

Result consisted of more than one row

ยง

ER_REQUIRES_PRIMARY_KEY = 1_173

This table type requires a primary key

ยง

ER_NO_RAID_COMPILED = 1_174

This version of MariaDB is not compiled with RAID support

ยง

ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE = 1_175

You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column

ยง

ER_KEY_DOES_NOT_EXITS = 1_176

Key โ€˜%sโ€™ doesnโ€™t exist in table โ€˜%sโ€™

ยง

ER_CHECK_NO_SUCH_TABLE = 1_177

Canโ€™t open table

ยง

ER_CHECK_NOT_IMPLEMENTED = 1_178

The storage engine for the table doesnโ€™t support %s

ยง

ER_CANT_DO_THIS_DURING_AN_TRANSACTION = 1_179

You are not allowed to execute this command in a transaction

ยง

ER_ERROR_DURING_COMMIT = 1_180

Got error %d during COMMIT

ยง

ER_ERROR_DURING_ROLLBACK = 1_181

Got error %d during ROLLBACK

ยง

ER_ERROR_DURING_FLUSH_LOGS = 1_182

Got error %d during FLUSH_LOGS

ยง

ER_ERROR_DURING_CHECKPOINT = 1_183

Got error %d during CHECKPOINT

ยง

ER_NEW_ABORTING_CONNECTION = 1_184

Aborted connection %ld to db: โ€˜%sโ€™ user: โ€˜%sโ€™ host: โ€˜%sโ€™ (%s)

ยง

ER_DUMP_NOT_IMPLEMENTED = 1_185

The storage engine for the table does not support binary table dump

ยง

ER_FLUSH_MASTER_BINLOG_CLOSED = 1_186

Binlog closed, cannot RESET MASTER

ยง

ER_INDEX_REBUILD = 1_187

Failed rebuilding the index of dumped table โ€˜%sโ€™

ยง

ER_MASTER = 1_188

Error from master: โ€˜%sโ€™

ยง

ER_MASTER_NET_READ = 1_189

Net error reading from master

ยง

ER_MASTER_NET_WRITE = 1_190

Net error writing to master

ยง

ER_FT_MATCHING_KEY_NOT_FOUND = 1_191

Canโ€™t find FULLTEXT index matching the column list

ยง

ER_LOCK_OR_ACTIVE_TRANSACTION = 1_192

Canโ€™t execute the given command because you have active locked tables or an active transaction

ยง

ER_UNKNOWN_SYSTEM_VARIABLE = 1_193

Unknown system variable โ€˜%sโ€™

ยง

ER_CRASHED_ON_USAGE = 1_194

Table โ€˜%sโ€™ is marked as crashed and should be repaired

ยง

ER_CRASHED_ON_REPAIR = 1_195

Table โ€˜%sโ€™ is marked as crashed and last (automatic?) repair failed

ยง

ER_WARNING_NOT_COMPLETE_ROLLBACK = 1_196

Some non-transactional changed tables couldnโ€™t be rolled back

ยง

ER_TRANS_CACHE_FULL = 1_197

Multi-statement transaction required more than โ€˜max_binlog_cache_sizeโ€™ bytes of storage; increase this mysqld variable and try again

ยง

ER_SLAVE_MUST_STOP = 1_198

This operation cannot be performed with a running slave; run STOP SLAVE first

ยง

ER_SLAVE_NOT_RUNNING = 1_199

This operation requires a running slave; configure slave and do START SLAVE

ยง

ER_BAD_SLAVE = 1_200

The server is not configured as slave; fix in config file or with CHANGE MASTER TO

ยง

ER_MASTER_INF = 1_201

Could not initialize master info structure; more error messages can be found in the MariaDB error log

ยง

ER_SLAVE_THREAD = 1_202

Could not create slave thread; check system resources

ยง

ER_TOO_MANY_USER_CONNECTIONS = 1_203

User %s already has more than โ€˜max_user_connectionsโ€™ active connections

ยง

ER_SET_CONSTANTS_ONLY = 1_204

You may only use constant expressions with SET

ยง

ER_LOCK_WAIT_TIMEOUT = 1_205

Lock wait timeout exceeded; try restarting transaction

ยง

ER_LOCK_TABLE_FULL = 1_206

The total number of locks exceeds the lock table size

ยง

ER_READ_ONLY_TRANSACTION = 1_207

Update locks cannot be acquired during a READ UNCOMMITTED transaction

ยง

ER_DROP_DB_WITH_READ_LOCK = 1_208

DROP DATABASE not allowed while thread is holding global read lock

ยง

ER_CREATE_DB_WITH_READ_LOCK = 1_209

CREATE DATABASE not allowed while thread is holding global read lock

ยง

ER_WRONG_ARGUMENTS = 1_210

Incorrect arguments to %s

ยง

ER_NO_PERMISSION_TO_CREATE_USER = 1_211

โ€˜%sโ€™@โ€˜%sโ€™ is not allowed to create new users

ยง

ER_UNION_TABLES_IN_DIFFERENT_DIR = 1_212

Incorrect table definition; all MERGE tables must be in the same database

ยง

ER_LOCK_DEADLOCK = 1_213

Deadlock found when trying to get lock; try restarting transaction

ยง

ER_TABLE_CANT_HANDLE_FT = 1_214

The used table type doesnโ€™t support FULLTEXT indexes

ยง

ER_CANNOT_ADD_FOREIGN = 1_215

Cannot add foreign key constraint

ยง

ER_NO_REFERENCED_ROW = 1_216

Cannot add or update a child row: a foreign key constraint fails

ยง

ER_ROW_IS_REFERENCED = 1_217

Cannot delete or update a parent row: a foreign key constraint fails

ยง

ER_CONNECT_TO_MASTER = 1_218

Error connecting to master: %s

ยง

ER_QUERY_ON_MASTER = 1_219

Error running query on master: %s

ยง

ER_ERROR_WHEN_EXECUTING_COMMAND = 1_220

Error when executing command %s: %s

ยง

ER_WRONG_USAGE = 1_221

Incorrect usage of %s and %s

ยง

ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT = 1_222

The used SELECT statements have a different number of columns

ยง

ER_CANT_UPDATE_WITH_READLOCK = 1_223

Canโ€™t execute the query because you have a conflicting read lock

ยง

ER_MIXING_NOT_ALLOWED = 1_224

Mixing of transactional and non-transactional tables is disabled

ยง

ER_DUP_ARGUMENT = 1_225

Option โ€˜%sโ€™ used twice in statement

ยง

ER_USER_LIMIT_REACHED = 1_226

User โ€˜%sโ€™ has exceeded the โ€˜%sโ€™ resource (current value: %ld)

ยง

ER_SPECIFIC_ACCESS_DENIED_ERROR = 1_227

Access denied; you need (at least one of) the %s privilege(s) for this operation

ยง

ER_LOCAL_VARIABLE = 1_228

Variable โ€˜%sโ€™ is a SESSION variable and canโ€™t be used with SET GLOBAL

ยง

ER_GLOBAL_VARIABLE = 1_229

Variable โ€˜%sโ€™ is a GLOBAL variable and should be set with SET GLOBAL

ยง

ER_NO_DEFAULT = 1_230

Variable โ€˜%sโ€™ doesnโ€™t have a default value

ยง

ER_WRONG_VALUE_FOR_VAR = 1_231

Variable โ€˜%sโ€™ canโ€™t be set to the value of โ€˜%sโ€™

ยง

ER_WRONG_TYPE_FOR_VAR = 1_232

Incorrect argument type to variable โ€˜%sโ€™

ยง

ER_VAR_CANT_BE_READ = 1_233

Variable โ€˜%sโ€™ can only be set, not read

ยง

ER_CANT_USE_OPTION_HERE = 1_234

Incorrect usage/placement of โ€˜%sโ€™

ยง

ER_NOT_SUPPORTED_YET = 1_235

This version of MariaDB doesnโ€™t yet support โ€˜%sโ€™

ยง

ER_MASTER_FATAL_ERROR_READING_BINLOG = 1_236

Got fatal error %d from master when reading data from binary log: โ€˜%sโ€™

ยง

ER_SLAVE_IGNORED_TABLE = 1_237

Slave SQL thread ignored the query because of replicate-*-table rules

ยง

ER_INCORRECT_GLOBAL_LOCAL_VAR = 1_238

Variable โ€˜%sโ€™ is a %s variable

ยง

ER_WRONG_FK_DEF = 1_239

Incorrect foreign key definition for โ€˜%sโ€™: %s

ยง

ER_KEY_REF_DO_NOT_MATCH_TABLE_REF = 1_240

Key reference and table reference donโ€™t match

ยง

ER_OPERAND_COLUMNS = 1_241

Operand should contain %d column(s)

ยง

ER_SUBQUERY_NO_1_ROW = 1_242

Subquery returns more than 1 row

ยง

ER_UNKNOWN_STMT_HANDLER = 1_243

Unknown prepared statement handler (%.*s) given to %s

ยง

ER_CORRUPT_HELP_DB = 1_244

Help database is corrupt or does not exist

ยง

ER_CYCLIC_REFERENCE = 1_245

Cyclic reference on subqueries

ยง

ER_AUTO_CONVERT = 1_246

Converting column โ€˜%sโ€™ from %s to %s

ยง

ER_ILLEGAL_REFERENCE = 1_247

Reference โ€˜%sโ€™ not supported (%s)

ยง

ER_DERIVED_MUST_HAVE_ALIAS = 1_248

Every derived table must have its own alias

ยง

ER_SELECT_REDUCED = 1_249

Select %u was reduced during optimization

ยง

ER_TABLENAME_NOT_ALLOWED_HERE = 1_250

Table โ€˜%sโ€™ from one of the SELECTs cannot be used in %s

ยง

ER_NOT_SUPPORTED_AUTH_MODE = 1_251

Client does not support authentication protocol requested by server; consider upgrading MariaDB client

ยง

ER_SPATIAL_CANT_HAVE_NULL = 1_252

All parts of a SPATIAL index must be NOT NULL

ยง

ER_COLLATION_CHARSET_MISMATCH = 1_253

COLLATION โ€˜%sโ€™ is not valid for CHARACTER SET โ€˜%sโ€™

ยง

ER_SLAVE_WAS_RUNNING = 1_254

Slave is already running

ยง

ER_SLAVE_WAS_NOT_RUNNING = 1_255

Slave already has been stopped

ยง

ER_TOO_BIG_FOR_UNCOMPRESS = 1_256

Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)

ยง

ER_ZLIB_Z_MEM_ERROR = 1_257

ZLIB: Not enough memory

ยง

ER_ZLIB_Z_BUF_ERROR = 1_258

ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)

ยง

ER_ZLIB_Z_DATA_ERROR = 1_259

ZLIB: Input data corrupted

ยง

ER_CUT_VALUE_GROUP_CONCAT = 1_260

Row %u was cut by GROUP_CONCAT()

ยง

ER_WARN_TOO_FEW_RECORDS = 1_261

Row %ld doesnโ€™t contain data for all columns

ยง

ER_WARN_TOO_MANY_RECORDS = 1_262

Row %ld was truncated; it contained more data than there were input columns

ยง

ER_WARN_NULL_TO_NOTNULL = 1_263

Column set to default value; NULL supplied to NOT NULL column โ€˜%sโ€™ at row %ld

ยง

ER_WARN_DATA_OUT_OF_RANGE = 1_264

Out of range value for column โ€˜%sโ€™ at row %ld

ยง

WARN_DATA_TRUNCATED = 1_265

Data truncated for column โ€˜%sโ€™ at row %ld

ยง

ER_WARN_USING_OTHER_HANDLER = 1_266

Using storage engine %s for table โ€˜%sโ€™

ยง

ER_CANT_AGGREGATE_2COLLATIONS = 1_267

Illegal mix of collations (%s,%s) and (%s,%s) for operation โ€˜%sโ€™

ยง

ER_DROP_USER = 1_268

Cannot drop one or more of the requested users

ยง

ER_REVOKE_GRANTS = 1_269

Canโ€™t revoke all privileges for one or more of the requested users

ยง

ER_CANT_AGGREGATE_3COLLATIONS = 1_270

Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation โ€˜%sโ€™

ยง

ER_CANT_AGGREGATE_NCOLLATIONS = 1_271

Illegal mix of collations for operation โ€˜%sโ€™

ยง

ER_VARIABLE_IS_NOT_STRUCT = 1_272

Variable โ€˜%sโ€™ is not a variable component (canโ€™t be used as XXXX.variable_name)

ยง

ER_UNKNOWN_COLLATION = 1_273

Unknown collation: โ€˜%sโ€™

ยง

ER_SLAVE_IGNORED_SSL_PARAMS = 1_274

SSL parameters in CHANGE MASTER are ignored because this MariaDB slave was compiled without SSL support; they can be used later if MariaDB slave with SSL is started

ยง

ER_SERVER_IS_IN_SECURE_AUTH_MODE = 1_275

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 = 1_276

Field or reference โ€˜%s%s%s%s%sโ€™ of SELECT #%d was resolved in SELECT #%d

ยง

ER_BAD_SLAVE_UNTIL_COND = 1_277

Incorrect parameter or combination of parameters for START SLAVE UNTIL

ยง

ER_MISSING_SKIP_SLAVE = 1_278

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 = 1_279

SQL thread is not to be started so UNTIL options are ignored

ยง

ER_WRONG_NAME_FOR_INDEX = 1_280

Incorrect index name โ€˜%sโ€™

ยง

ER_WRONG_NAME_FOR_CATALOG = 1_281

Incorrect catalog name โ€˜%sโ€™

ยง

ER_WARN_QC_RESIZE = 1_282

Query cache failed to set size %lu; new query cache size is %lu

ยง

ER_BAD_FT_COLUMN = 1_283

Column โ€˜%sโ€™ cannot be part of FULLTEXT index

ยง

ER_UNKNOWN_KEY_CACHE = 1_284

Unknown key cache โ€˜%sโ€™

ยง

ER_WARN_HOSTNAME_WONT_WORK = 1_285

MariaDB is started in โ€“skip-name-resolve mode; you must restart it without this switch for this grant to work

ยง

ER_UNKNOWN_STORAGE_ENGINE = 1_286

Unknown storage engine โ€˜%sโ€™

ยง

ER_WARN_DEPRECATED_SYNTAX = 1_287

โ€˜%sโ€™ is deprecated and will be removed in a future release. Please use %s instead

ยง

ER_NON_UPDATABLE_TABLE = 1_288

The target table %s of the %s is not updatable

ยง

ER_FEATURE_DISABLED = 1_289

The โ€˜%sโ€™ feature is disabled; you need MariaDB built with โ€˜%sโ€™ to have it working

ยง

ER_OPTION_PREVENTS_STATEMENT = 1_290

The MariaDB server is running with the %s option so it cannot execute this statement

ยง

ER_DUPLICATED_VALUE_IN_TYPE = 1_291

Column โ€˜%sโ€™ has duplicated value โ€˜%sโ€™ in %s

ยง

ER_TRUNCATED_WRONG_VALUE = 1_292

Truncated incorrect %s value: โ€˜%sโ€™

ยง

ER_TOO_MUCH_AUTO_TIMESTAMP_COLS = 1_293

Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

ยง

ER_INVALID_ON_UPDATE = 1_294

Invalid ON UPDATE clause for โ€˜%sโ€™ column

ยง

ER_UNSUPPORTED_PS = 1_295

This command is not supported in the prepared statement protocol yet

ยง

ER_GET_ERRMSG = 1_296

Got error %d โ€˜%sโ€™ from %s

ยง

ER_GET_TEMPORARY_ERRMSG = 1_297

Got temporary error %d โ€˜%sโ€™ from %s

ยง

ER_UNKNOWN_TIME_ZONE = 1_298

Unknown or incorrect time zone: โ€˜%sโ€™

ยง

ER_WARN_INVALID_TIMESTAMP = 1_299

Invalid TIMESTAMP value in column โ€˜%sโ€™ at row %ld

ยง

ER_INVALID_CHARACTER_STRING = 1_300

Invalid %s character string: โ€˜%sโ€™

ยง

ER_WARN_ALLOWED_PACKET_OVERFLOWED = 1_301

Result of %s() was larger than max_allowed_packet (%ld) - truncated

ยง

ER_CONFLICTING_DECLARATIONS = 1_302

Conflicting declarations: โ€˜%s%sโ€™ and โ€˜%s%sโ€™

ยง

ER_SP_NO_RECURSIVE_CREATE = 1_303

Canโ€™t create a %s from within another stored routine

ยง

ER_SP_ALREADY_EXISTS = 1_304

%s %s already exists

ยง

ER_SP_DOES_NOT_EXIST = 1_305

%s %s does not exist

ยง

ER_SP_DROP_FAILED = 1_306

Failed to DROP %s %s

ยง

ER_SP_STORE_FAILED = 1_307

Failed to CREATE %s %s

ยง

ER_SP_LILABEL_MISMATCH = 1_308

%s with no matching label: %s

ยง

ER_SP_LABEL_REDEFINE = 1_309

Redefining label %s

ยง

ER_SP_LABEL_MISMATCH = 1_310

End-label %s without match

ยง

ER_SP_UNINIT_VAR = 1_311

Referring to uninitialized variable %s

ยง

ER_SP_BADSELECT = 1_312

PROCEDURE %s canโ€™t return a result set in the given context

ยง

ER_SP_BADRETURN = 1_313

RETURN is only allowed in a FUNCTION

ยง

ER_SP_BADSTATEMENT = 1_314

%s is not allowed in stored procedures

ยง

ER_UPDATE_LOG_DEPRECATED_IGNORED = 1_315

The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MariaDB 5.6.

ยง

ER_UPDATE_LOG_DEPRECATED_TRANSLATED = 1_316

The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN. This option will be removed in MariaDB 5.6.

ยง

ER_QUERY_INTERRUPTED = 1_317

Query execution was interrupted

ยง

ER_SP_WRONG_NO_OF_ARGS = 1_318

Incorrect number of arguments for %s %s; expected %u, got %u

ยง

ER_SP_COND_MISMATCH = 1_319

Undefined CONDITION: %s

ยง

ER_SP_NORETURN = 1_320

No RETURN found in FUNCTION %s

ยง

ER_SP_NORETURNEND = 1_321

FUNCTION %s ended without RETURN

ยง

ER_SP_BAD_CURSOR_QUERY = 1_322

Cursor statement must be a SELECT

ยง

ER_SP_BAD_CURSOR_SELECT = 1_323

Cursor SELECT must not have INTO

ยง

ER_SP_CURSOR_MISMATCH = 1_324

Undefined CURSOR: %s

ยง

ER_SP_CURSOR_ALREADY_OPEN = 1_325

Cursor is already open

ยง

ER_SP_CURSOR_NOT_OPEN = 1_326

Cursor is not open

ยง

ER_SP_UNDECLARED_VAR = 1_327

Undeclared variable: %s

ยง

ER_SP_WRONG_NO_OF_FETCH_ARGS = 1_328

Incorrect number of FETCH variables

ยง

ER_SP_FETCH_NO_DATA = 1_329

No data - zero rows fetched, selected, or processed

ยง

ER_SP_DUP_PARAM = 1_330

Duplicate parameter: %s

ยง

ER_SP_DUP_VAR = 1_331

Duplicate variable: %s

ยง

ER_SP_DUP_COND = 1_332

Duplicate condition: %s

ยง

ER_SP_DUP_CURS = 1_333

Duplicate cursor: %s

ยง

ER_SP_CANT_ALTER = 1_334

Failed to ALTER %s %s

ยง

ER_SP_SUBSELECT_NYI = 1_335

Subquery value not supported

ยง

ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG = 1_336

%s is not allowed in stored function or trigger

ยง

ER_SP_VARCOND_AFTER_CURSHNDLR = 1_337

Variable or condition declaration after cursor or handler declaration

ยง

ER_SP_CURSOR_AFTER_HANDLER = 1_338

Cursor declaration after handler declaration

ยง

ER_SP_CASE_NOT_FOUND = 1_339

Case not found for CASE statement

ยง

ER_FPARSER_TOO_BIG_FILE = 1_340

Configuration file โ€˜%sโ€™ is too big

ยง

ER_FPARSER_BAD_HEADER = 1_341

Malformed file type header in file โ€˜%sโ€™

ยง

ER_FPARSER_EOF_IN_COMMENT = 1_342

Unexpected end of file while parsing comment โ€˜%sโ€™

ยง

ER_FPARSER_ERROR_IN_PARAMETER = 1_343

Error while parsing parameter โ€˜%sโ€™ (line: โ€˜%sโ€™)

ยง

ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER = 1_344

Unexpected end of file while skipping unknown parameter โ€˜%sโ€™

ยง

ER_VIEW_NO_EXPLAIN = 1_345

EXPLAIN/SHOW can not be issued; lacking privileges for underlying table

ยง

ER_FRM_UNKNOWN_TYPE = 1_346

File โ€˜%sโ€™ has unknown type โ€˜%sโ€™ in its header

ยง

ER_WRONG_OBJECT = 1_347

โ€˜%s.%sโ€™ is not %s

ยง

ER_NONUPDATEABLE_COLUMN = 1_348

Column โ€˜%sโ€™ is not updatable

ยง

ER_VIEW_SELECT_DERIVED = 1_349

Viewโ€™s SELECT contains a subquery in the FROM clause

ยง

ER_VIEW_SELECT_CLAUSE = 1_350

Viewโ€™s SELECT contains a โ€˜%sโ€™ clause

ยง

ER_VIEW_SELECT_VARIABLE = 1_351

Viewโ€™s SELECT contains a variable or parameter

ยง

ER_VIEW_SELECT_TMPTABLE = 1_352

Viewโ€™s SELECT refers to a temporary table โ€˜%sโ€™

ยง

ER_VIEW_WRONG_LIST = 1_353

Viewโ€™s SELECT and viewโ€™s field list have different column counts

ยง

ER_WARN_VIEW_MERGE = 1_354

View merge algorithm canโ€™t be used here for now (assumed undefined algorithm)

ยง

ER_WARN_VIEW_WITHOUT_KEY = 1_355

View being updated does not have complete key of underlying table in it

ยง

ER_VIEW_INVALID = 1_356

View โ€˜%s.%sโ€™ 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 = 1_357

Canโ€™t drop or alter a %s from within another stored routine

ยง

ER_SP_GOTO_IN_HNDLR = 1_358

GOTO is not allowed in a stored procedure handler

ยง

ER_TRG_ALREADY_EXISTS = 1_359

Trigger already exists

ยง

ER_TRG_DOES_NOT_EXIST = 1_360

Trigger does not exist

ยง

ER_TRG_ON_VIEW_OR_TEMP_TABLE = 1_361

Triggerโ€™s โ€˜%sโ€™ is view or temporary table

ยง

ER_TRG_CANT_CHANGE_ROW = 1_362

Updating of %s row is not allowed in %strigger

ยง

ER_TRG_NO_SUCH_ROW_IN_TRG = 1_363

There is no %s row in %s trigger

ยง

ER_NO_DEFAULT_FOR_FIELD = 1_364

Field โ€˜%sโ€™ doesnโ€™t have a default value

ยง

ER_DIVISION_BY_ZER = 1_365

Division by 0

ยง

ER_TRUNCATED_WRONG_VALUE_FOR_FIELD = 1_366

Incorrect %s value: โ€˜%sโ€™ for column โ€˜%sโ€™ at row %ld

ยง

ER_ILLEGAL_VALUE_FOR_TYPE = 1_367

Illegal %s โ€˜%sโ€™ value found during parsing

ยง

ER_VIEW_NONUPD_CHECK = 1_368

CHECK OPTION on non-updatable view โ€˜%s.%sโ€™

ยง

ER_VIEW_CHECK_FAILED = 1_369

CHECK OPTION failed โ€˜%s.%sโ€™

ยง

ER_PROCACCESS_DENIED_ERROR = 1_370

%s command denied to user โ€˜%sโ€™@โ€˜%sโ€™ for routine โ€˜%sโ€™

ยง

ER_RELAY_LOG_FAIL = 1_371

Failed purging old relay logs: %s

ยง

ER_PASSWD_LENGTH = 1_372

Password hash should be a %d-digit hexadecimal number

ยง

ER_UNKNOWN_TARGET_BINLOG = 1_373

Target log not found in binlog index

ยง

ER_IO_ERR_LOG_INDEX_READ = 1_374

I/O error reading log index file

ยง

ER_BINLOG_PURGE_PROHIBITED = 1_375

Server configuration does not permit binlog purge

ยง

ER_FSEEK_FAIL = 1_376

Failed on fseek()

ยง

ER_BINLOG_PURGE_FATAL_ERR = 1_377

Fatal error during log purge

ยง

ER_LOG_IN_USE = 1_378

A purgeable log is in use, will not purge

ยง

ER_LOG_PURGE_UNKNOWN_ERR = 1_379

Unknown error during log purge

ยง

ER_RELAY_LOG_INIT = 1_380

Failed initializing relay log position: %s

ยง

ER_NO_BINARY_LOGGING = 1_381

You are not using binary logging

ยง

ER_RESERVED_SYNTAX = 1_382

The โ€˜%sโ€™ syntax is reserved for purposes internal to the MariaDB server

ยง

ER_WSAS_FAILED = 1_383

WSAStartup Failed

ยง

ER_DIFF_GROUPS_PROC = 1_384

Canโ€™t handle procedures with different groups yet

ยง

ER_NO_GROUP_FOR_PROC = 1_385

Select must have a group with this procedure

ยง

ER_ORDER_WITH_PROC = 1_386

Canโ€™t use ORDER clause with this procedure

ยง

ER_LOGGING_PROHIBIT_CHANGING_OF = 1_387

Binary logging and replication forbid changing the global server %s

ยง

ER_NO_FILE_MAPPING = 1_388

Canโ€™t map file: %s, errno: %d

ยง

ER_WRONG_MAGIC = 1_389

Wrong magic in %s

ยง

ER_PS_MANY_PARAM = 1_390

Prepared statement contains too many placeholders

ยง

ER_KEY_PART_0 = 1_391

Key part โ€˜%sโ€™ length cannot be 0

ยง

ER_VIEW_CHECKSUM = 1_392

View text checksum failed

ยง

ER_VIEW_MULTIUPDATE = 1_393

Can not modify more than one base table through a join view โ€˜%s.%sโ€™

ยง

ER_VIEW_NO_INSERT_FIELD_LIST = 1_394

Can not insert into join view โ€˜%s.%sโ€™ without fields list

ยง

ER_VIEW_DELETE_MERGE_VIEW = 1_395

Can not delete from join view โ€˜%s.%sโ€™

ยง

ER_CANNOT_USER = 1_396

Operation %s failed for %s

ยง

ER_XAER_NOTA = 1_397

XAER_NOTA: Unknown XID

ยง

ER_XAER_INVAL = 1_398

XAER_INVAL: Invalid arguments (or unsupported command)

ยง

ER_XAER_RMFAIL = 1_399

XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state

ยง

ER_XAER_OUTSIDE = 1_400

XAER_OUTSIDE: Some work is done outside global transaction

ยง

ER_XAER_RMERR = 1_401

XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency

ยง

ER_XA_RBROLLBACK = 1_402

XA_RBROLLBACK: Transaction branch was rolled back

ยง

ER_NONEXISTING_PROC_GRANT = 1_403

There is no such grant defined for user โ€˜%sโ€™ on host โ€˜%sโ€™ on routine โ€˜%sโ€™

ยง

ER_PROC_AUTO_GRANT_FAIL = 1_404

Failed to grant EXECUTE and ALTER ROUTINE privileges

ยง

ER_PROC_AUTO_REVOKE_FAIL = 1_405

Failed to revoke all privileges to dropped routine

ยง

ER_DATA_TOO_LONG = 1_406

Data too long for column โ€˜%sโ€™ at row %ld

ยง

ER_SP_BAD_SQLSTATE = 1_407

Bad SQLSTATE: โ€˜%sโ€™

ยง

ER_STARTUP = 1_408

%s: ready for connections. Version: โ€˜%sโ€™ socket: โ€˜%sโ€™ port: %d %s

ยง

ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR = 1_409

Canโ€™t load value from file with fixed size rows to variable

ยง

ER_CANT_CREATE_USER_WITH_GRANT = 1_410

You are not allowed to create a user with GRANT

ยง

ER_WRONG_VALUE_FOR_TYPE = 1_411

Incorrect %s value: โ€˜%sโ€™ for function %s

ยง

ER_TABLE_DEF_CHANGED = 1_412

Table definition has changed, please retry transaction

ยง

ER_SP_DUP_HANDLER = 1_413

Duplicate handler declared in the same block

ยง

ER_SP_NOT_VAR_ARG = 1_414

OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger

ยง

ER_SP_NO_RETSET = 1_415

Not allowed to return a result set from a %s

ยง

ER_CANT_CREATE_GEOMETRY_OBJECT = 1_416

Cannot get geometry object from data you send to the GEOMETRY field

ยง

ER_FAILED_ROUTINE_BREAK_BINLOG = 1_417

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 = 1_418

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 = 1_419

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 = 1_420

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 = 1_421

The statement (%lu) has no open cursor.

ยง

ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG = 1_422

Explicit or implicit commit is not allowed in stored function or trigger.

ยง

ER_NO_DEFAULT_FOR_VIEW_FIELD = 1_423

Field of view โ€˜%s.%sโ€™ underlying table doesnโ€™t have a default value

ยง

ER_SP_NO_RECURSION = 1_424

Recursive stored functions and triggers are not allowed.

ยง

ER_TOO_BIG_SCALE = 1_425

Too big scale %d specified for column โ€˜%sโ€™. Maximum is %lu.

ยง

ER_TOO_BIG_PRECISION = 1_426

Too big precision %d specified for column โ€˜%sโ€™. Maximum is %lu.

ยง

ER_M_BIGGER_THAN_D = 1_427

For float(M,D, double(M,D or decimal(M,D, M must be >= D (column โ€˜%sโ€™).

ยง

ER_WRONG_LOCK_OF_SYSTEM_TABLE = 1_428

You canโ€™t combine write-locking of system tables with other tables or lock types

ยง

ER_CONNECT_TO_FOREIGN_DATA_SOURCE = 1_429

Unable to connect to foreign data source: %s

ยง

ER_QUERY_ON_FOREIGN_DATA_SOURCE = 1_430

There was a problem processing the query on the foreign data source. Data source error: %s

ยง

ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST = 1_431

The foreign data source you are trying to reference does not exist. Data source error: %s

ยง

ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE = 1_432

Canโ€™t create federated table. The data source connection string โ€˜%sโ€™ is not in the correct format

ยง

ER_FOREIGN_DATA_STRING_INVALID = 1_433

The data source connection string โ€˜%sโ€™ is not in the correct format

ยง

ER_CANT_CREATE_FEDERATED_TABLE = 1_434

Canโ€™t create federated table. Foreign data src error: %s

ยง

ER_TRG_IN_WRONG_SCHEMA = 1_435

Trigger in wrong schema

ยง

ER_STACK_OVERRUN_NEED_MORE = 1_436

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 = 1_437

Routine body for โ€˜%sโ€™ is too long

ยง

ER_WARN_CANT_DROP_DEFAULT_KEYCACHE = 1_438

Cannot drop default keycache

ยง

ER_TOO_BIG_DISPLAYWIDTH = 1_439

Display width out of range for column โ€˜%sโ€™ (max = %lu)

ยง

ER_XAER_DUPID = 1_440

XAER_DUPID: The XID already exists

ยง

ER_DATETIME_FUNCTION_OVERFLOW = 1_441

Datetime function: %s field overflow

ยง

ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG = 1_442

Canโ€™t update table โ€˜%sโ€™ in stored function/trigger because it is already used by statement which invoked this stored function/trigger.

ยง

ER_VIEW_PREVENT_UPDATE = 1_443

The definition of table โ€˜%sโ€™ prevents operation %s on table โ€˜%sโ€™.

ยง

ER_PS_NO_RECURSION = 1_444

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 = 1_445

Not allowed to set autocommit from a stored function or trigger

ยง

ER_MALFORMED_DEFINER = 1_446

Definer is not fully qualified

ยง

ER_VIEW_FRM_NO_USER = 1_447

View โ€˜%sโ€™.โ€˜%sโ€™ has no definer information (old table format). Current user is used as definer. Please recreate the view!

ยง

ER_VIEW_OTHER_USER = 1_448

You need the SUPER privilege for creation view with โ€˜%sโ€™@โ€˜%sโ€™ definer

ยง

ER_NO_SUCH_USER = 1_449

The user specified as a definer (โ€˜%sโ€™@โ€˜%sโ€™) does not exist

ยง

ER_FORBID_SCHEMA_CHANGE = 1_450

Changing schema from โ€˜%sโ€™ to โ€˜%sโ€™ is not allowed.

ยง

ER_ROW_IS_REFERENCED_2 = 1_451

Cannot delete or update a parent row: a foreign key constraint fails (%s)

ยง

ER_NO_REFERENCED_ROW_2 = 1_452

Cannot add or update a child row: a foreign key constraint fails (%s)

ยง

ER_SP_BAD_VAR_SHADOW = 1_453

Variable โ€˜%sโ€™ must be quoted with ..., or renamed

ยง

ER_TRG_NO_DEFINER = 1_454

No definer attribute for trigger โ€˜%sโ€™.โ€˜%sโ€™. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.

ยง

ER_OLD_FILE_FORMAT = 1_455

โ€˜%sโ€™ has an old format, you should re-create the โ€˜%sโ€™ object(s)

ยง

ER_SP_RECURSION_LIMIT = 1_456

Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s

ยง

ER_SP_PROC_TABLE_CORRUPT = 1_457

Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)

ยง

ER_SP_WRONG_NAME = 1_458

Incorrect routine name โ€˜%sโ€™

ยง

ER_TABLE_NEEDS_UPGRADE = 1_459

Table upgrade required. Please do โ€œREPAIR TABLE %sโ€ or dump/reload to fix it!

ยง

ER_SP_NO_AGGREGATE = 1_460

AGGREGATE is not supported for stored functions

ยง

ER_MAX_PREPARED_STMT_COUNT_REACHED = 1_461

Canโ€™t create more than max_prepared_stmt_count statements (current value: %lu)

ยง

ER_VIEW_RECURSIVE = 1_462

%s.%s contains view recursion

ยง

ER_NON_GROUPING_FIELD_USED = 1_463

Non-grouping field โ€˜%sโ€™ is used in %s clause

ยง

ER_TABLE_CANT_HANDLE_SPKEYS = 1_464

The used table type doesnโ€™t support SPATIAL indexes

ยง

ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA = 1_465

Triggers can not be created on system tables

ยง

ER_REMOVED_SPACES = 1_466

Leading spaces are removed from name โ€˜%sโ€™

ยง

ER_AUTOINC_READ_FAILED = 1_467

Failed to read auto-increment value from storage engine

ยง

ER_USERNAME = 1_468

user name

ยง

ER_HOSTNAME = 1_469

host name

ยง

ER_WRONG_STRING_LENGTH = 1_470

String โ€˜%sโ€™ is too long for %s (should be no longer than %d)

ยง

ER_NON_INSERTABLE_TABLE = 1_471

The target table %s of the %s is not insertable-into

ยง

ER_ADMIN_WRONG_MRG_TABLE = 1_472

Table โ€˜%sโ€™ is differently defined or of non-MyISAM type or doesnโ€™t exist

ยง

ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT = 1_473

Too high level of nesting for select

ยง

ER_NAME_BECOMES_EMPTY = 1_474

Name โ€˜%sโ€™ has become โ€˜โ€™

ยง

ER_AMBIGUOUS_FIELD_TERM = 1_475

First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY

ยง

ER_FOREIGN_SERVER_EXISTS = 1_476

The foreign server, %s, you are trying to create already exists.

ยง

ER_FOREIGN_SERVER_DOESNT_EXIST = 1_477

The foreign server name you are trying to reference does not exist. Data source error: %s

ยง

ER_ILLEGAL_HA_CREATE_OPTION = 1_478

Table storage engine โ€˜%sโ€™ does not support the create option โ€˜%sโ€™

ยง

ER_PARTITION_REQUIRES_VALUES_ERROR = 1_479

Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition

ยง

ER_PARTITION_WRONG_VALUES_ERROR = 1_480

Only %s PARTITIONING can use VALUES %s in partition definition

ยง

ER_PARTITION_MAXVALUE_ERROR = 1_481

MAXVALUE can only be used in last partition definition

ยง

ER_PARTITION_SUBPARTITION_ERROR = 1_482

Subpartitions can only be hash partitions and by key

ยง

ER_PARTITION_SUBPART_MIX_ERROR = 1_483

Must define subpartitions on all partitions if on one partition

ยง

ER_PARTITION_WRONG_NO_PART_ERROR = 1_484

Wrong number of partitions defined, mismatch with previous setting

ยง

ER_PARTITION_WRONG_NO_SUBPART_ERROR = 1_485

Wrong number of subpartitions defined, mismatch with previous setting

ยง

ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR = 1_486

Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed

ยง

ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR = 1_487

Expression in RANGE/LIST VALUES must be constant

ยง

ER_FIELD_NOT_FOUND_PART_ERROR = 1_488

Field in list of fields for partition function not found in table

ยง

ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR = 1_489

List of fields is only allowed in KEY partitions

ยง

ER_INCONSISTENT_PARTITION_INFO_ERROR = 1_490

The partition info in the frm file is not consistent with what can be written into the frm file

ยง

ER_PARTITION_FUNC_NOT_ALLOWED_ERROR = 1_491

The %s function returns the wrong type

ยง

ER_PARTITIONS_MUST_BE_DEFINED_ERROR = 1_492

For %s partitions each partition must be defined

ยง

ER_RANGE_NOT_INCREASING_ERROR = 1_493

VALUES LESS THAN value must be strictly increasing for each partition

ยง

ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR = 1_494

VALUES value must be of same type as partition function

ยง

ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR = 1_495

Multiple definition of same constant in list partitioning

ยง

ER_PARTITION_ENTRY_ERROR = 1_496

Partitioning can not be used stand-alone in query

ยง

ER_MIX_HANDLER_ERROR = 1_497

The mix of handlers in the partitions is not allowed in this version of MariaDB

ยง

ER_PARTITION_NOT_DEFINED_ERROR = 1_498

For the partitioned engine it is necessary to define all %s

ยง

ER_TOO_MANY_PARTITIONS_ERROR = 1_499

Too many partitions (including subpartitions) were defined

ยง

ER_SUBPARTITION_ERROR = 1_500

It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning

ยง

ER_CANT_CREATE_HANDLER_FILE = 1_501

Failed to create specific handler file

ยง

ER_BLOB_FIELD_IN_PART_FUNC_ERROR = 1_502

A BLOB field is not allowed in partition function

ยง

ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF = 1_503

A %s must include all columns in the tableโ€™s partitioning function

ยง

ER_NO_PARTS_ERROR = 1_504

Number of %s = 0 is not an allowed value

ยง

ER_PARTITION_MGMT_ON_NONPARTITIONED = 1_505

Partition management on a not partitioned table is not possible

ยง

ER_FOREIGN_KEY_ON_PARTITIONED = 1_506

Foreign key clause is not yet supported in conjunction with partitioning

ยง

ER_DROP_PARTITION_NON_EXISTENT = 1_507

Error in list of partitions to %s

ยง

ER_DROP_LAST_PARTITION = 1_508

Cannot remove all partitions, use DROP TABLE instead

ยง

ER_COALESCE_ONLY_ON_HASH_PARTITION = 1_509

COALESCE PARTITION can only be used on HASH/KEY partitions

ยง

ER_REORG_HASH_ONLY_ON_SAME_N = 1_510

REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers

ยง

ER_REORG_NO_PARAM_ERROR = 1_511

REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs

ยง

ER_ONLY_ON_RANGE_LIST_PARTITION = 1_512

%s PARTITION can only be used on RANGE/LIST partitions

ยง

ER_ADD_PARTITION_SUBPART_ERROR = 1_513

Trying to Add partition(s) with wrong number of subpartitions

ยง

ER_ADD_PARTITION_NO_NEW_PARTITION = 1_514

At least one partition must be added

ยง

ER_COALESCE_PARTITION_NO_PARTITION = 1_515

At least one partition must be coalesced

ยง

ER_REORG_PARTITION_NOT_EXIST = 1_516

More partitions to reorganize than there are partitions

ยง

ER_SAME_NAME_PARTITION = 1_517

Duplicate partition name %s

ยง

ER_NO_BINLOG_ERROR = 1_518

It is not allowed to shut off binlog on this command

ยง

ER_CONSECUTIVE_REORG_PARTITIONS = 1_519

When reorganizing a set of partitions they must be in consecutive order

ยง

ER_REORG_OUTSIDE_RANGE = 1_520

Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range

ยง

ER_PARTITION_FUNCTION_FAILURE = 1_521

Partition function not supported in this version for this handler

ยง

ER_PART_STATE_ERROR = 1_522

Partition state cannot be defined from CREATE/ALTER TABLE

ยง

ER_LIMITED_PART_RANGE = 1_523

The %s handler only supports 32 bit integers in VALUES

ยง

ER_PLUGIN_IS_NOT_LOADED = 1_524

Plugin โ€˜%sโ€™ is not loaded

ยง

ER_WRONG_VALUE = 1_525

Incorrect %s value: โ€˜%sโ€™

ยง

ER_NO_PARTITION_FOR_GIVEN_VALUE = 1_526

Table has no partition for value %s

ยง

ER_FILEGROUP_OPTION_ONLY_ONCE = 1_527

It is not allowed to specify %s more than once

ยง

ER_CREATE_FILEGROUP_FAILED = 1_528

Failed to create %s

ยง

ER_DROP_FILEGROUP_FAILED = 1_529

Failed to drop %s

ยง

ER_TABLESPACE_AUTO_EXTEND_ERROR = 1_530

The handler doesnโ€™t support autoextend of tablespaces

ยง

ER_WRONG_SIZE_NUMBER = 1_531

A size parameter was incorrectly specified, either number or on the form 10M

ยง

ER_SIZE_OVERFLOW_ERROR = 1_532

The size number was correct but we donโ€™t allow the digit part to be more than 2 billion

ยง

ER_ALTER_FILEGROUP_FAILED = 1_533

Failed to alter: %s

ยง

ER_BINLOG_ROW_LOGGING_FAILED = 1_534

Writing one row to the row-based binary log failed

ยง

ER_BINLOG_ROW_WRONG_TABLE_DEF = 1_535

Table definition on master and slave does not match: %s

ยง

ER_BINLOG_ROW_RBR_TO_SBR = 1_536

Slave running with โ€“log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events

ยง

ER_EVENT_ALREADY_EXISTS = 1_537

Event โ€˜%sโ€™ already exists

ยง

ER_EVENT_STORE_FAILED = 1_538

Failed to store event %s. Error code %d from storage engine.

ยง

ER_EVENT_DOES_NOT_EXIST = 1_539

Unknown event โ€˜%sโ€™

ยง

ER_EVENT_CANT_ALTER = 1_540

Failed to alter event โ€˜%sโ€™

ยง

ER_EVENT_DROP_FAILED = 1_541

Failed to drop %s

ยง

ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG = 1_542

INTERVAL is either not positive or too big

ยง

ER_EVENT_ENDS_BEFORE_STARTS = 1_543

ENDS is either invalid or before STARTS

ยง

ER_EVENT_EXEC_TIME_IN_THE_PAST = 1_544

Event execution time is in the past. Event has been disabled

ยง

ER_EVENT_OPEN_TABLE_FAILED = 1_545

Failed to open mysql.event

ยง

ER_EVENT_NEITHER_M_EXPR_NOR_M_AT = 1_546

No datetime expression provided

ยง

ER_COL_COUNT_DOESNT_MATCH_CORRUPTED = 1_547

Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted

ยง

ER_CANNOT_LOAD_FROM_TABLE = 1_548

Cannot load from mysql.%s. The table is probably corrupted

ยง

ER_EVENT_CANNOT_DELETE = 1_549

Failed to delete the event from mysql.event

ยง

ER_EVENT_COMPILE_ERROR = 1_550

Error during compilation of eventโ€™s body

ยง

ER_EVENT_SAME_NAME = 1_551

Same old and new event name

ยง

ER_EVENT_DATA_TOO_LONG = 1_552

Data for column โ€˜%sโ€™ too long

ยง

ER_DROP_INDEX_FK = 1_553

Cannot drop index โ€˜%sโ€™: needed in a foreign key constraint

ยง

ER_WARN_DEPRECATED_SYNTAX_WITH_VER = 1_554

The syntax โ€˜%sโ€™ is deprecated and will be removed in MariaDB %s. Please use %s instead

ยง

ER_CANT_WRITE_LOCK_LOG_TABLE = 1_555

You canโ€™t write-lock a log table. Only read access is possible

ยง

ER_CANT_LOCK_LOG_TABLE = 1_556

You canโ€™t use locks with log tables.

ยง

ER_FOREIGN_DUPLICATE_KEY = 1_557

Upholding foreign key constraints for table โ€˜%sโ€™, entry โ€˜%sโ€™, key %d would lead to a duplicate entry

ยง

ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE = 1_558

Column count of mysql.%s is wrong. Expected %d, found %d. Created with MariaDB %d, now running %d. Please use mysql_upgrade to fix this error.

ยง

ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR = 1_559

Cannot switch out of the row-based binary log format when the session has open temporary tables

ยง

ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1_560

Cannot change the binary logging format inside a stored function or trigger

ยง

ER_NDB_CANT_SWITCH_BINLOG_FORMAT = 1_561

The NDB cluster engine does not support changing the binlog format on the fly yet

ยง

ER_PARTITION_NO_TEMPORARY = 1_562

Cannot create temporary table with partitions

ยง

ER_PARTITION_CONST_DOMAIN_ERROR = 1_563

Partition constant is out of partition function domain

ยง

ER_PARTITION_FUNCTION_IS_NOT_ALLOWED = 1_564

This partition function is not allowed

ยง

ER_DDL_LOG_ERROR = 1_565

Error in DDL log

ยง

ER_NULL_IN_VALUES_LESS_THAN = 1_566

Not allowed to use NULL value in VALUES LESS THAN

ยง

ER_WRONG_PARTITION_NAME = 1_567

Incorrect partition name

ยง

ER_CANT_CHANGE_TX_ISOLATION = 1_568

Transaction isolation level canโ€™t be changed while a transaction is in progress

ยง

ER_DUP_ENTRY_AUTOINCREMENT_CASE = 1_569

ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry โ€˜%sโ€™ for key โ€˜%sโ€™

ยง

ER_EVENT_MODIFY_QUEUE_ERROR = 1_570

Internal scheduler error %d

ยง

ER_EVENT_SET_VAR_ERROR = 1_571

Error during starting/stopping of the scheduler. Error code %u

ยง

ER_PARTITION_MERGE_ERROR = 1_572

Engine cannot be used in partitioned tables

ยง

ER_CANT_ACTIVATE_LOG = 1_573

Cannot activate โ€˜%sโ€™ log

ยง

ER_RBR_NOT_AVAILABLE = 1_574

The server was not built with row-based replication

ยง

ER_BASE64_DECODE_ERROR = 1_575

Decoding of base64 string failed

ยง

ER_EVENT_RECURSION_FORBIDDEN = 1_576

Recursion of EVENT DDL statements is forbidden when body is present

ยง

ER_EVENTS_DB_ERROR = 1_577

Cannot proceed because system tables used by Event Scheduler were found damaged at server start

ยง

ER_ONLY_INTEGERS_ALLOWED = 1_578

Only integers allowed as number here

ยง

ER_UNSUPORTED_LOG_ENGINE = 1_579

This storage engine cannot be used for log tablesโ€œ

ยง

ER_BAD_LOG_STATEMENT = 1_580

You cannot โ€˜%sโ€™ a log table if logging is enabled

ยง

ER_CANT_RENAME_LOG_TABLE = 1_581

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 = 1_582

Incorrect parameter count in the call to native function โ€˜%sโ€™

ยง

ER_WRONG_PARAMETERS_TO_NATIVE_FCT = 1_583

Incorrect parameters in the call to native function โ€˜%sโ€™

ยง

ER_WRONG_PARAMETERS_TO_STORED_FCT = 1_584

Incorrect parameters in the call to stored function โ€˜%sโ€™

ยง

ER_NATIVE_FCT_NAME_COLLISION = 1_585

This function โ€˜%sโ€™ has the same name as a native function

ยง

ER_DUP_ENTRY_WITH_KEY_NAME = 1_586

Duplicate entry โ€˜%sโ€™ for key โ€˜%sโ€™

ยง

ER_BINLOG_PURGE_EMFILE = 1_587

Too many files opened, please execute the command again

ยง

ER_EVENT_CANNOT_CREATE_IN_THE_PAST = 1_588

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 = 1_589

Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.

ยง

ER_SLAVE_INCIDENT = 1_590

The incident %s occured on the master. Message: %s

ยง

ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT = 1_591

Table has no partition for some existing values

ยง

ER_BINLOG_UNSAFE_STATEMENT = 1_592

Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s

ยง

ER_SLAVE_FATAL_ERROR = 1_593

Fatal error: %s

ยง

ER_SLAVE_RELAY_LOG_READ_FAILURE = 1_594

Relay log read failure: %s

ยง

ER_SLAVE_RELAY_LOG_WRITE_FAILURE = 1_595

Relay log write failure: %s

ยง

ER_SLAVE_CREATE_EVENT_FAILURE = 1_596

Failed to create %s

ยง

ER_SLAVE_MASTER_COM_FAILURE = 1_597

Master command %s failed: %s

ยง

ER_BINLOG_LOGGING_IMPOSSIBLE = 1_598

Binary logging not possible. Message: %s

ยง

ER_VIEW_NO_CREATION_CTX = 1_599

View %s.%s has no creation context

ยง

ER_VIEW_INVALID_CREATION_CTX = 1_600

Creation context of view %s.`%sโ€™ is invalid

ยง

ER_SR_INVALID_CREATION_CTX = 1_601

Creation context of stored routine %s.%s is invalid

ยง

ER_TRG_CORRUPTED_FILE = 1_602

Corrupted TRG file for table %s.%s

ยง

ER_TRG_NO_CREATION_CTX = 1_603

Triggers for table %s.%s have no creation context

ยง

ER_TRG_INVALID_CREATION_CTX = 1_604

Trigger creation context of table %s.%s is invalid

ยง

ER_EVENT_INVALID_CREATION_CTX = 1_605

Creation context of event %s.%s is invalid

ยง

ER_TRG_CANT_OPEN_TABLE = 1_606

Cannot open table for trigger %s.%s

ยง

ER_CANT_CREATE_SROUTINE = 1_607

Cannot create stored routine %s. Check warnings

ยง

ER_UNUSED_11 = 1_608

You should never see it

ยง

ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT = 1_609

The BINLOG statement of type %s was not preceded by a format description BINLOG statement.

ยง

ER_SLAVE_CORRUPT_EVENT = 1_610

Corrupted replication event was detected

ยง

ER_LOAD_DATA_INVALID_COLUMN = 1_611

Invalid column reference (%s) in LOAD DATA

ยง

ER_LOG_PURGE_NO_FILE = 1_612

Being purged log %s was not found

ยง

ER_XA_RBTIMEOUT = 1_613

XA_RBTIMEOUT: Transaction branch was rolled back: took too long

ยง

ER_XA_RBDEADLOCK = 1_614

XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected

ยง

ER_NEED_REPREPARE = 1_615

Prepared statement needs to be re-prepared

ยง

ER_DELAYED_NOT_SUPPORTED = 1_616

DELAYED option not supported for table โ€˜%sโ€™

ยง

WARN_NO_MASTER_INF = 1_617

The master info structure does not exist

ยง

WARN_OPTION_IGNORED = 1_618

<%s> option ignored

ยง

WARN_PLUGIN_DELETE_BUILTIN = 1_619

Built-in plugins cannot be deleted

ยง

WARN_PLUGIN_BUSY = 1_620

Plugin is busy and will be uninstalled on shutdown

ยง

ER_VARIABLE_IS_READONLY = 1_621

%s variable โ€˜%sโ€™ is read-only. Use SET %s to assign the value

ยง

ER_WARN_ENGINE_TRANSACTION_ROLLBACK = 1_622

Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted

ยง

ER_SLAVE_HEARTBEAT_FAILURE = 1_623

Unexpected masterโ€™s heartbeat data: %s

ยง

ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE = 1_624

The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).

ยง

ER_NDB_REPLICATION_SCHEMA_ERROR = 1_625

Bad schema for mysql.ndb_replication table. Message: %s

ยง

ER_CONFLICT_FN_PARSE_ERROR = 1_626

Error in parsing conflict function. Message: %s

ยง

ER_EXCEPTIONS_WRITE_ERROR = 1_627

Write to exceptions table failed. Message: %sโ€œ

ยง

ER_TOO_LONG_TABLE_COMMENT = 1_628

Comment for table โ€˜%sโ€™ is too long (max = %lu)

ยง

ER_TOO_LONG_FIELD_COMMENT = 1_629

Comment for field โ€˜%sโ€™ is too long (max = %lu)

ยง

ER_FUNC_INEXISTENT_NAME_COLLISION = 1_630

FUNCTION %s does not exist. Check the โ€˜Function Name Parsing and Resolutionโ€™ section in the Reference Manual

ยง

ER_DATABASE_NAME = 1_631

Database

ยง

ER_TABLE_NAME = 1_632

Table

ยง

ER_PARTITION_NAME = 1_633

Partition

ยง

ER_SUBPARTITION_NAME = 1_634

Subpartition

ยง

ER_TEMPORARY_NAME = 1_635

Temporary

ยง

ER_RENAMED_NAME = 1_636

Renamed

ยง

ER_TOO_MANY_CONCURRENT_TRXS = 1_637

Too many active concurrent transactions

ยง

WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED = 1_638

Non-ASCII separator arguments are not fully supported

ยง

ER_DEBUG_SYNC_TIMEOUT = 1_639

debug sync point wait timed out

ยง

ER_DEBUG_SYNC_HIT_LIMIT = 1_640

debug sync point hit limit reached

ยง

ER_DUP_SIGNAL_SET = 1_641

Duplicate condition information item โ€˜%sโ€™

ยง

ER_SIGNAL_WARN = 1_642

Unhandled user-defined warning condition

ยง

ER_SIGNAL_NOT_FOUND = 1_643

Unhandled user-defined not found condition

ยง

ER_SIGNAL_EXCEPTION = 1_644

Unhandled user-defined exception condition

ยง

ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER = 1_645

RESIGNAL when handler not active

ยง

ER_SIGNAL_BAD_CONDITION_TYPE = 1_646

SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE

ยง

WARN_COND_ITEM_TRUNCATED = 1_647

Data truncated for condition item โ€˜%sโ€™

ยง

ER_COND_ITEM_TOO_LONG = 1_648

Data too long for condition item โ€˜%sโ€™

ยง

ER_UNKNOWN_LOCALE = 1_649

Unknown locale: โ€˜%sโ€™

ยง

ER_SLAVE_IGNORE_SERVER_IDS = 1_650

The requested server id %d clashes with the slave startup option โ€“replicate-same-server-id

ยง

ER_QUERY_CACHE_DISABLED = 1_651

Query cache is disabled; restart the server with query_cache_type=1 to enable it

ยง

ER_SAME_NAME_PARTITION_FIELD = 1_652

Duplicate partition field name โ€˜%sโ€™

ยง

ER_PARTITION_COLUMN_LIST_ERROR = 1_653

Inconsistency in usage of column lists for partitioning

ยง

ER_WRONG_TYPE_COLUMN_VALUE_ERROR = 1_654

Partition column values of incorrect type

ยง

ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR = 1_655

Too many fields in โ€˜%sโ€™

ยง

ER_MAXVALUE_IN_VALUES_IN = 1_656

Cannot use MAXVALUE as value in VALUES IN

ยง

ER_TOO_MANY_VALUES_ERROR = 1_657

Cannot have more than one value for this type of %s partitioning

ยง

ER_ROW_SINGLE_PARTITION_FIELD_ERROR = 1_658

Row expressions in VALUES IN only allowed for multi-field column partitioning

ยง

ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD = 1_659

Field โ€˜%sโ€™ is of a not allowed type for this type of partitioning

ยง

ER_PARTITION_FIELDS_TOO_LONG = 1_660

The total length of the partitioning fields is too large

ยง

ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE = 1_661

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 = 1_662

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 = 1_663

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 = 1_664

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 = 1_665

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 = 1_666

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 = 1_667

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 = 1_668

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 = 1_669

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 = 1_670

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 = 1_671

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 = 1_672

Statement is unsafe because it uses a UDF which may not return the same value on the slave.

ยง

ER_BINLOG_UNSAFE_SYSTEM_VARIABLE = 1_673

Statement is unsafe because it uses a system variable that may have a different value on the slave.

ยง

ER_BINLOG_UNSAFE_SYSTEM_FUNCTION = 1_674

Statement is unsafe because it uses a system function that may return a different value on the slave.

ยง

ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS = 1_675

Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.

ยง

ER_MESSAGE_AND_STATEMENT = 1_676

%s Statement: %s

ยง

ER_SLAVE_CONVERSION_FAILED = 1_677

Column %d of table โ€˜%s.%sโ€™ cannot be converted from type โ€˜%sโ€™ to type โ€˜%sโ€™

ยง

ER_SLAVE_CANT_CREATE_CONVERSION = 1_678

Canโ€™t create conversion table for table โ€˜%s.%sโ€™

ยง

ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1_679

Cannot modify @@session.binlog_format inside a transaction

ยง

ER_PATH_LENGTH = 1_680

The path specified for %s is too long.

ยง

ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT = 1_681

โ€˜%sโ€™ is deprecated and will be removed in a future release.

ยง

ER_WRONG_NATIVE_TABLE_STRUCTURE = 1_682

Native table โ€˜%sโ€™.โ€˜%sโ€™ has the wrong structure

ยง

ER_WRONG_PERFSCHEMA_USAGE = 1_683

Invalid performance_schema usage.

ยง

ER_WARN_I_S_SKIPPED_TABLE = 1_684

Table โ€˜%sโ€™.โ€˜%sโ€™ was skipped since its definition is being modified by concurrent DDL statement

ยง

ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1_685

Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction

ยง

ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1_686

Cannot change the binlog direct flag inside a stored function or trigger

ยง

ER_SPATIAL_MUST_HAVE_GEOM_COL = 1_687

A SPATIAL index may only contain a geometrical type column

ยง

ER_TOO_LONG_INDEX_COMMENT = 1_688

Comment for index โ€˜%sโ€™ is too long (max = %lu)

ยง

ER_LOCK_ABORTED = 1_689

Wait on a lock was aborted due to a pending exclusive lock

ยง

ER_DATA_OUT_OF_RANGE = 1_690

%s value is out of range in โ€˜%sโ€™

ยง

ER_WRONG_SPVAR_TYPE_IN_LIMIT = 1_691

A variable of a non-integer based type in LIMIT clause

ยง

ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1_692

Mixing self-logging and non-self-logging engines in a statement is unsafe.

ยง

ER_BINLOG_UNSAFE_MIXED_STATEMENT = 1_693

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 = 1_694

Cannot modify @@session.sql_log_bin inside a transaction

ยง

ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1_695

Cannot change the sql_log_bin inside a stored function or trigger

ยง

ER_FAILED_READ_FROM_PAR_FILE = 1_696

Failed to read from the .par file

ยง

ER_VALUES_IS_NOT_INT_TYPE_ERROR = 1_697

VALUES value for partition โ€˜%sโ€™ must have type INT

ยง

ER_ACCESS_DENIED_NO_PASSWORD_ERROR = 1_698

Access denied for user โ€˜%sโ€™@โ€˜%sโ€™

ยง

ER_SET_PASSWORD_AUTH_PLUGIN = 1_699

SET PASSWORD has no significance for users authenticating via plugins

ยง

ER_GRANT_PLUGIN_USER_EXISTS = 1_700

GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists

ยง

ER_TRUNCATE_ILLEGAL_FK = 1_701

Cannot truncate a table referenced in a foreign key constraint (%s)

ยง

ER_PLUGIN_IS_PERMANENT = 1_702

Plugin โ€˜%sโ€™ is force_plus_permanent and can not be unloaded

ยง

ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN = 1_703

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 = 1_704

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 = 1_705

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 = 1_706

Primary key/partition key update is not allowed since the table is updated both as โ€˜%sโ€™ and โ€˜%sโ€™.

ยง

ER_TABLE_NEEDS_REBUILD = 1_707

Table rebuild required. Please do โ€œALTER TABLE %s FORCEโ€ or dump/reload to fix it!

ยง

WARN_OPTION_BELOW_LIMIT = 1_708

The value of โ€˜%sโ€™ should be no less than the value of โ€˜%sโ€™

ยง

ER_INDEX_COLUMN_TOO_LONG = 1_709

Index column size too large. The maximum column size is %lu bytes.

ยง

ER_ERROR_IN_TRIGGER_BODY = 1_710

Trigger โ€˜%sโ€™ has an error in its body: โ€˜%sโ€™

ยง

ER_ERROR_IN_UNKNOWN_TRIGGER_BODY = 1_711

Unknown trigger has an error in its body: โ€˜%sโ€™

ยง

ER_INDEX_CORRUPT = 1_712

Index %s is corrupted

ยง

ER_UNDO_RECORD_TOO_BIG = 1_713

Undo log record is too big.

ยง

ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT = 1_714

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 = 1_715

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 = 1_716

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 = 1_717

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 = 1_718

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 = 1_719

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 = 1_720

Plugin โ€˜%sโ€™ is marked as not dynamically uninstallable. You have to stop the server to uninstall it.

ยง

ER_PLUGIN_NO_INSTALL = 1_721

Plugin โ€˜%sโ€™ is marked as not dynamically installable. You have to stop the server to install it.

ยง

ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT = 1_722

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 = 1_723

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 = 1_724

INSERTโ€ฆ ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe

ยง

ER_TABLE_IN_FK_CHECK = 1_725

Table is being used in foreign key check.

ยง

ER_UNSUPPORTED_ENGINE = 1_726

Storage engine โ€˜%sโ€™ does not support system tables. [%s.%s]

ยง

ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST = 1_727

INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.

ยง

ER_CANNOT_LOAD_FROM_TABLE_V2 = 1_728

Cannot load from %s.%s. The table is probably corrupted

ยง

ER_MASTER_DELAY_VALUE_OUT_OF_RANGE = 1_729

The requested value %s for the master delay exceeds the maximum %u

ยง

ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT = 1_730

Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided

ยง

ER_PARTITION_EXCHANGE_DIFFERENT_OPTION = 1_731

Non matching attribute โ€˜%sโ€™ between partition and table

ยง

ER_PARTITION_EXCHANGE_PART_TABLE = 1_732

Table to exchange with partition is partitioned: โ€˜%sโ€™

ยง

ER_PARTITION_EXCHANGE_TEMP_TABLE = 1_733

Table to exchange with partition is temporary: โ€˜%sโ€™

ยง

ER_PARTITION_INSTEAD_OF_SUBPARTITION = 1_734

Subpartitioned table, use subpartition instead of partition

ยง

ER_UNKNOWN_PARTITION = 1_735

Unknown partition โ€˜%sโ€™ in table โ€˜%sโ€™

ยง

ER_TABLES_DIFFERENT_METADATA = 1_736

Tables have different definitions

ยง

ER_ROW_DOES_NOT_MATCH_PARTITION = 1_737

Found a row that does not match the partition

ยง

ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX = 1_738

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 = 1_739

Cannot use %s access on index โ€˜%sโ€™ due to type or collation conversion on field โ€˜%sโ€™

ยง

ER_PARTITION_EXCHANGE_FOREIGN_KEY = 1_740

Table to exchange with partition has foreign key references: โ€˜%sโ€™

ยง

ER_NO_SUCH_KEY_VALUE = 1_741

Key value โ€˜%sโ€™ was not found in table โ€˜%s.%sโ€™

ยง

ER_RPL_INFO_DATA_TOO_LONG = 1_742

Data for column โ€˜%sโ€™ too long

ยง

ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE = 1_743

Replication event checksum verification failed while reading from network.

ยง

ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE = 1_744

Replication event checksum verification failed while reading from a log file.

ยง

ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX = 1_745

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 = 1_746

Canโ€™t update table โ€˜%sโ€™ while โ€˜%sโ€™ is being created.

ยง

ER_PARTITION_CLAUSE_ON_NONPARTITIONED = 1_747

PARTITION () clause on non partitioned table

ยง

ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET = 1_748

Found a row not matching the given partition set

ยง

ER_NO_SUCH_PARTITION_UNUSED = 1_749

partition โ€˜%sโ€™ doesnโ€™t exist

ยง

ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE = 1_750

Failure while changing the type of replication repository: %s.

ยง

ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE = 1_751

The creation of some temporary tables could not be rolled back.

ยง

ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE = 1_752

Some temporary tables were dropped, but these operations could not be rolled back.

ยง

ER_MTS_FEATURE_IS_NOT_SUPPORTED = 1_753

%s is not supported in multi-threaded slave mode. %s

ยง

ER_MTS_UPDATED_DBS_GREATER_MAX = 1_754

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 = 1_755

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 = 1_756

%s

ยง

ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING = 1_757

FULLTEXT index is not supported for partitioned tables.

ยง

ER_DA_INVALID_CONDITION_NUMBER = 1_758

Invalid condition number

ยง

ER_INSECURE_PLAIN_TEXT = 1_759

Sending passwords in plain text without SSL/TLS is extremely insecure.

ยง

ER_INSECURE_CHANGE_MASTER = 1_760

Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the โ€˜START SLAVE Syntaxโ€™ in the MySQL Manual for more information.

ยง

ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO = 1_761

Foreign key constraint for table โ€˜%sโ€™, record โ€˜%sโ€™ would lead to a duplicate entry in table โ€˜%sโ€™, key โ€˜%sโ€™

ยง

ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO = 1_762

Foreign key constraint for table โ€˜%sโ€™, record โ€˜%sโ€™ would lead to a duplicate entry in a child table

ยง

ER_SQLTHREAD_WITH_SECURE_SLAVE = 1_763

Setting authentication options is not possible when only the Slave SQL Thread is being started.

ยง

ER_TABLE_HAS_NO_FT = 1_764

The table does not have FULLTEXT index to support this query

ยง

ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER = 1_765

The system variable %s cannot be set in stored functions or triggers.

ยง

ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION = 1_766

The system variable %s cannot be set when there is an ongoing transaction.

ยง

ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST = 1_767

The system variable @@SESSION.GTID_NEXT has the value %s, which is not listed in @@SESSION.GTID_NEXT_LIST.

ยง

ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL = 1_768

The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.

ยง

ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION = 1_769

The statement โ€˜SET %sโ€™ cannot invoke a stored function.

ยง

ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL = 1_770

The system variable @@SESSION.GTID_NEXT cannot be โ€˜AUTOMATICโ€™ when @@SESSION.GTID_NEXT_LIST is non-NULL.

ยง

ER_SKIPPING_LOGGED_TRANSACTION = 1_771

Skipping transaction %s because it has already been executed and logged.

ยง

ER_MALFORMED_GTID_SET_SPECIFICATION = 1_772

Malformed GTID set specification โ€˜%sโ€™.

ยง

ER_MALFORMED_GTID_SET_ENCODING = 1_773

Malformed GTID set encoding.

ยง

ER_MALFORMED_GTID_SPECIFICATION = 1_774

Malformed GTID specification โ€˜%sโ€™.

ยง

ER_GNO_EXHAUSTED = 1_775

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 = 1_776

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 = 1_777

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 = 1_778

Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.

ยง

ER_GTID_MODE_2_OR_3_REQUIRES_DISABLE_GTID_UNSAFE_STATEMENTS_ON = 1_779

GTID_MODE = ON or GTID_MODE = UPGRADE_STEP_2 requires DISABLE_GTID_UNSAFE_STATEMENTS = 1.

ยง

ER_GTID_MODE_REQUIRES_BINLOG = 1_780

@@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 = 1_781

@@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 = 1_782

@@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 = 1_783

@@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 = 1_784

Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.

ยง

ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE = 1_785

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 = 1_786

CREATE TABLE โ€ฆ SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.

ยง

ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION = 1_787

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 = 1_788

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 = 1_789

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 = 1_790

@@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 = 1_791

Unknown EXPLAIN format name: โ€˜%sโ€™

ยง

ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION = 1_792

Cannot execute statement in a READ ONLY transaction.

ยง

ER_TOO_LONG_TABLE_PARTITION_COMMENT = 1_793

Comment for table partition โ€˜%sโ€™ is too long (max = %lu

ยง

ER_SLAVE_CONFIGURATION = 1_794

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 = 1_795

InnoDB presently supports one FULLTEXT index creation at a time

ยง

ER_INNODB_NO_FT_TEMP_TABLE = 1_796

Cannot create FULLTEXT index on temporary InnoDB table

ยง

ER_INNODB_FT_WRONG_DOCID_COLUMN = 1_797

Column โ€˜%sโ€™ is of wrong type for an InnoDB FULLTEXT index

ยง

ER_INNODB_FT_WRONG_DOCID_INDEX = 1_798

Index โ€˜%sโ€™ is of wrong type for an InnoDB FULLTEXT index

ยง

ER_INNODB_ONLINE_LOG_TOO_BIG = 1_799

Creating index โ€˜%sโ€™ required more than โ€˜innodb_online_alter_log_max_sizeโ€™ bytes of modification log. Please try again.

ยง

ER_UNKNOWN_ALTER_ALGORITHM = 1_800

Unknown ALGORITHM โ€˜%sโ€™

ยง

ER_UNKNOWN_ALTER_LOCK = 1_801

Unknown LOCK type โ€˜%sโ€™

ยง

ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS = 1_802

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 = 1_803

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 = 1_804

Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.

ยง

ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 = 1_805

Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted

ยง

ER_SLAVE_SILENT_RETRY_TRANSACTION = 1_806

Slave must silently retry current transaction

ยง

ER_DISCARD_FK_CHECKS_RUNNING = 1_807

There is a foreign key check running on table โ€˜%sโ€™. Cannot discard the table.

ยง

ER_TABLE_SCHEMA_MISMATCH = 1_808

Schema mismatch (%s

ยง

ER_TABLE_IN_SYSTEM_TABLESPACE = 1_809

Table โ€˜%sโ€™ in system tablespace

ยง

ER_IO_READ_ERROR = 1_810

IO Read error: (%lu, %s) %s

ยง

ER_IO_WRITE_ERROR = 1_811

IO Write error: (%lu, %s) %s

ยง

ER_TABLESPACE_MISSING = 1_812

Tablespace is missing for table โ€˜%sโ€™

ยง

ER_TABLESPACE_EXISTS = 1_813

Tablespace for table โ€˜%sโ€™ exists. Please DISCARD the tablespace before IMPORT.

ยง

ER_TABLESPACE_DISCARDED = 1_814

Tablespace has been discarded for table โ€˜%sโ€™

ยง

ER_INTERNAL_ERROR = 1_815

Internal error: %s

ยง

ER_INNODB_IMPORT_ERROR = 1_816

ALTER TABLE โ€˜%sโ€™ IMPORT TABLESPACE failed with error %lu : โ€˜%sโ€™

ยง

ER_INNODB_INDEX_CORRUPT = 1_817

Index corrupt: %s

ยง

ER_INVALID_YEAR_COLUMN_LENGTH = 1_818

YEAR(%lu) column type is deprecated. Creating YEAR(4) column instead.

ยง

ER_NOT_VALID_PASSWORD = 1_819

Your password does not satisfy the current policy requirements

ยง

ER_MUST_CHANGE_PASSWORD = 1_820

You must SET PASSWORD before executing this statement

ยง

ER_FK_NO_INDEX_CHILD = 1_821

Failed to add the foreign key constaint. Missing index for constraint โ€˜%sโ€™ in the foreign table โ€˜%sโ€™

ยง

ER_FK_NO_INDEX_PARENT = 1_822

Failed to add the foreign key constaint. Missing index for constraint โ€˜%sโ€™ in the referenced table โ€˜%sโ€™

ยง

ER_FK_FAIL_ADD_SYSTEM = 1_823

Failed to add the foreign key constraint โ€˜%sโ€™ to system tables

ยง

ER_FK_CANNOT_OPEN_PARENT = 1_824

Failed to open the referenced table โ€˜%sโ€™

ยง

ER_FK_INCORRECT_OPTION = 1_825

Failed to add the foreign key constraint on table โ€˜%sโ€™. Incorrect options in FOREIGN KEY constraint โ€˜%sโ€™

ยง

ER_FK_DUP_NAME = 1_826

Duplicate foreign key constraint name โ€˜%sโ€™

ยง

ER_PASSWORD_FORMAT = 1_827

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 = 1_828

Cannot drop column โ€˜%sโ€™: needed in a foreign key constraint โ€˜%sโ€™

ยง

ER_FK_COLUMN_CANNOT_DROP_CHILD = 1_829

Cannot drop column โ€˜%sโ€™: needed in a foreign key constraint โ€˜%sโ€™ of table โ€˜%sโ€™

ยง

ER_FK_COLUMN_NOT_NULL = 1_830

Column โ€˜%sโ€™ cannot be NOT NULL: needed in a foreign key constraint โ€˜%sโ€™ SET NULL

ยง

ER_DUP_INDEX = 1_831

Duplicate index โ€˜%sโ€™ defined on the table โ€˜%s.%sโ€™. This is deprecated and will be disallowed in a future release.

ยง

ER_FK_COLUMN_CANNOT_CHANGE = 1_832

Cannot change column โ€˜%sโ€™: used in a foreign key constraint โ€˜%sโ€™

ยง

ER_FK_COLUMN_CANNOT_CHANGE_CHILD = 1_833

Cannot change column โ€˜%sโ€™: used in a foreign key constraint โ€˜%sโ€™ of table โ€˜%sโ€™

ยง

ER_FK_CANNOT_DELETE_PARENT = 1_834

Cannot delete rows from table which is parent in a foreign key constraint โ€˜%sโ€™ of table โ€˜%sโ€™

ยง

ER_MALFORMED_PACKET = 1_835

Malformed communication packet.

ยง

ER_READ_ONLY_MODE = 1_836

Running in read-only mode

ยง

ER_GTID_NEXT_TYPE_UNDEFINED_GROUP = 1_837

When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK. Please check GTID_NEXT variable manual page for detailed explanation. Current @@SESSION.GTID_NEXT is โ€˜%sโ€™.

ยง

ER_VARIABLE_NOT_SETTABLE_IN_SP = 1_838

The system variable %s cannot be set in stored procedures.

ยง

ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF = 1_839

@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.

ยง

ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY = 1_840

@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.

ยง

ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY = 1_841

@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).

ยง

ER_GTID_PURGED_WAS_CHANGED = 1_842

@@GLOBAL.GTID_PURGED was changed from โ€˜%sโ€™ to โ€˜%sโ€™.

ยง

ER_GTID_EXECUTED_WAS_CHANGED = 1_843

@@GLOBAL.GTID_EXECUTED was changed from โ€˜%sโ€™ to โ€˜%sโ€™.

ยง

ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES = 1_844

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 = 1_845

%s is not supported for this operation. Try %s.

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON = 1_846

%s is not supported. Reason: %s. Try %s.

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY = 1_847

COPY algorithm requires a lock

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION = 1_848

Partition specific operations do not yet support LOCK/ALGORITHM

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME = 1_849

Columns participating in a foreign key are renamed

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE = 1_850

Cannot change column type INPLACE

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK = 1_851

Adding foreign keys needs foreign_key_checks=OFF

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE = 1_852

Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK = 1_853

Dropping a primary key is not allowed without also adding a new primary key

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC = 1_854

Adding an auto-increment column requires a lock

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS = 1_855

Cannot replace hidden FTS_DOC_ID with a user-visible one

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS = 1_856

Cannot drop or rename FTS_DOC_ID

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS = 1_857

Fulltext index creation requires a lock

ยง

ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE = 1_858

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 = 1_859

Duplicate entry for key โ€˜%sโ€™

ยง

ER_IDENT_CAUSES_TOO_LONG_PATH = 1_860

Long database name and identifier for object resulted in path length exceeding %d characters. Path: โ€˜%sโ€™.

ยง

ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL = 1_861

cannot silently convert NULL values, as required in this SQL_MODE

ยง

ER_MUST_CHANGE_PASSWORD_LOGIN = 1_862

Your password has expired. To log in you must change it using a client that supports expired passwords.

ยง

ER_ROW_IN_WRONG_PARTITION = 1_863

Found a row in wrong partition %s

ยง

ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX = 1_864

Cannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.

ยง

ER_INNODB_NO_FT_USES_PARSER = 1_865

Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table

ยง

ER_BINLOG_LOGICAL_CORRUPTION = 1_866

The binary log file โ€˜%sโ€™ is logically corrupted: %s

ยง

ER_WARN_PURGE_LOG_IN_USE = 1_867

file %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.

ยง

ER_WARN_PURGE_LOG_IS_ACTIVE = 1_868

file %s was not purged because it is the active log file.

ยง

ER_AUTO_INCREMENT_CONFLICT = 1_869

Auto-increment value in UPDATE conflicts with internally generated values

ยง

WARN_ON_BLOCKHOLE_IN_RBR = 1_870

Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): โ€˜%sโ€™

ยง

ER_SLAVE_MI_INIT_REPOSITORY = 1_871

Slave failed to initialize master info structure from the repository

ยง

ER_SLAVE_RLI_INIT_REPOSITORY = 1_872

Slave failed to initialize relay log info structure from the repository

ยง

ER_ACCESS_DENIED_CHANGE_USER_ERROR = 1_873

Access denied trying to change to user โ€˜%sโ€™@โ€˜%sโ€™ (using password: %s). Disconnecting.

ยง

ER_INNODB_READ_ONLY = 1_874

InnoDB is in read only mode.

ยง

ER_STOP_SLAVE_SQL_THREAD_TIMEOUT = 1_875

STOP SLAVE command execution is incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thread will stop once the current task is complete.

ยง

ER_STOP_SLAVE_IO_THREAD_TIMEOUT = 1_876

STOP SLAVE command execution is incomplete: Slave IO thread got the stop signal, thread is busy, IO thread will stop once the current task is complete.

ยง

ER_TABLE_CORRUPT = 1_877

Operation cannot be performed. The table โ€˜%s.%sโ€™ is missing, corrupt or contains bad data.

ยง

ER_TEMP_FILE_WRITE_FAILURE = 1_878

Temporary file write failure.

ยง

ER_INNODB_FT_AUX_NOT_HEX_ID = 1_879

Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.

ยง

ER_OLD_TEMPORALS_UPGRADED = 1_880

TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.

ยง

ER_INNODB_FORCED_RECOVERY = 1_881

Operation not allowed when innodb_forced_recovery > 0.

ยง

ER_AES_INVALID_IV = 1_882

The initialization vector supplied to %s is too short. Must be at least %d bytes long

ยง

ER_PLUGIN_CANNOT_BE_UNINSTALLED = 1_883

Plugin โ€˜%sโ€™ cannot be uninstalled now. %s

ยง

ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP = 1_884

Cannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == โ€˜UUID:NUMBERโ€™.

ยง

ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER = 1_885

Slave has more GTIDs than the master has, using the masterโ€™s SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been committed on master but are not included in GTID_EXECUTED.

Implementationsยง

Sourceยง

impl ErrorKind

Source

pub fn sqlstate(self) -> &'static [u8; 5]

SQLSTATE is a code which identifies SQL error conditions. It composed by five characters: first two characters that indicate a class, and then three that indicate a subclass.

There are three important standard classes.

  • 00 means the operation completed successfully.
  • 01 contains warnings (SQLWARNING).
  • 02 is the NOT FOUND class.

All other classes are exceptions (SQLEXCEPTION). Classes beginning with 0, 1, 2, 3, 4, A, B, C, D, E, F and G are reserved for standard-defined classes, while other classes are vendor-specific.

The subclass, if it is set, indicates a particular condition, or a particular group of conditions within the class. 000 means โ€˜no subclassโ€™.

See also https://mariadb.com/kb/en/library/sqlstate/

Trait Implementationsยง

Sourceยง

impl Clone for ErrorKind

Sourceยง

fn clone(&self) -> ErrorKind

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Sourceยง

impl Copy for ErrorKind

Sourceยง

impl Debug for ErrorKind

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Sourceยง

impl Eq for ErrorKind

Sourceยง

impl From<u16> for ErrorKind

Sourceยง

fn from(x: u16) -> Self

Converts to this type from the input type.
Sourceยง

impl Hash for ErrorKind

Sourceยง

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 ยท Sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Sourceยง

impl Ord for ErrorKind

Sourceยง

fn cmp(&self, other: &ErrorKind) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) ยท Sourceยง

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) ยท Sourceยง

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) ยท Sourceยง

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Sourceยง

impl PartialEq for ErrorKind

Sourceยง

fn eq(&self, other: &ErrorKind) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) ยท Sourceยง

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Sourceยง

impl PartialOrd for ErrorKind

Sourceยง

fn partial_cmp(&self, other: &ErrorKind) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Sourceยง

impl StructuralPartialEq for ErrorKind

Auto Trait Implementationsยง

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Sourceยง

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Sourceยง

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Sourceยง

impl<T> CloneToUninit for T
where T: Clone,

Sourceยง

unsafe fn clone_to_uninit(&self, dest: *mut u8)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Sourceยง

impl<T> Conv for T

Sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
Sourceยง

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

Sourceยง

type Remainder = Choices

Sourceยง

fn subset( self, ) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
Sourceยง

impl<T> FmtForward for T

Sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
Sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
Sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
Sourceยง

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
Sourceยง

fn fmt_octal(self) -> FmtOctal<Self>
where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
Sourceยง

fn fmt_pointer(self) -> FmtPointer<Self>
where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
Sourceยง

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
Sourceยง

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
Sourceยง

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Sourceยง

impl<T, U, I> LiftInto<U, I> for T
where U: LiftFrom<T, I>,

Sourceยง

fn lift_into(self) -> U

Performs the indexed conversion.
Sourceยง

impl<T> Pipe for T
where T: ?Sized,

Sourceยง

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
Sourceยง

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
Sourceยง

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
Sourceยง

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
Sourceยง

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
where Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
Sourceยง

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
Sourceยง

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe function.
Sourceยง

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
Sourceยง

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R, ) -> R
where Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
Sourceยง

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Sourceยง

impl<T> Same for T

Sourceยง

type Output = T

Should always be Self
Sourceยง

impl<Source> Sculptor<HNil, HNil> for Source

Sourceยง

type Remainder = Source

Sourceยง

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
Sourceยง

impl<T> Tap for T

Sourceยง

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
Sourceยง

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
Sourceยง

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
Sourceยง

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
Sourceยง

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
Sourceยง

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
Sourceยง

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
Sourceยง

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
Sourceยง

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
Sourceยง

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
Sourceยง

impl<T> ToOwned for T
where T: Clone,

Sourceยง

type Owned = T

The resulting type after obtaining ownership.
Sourceยง

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Sourceยง

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Sourceยง

impl<T> TryConv for T

Sourceยง

fn try_conv<T>(self) -> Result<T, Self::Error>
where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Sourceยง

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Sourceยง

fn vzip(self) -> V