Class ErrorCode
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.ErrorCode
-
public final class ErrorCode extends Object
MySQL error codes. Auto-generated from sql/share/errmsg-utf8.txt.- Author:
- Stanley Shyiko
-
-
Field Summary
Fields Modifier and Type Field Description static intER_ABORTING_CONNECTIONAborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)static intER_ACCESS_DENIED_CHANGE_USER_ERRORAccess denied trying to change to user '%-.48s'@'%-.64s' (using password: %s).static intER_ACCESS_DENIED_ERRORAccess denied for user '%-.48s'@'%-.64s' (using password: %s)static intER_ACCESS_DENIED_NO_PASSWORD_ERRORAccess denied for user '%-.48s'@'%-.64s'static intER_ADD_PARTITION_NO_NEW_PARTITIONAt least one partition must be addedstatic intER_ADD_PARTITION_SUBPART_ERRORTrying to Add partition(s) with wrong number of subpartitionsstatic intER_ADMIN_WRONG_MRG_TABLETable '%-.64s' is differently defined or of non-MyISAM type or doesn't existstatic intER_AES_INVALID_IVThe initialization vector supplied to %s is too short.static intER_ALTER_FILEGROUP_FAILEDFailed to alter: %sstatic intER_ALTER_INFORecords: %ld Duplicates: %ldstatic intER_ALTER_OPERATION_NOT_SUPPORTED%s is not supported for this operation.static intER_ALTER_OPERATION_NOT_SUPPORTED_REASON%s is not supported.static intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINCAdding an auto-increment column requires a lockstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTSCannot drop or rename FTS_DOC_IDstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPECannot change column type INPLACEstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPYCOPY algorithm requires a lockstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECKAdding foreign keys needs foreign_key_checks=OFFstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAMEColumns participating in a foreign key are renamedstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTSFulltext index creation requires a lockstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTSCannot replace hidden FTS_DOC_ID with a user-visible onestatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORECreating unique indexes with IGNORE requires COPY algorithm to remove duplicate rowsstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPKDropping a primary key is not allowed without also adding a new primary keystatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULLCannot silently convert NULL values, as required in this SQL_MODEstatic intER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITIONPartition specific operations do not yet support LOCK/ALGORITHMstatic intER_AMBIGUOUS_FIELD_TERMFirst character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BYstatic intER_AUTO_CONVERTConverting column '%s' from %s to %sstatic intER_AUTO_INCREMENT_CONFLICTAuto-increment value in UPDATE conflicts with internally generated valuesstatic intER_AUTO_POSITION_REQUIRES_GTID_MODE_ONCHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.static intER_AUTOINC_READ_FAILEDFailed to read auto-increment value from storage enginestatic intER_BAD_DB_ERRORUnknown database '%-.192s'static intER_BAD_FIELD_ERRORUnknown column '%-.192s' in '%-.192s'static intER_BAD_FT_COLUMNColumn '%-.192s' cannot be part of FULLTEXT indexstatic intER_BAD_HOST_ERRORCan't get hostname for your addressstatic intER_BAD_LOG_STATEMENTYou cannot '%s' a log table if logging is enabledstatic intER_BAD_NULL_ERRORColumn '%-.192s' cannot be nullstatic intER_BAD_SLAVEThe server is not configured as slave; fix in config file or with CHANGE MASTER TOstatic intER_BAD_SLAVE_AUTO_POSITIONParameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.static intER_BAD_SLAVE_UNTIL_CONDIncorrect parameter or combination of parameters for START SLAVE UNTILstatic intER_BAD_TABLE_ERRORUnknown table '%-.100s'static intER_BASE64_DECODE_ERRORDecoding of base64 string failedstatic intER_BINLOG_CACHE_SIZE_GREATER_THAN_MAXOption binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.static intER_BINLOG_CREATE_ROUTINE_NEED_SUPERYou 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)static intER_BINLOG_LOGGING_IMPOSSIBLEBinary logging not possible.static intER_BINLOG_LOGICAL_CORRUPTIONThe binary log file '%s' is logically corrupted: %sstatic intER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINECannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.static intER_BINLOG_PURGE_EMFILEToo many files opened, please execute the command againstatic intER_BINLOG_PURGE_FATAL_ERRFatal error during log purgestatic intER_BINLOG_PURGE_PROHIBITEDServer configuration does not permit binlog purgestatic intER_BINLOG_READ_EVENT_CHECKSUM_FAILUREReplication event checksum verification failed while reading from a log file.static intER_BINLOG_ROW_ENGINE_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.static intER_BINLOG_ROW_INJECTION_AND_STMT_ENGINECannot 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.static intER_BINLOG_ROW_INJECTION_AND_STMT_MODECannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.static intER_BINLOG_ROW_LOGGING_FAILEDWriting one row to the row-based binary log failedstatic intER_BINLOG_ROW_MODE_AND_STMT_ENGINECannot 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.static intER_BINLOG_ROW_RBR_TO_SBRSlave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log eventsstatic intER_BINLOG_ROW_WRONG_TABLE_DEFTable definition on master and slave does not match: %sstatic intER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAXOption 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.static intER_BINLOG_STMT_MODE_AND_NO_REPL_TABLESCannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.static intER_BINLOG_STMT_MODE_AND_ROW_ENGINECannot 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.%sstatic intER_BINLOG_UNSAFE_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED.static intER_BINLOG_UNSAFE_AUTOINC_COLUMNSStatement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column.static intER_BINLOG_UNSAFE_AUTOINC_NOT_FIRSTINSERT into autoincrement field which is not the first part in the composed primary key is unsafe.static intER_BINLOG_UNSAFE_CREATE_IGNORE_SELECTCREATE...static intER_BINLOG_UNSAFE_CREATE_REPLACE_SELECTCREATE...static intER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINCCREATE TABLE...static intER_BINLOG_UNSAFE_INSERT_DELAYEDThe statement is unsafe because it uses INSERT DELAYED.static intER_BINLOG_UNSAFE_INSERT_IGNORE_SELECTINSERT IGNORE...static intER_BINLOG_UNSAFE_INSERT_SELECT_UPDATEINSERT...static intER_BINLOG_UNSAFE_INSERT_TWO_KEYSINSERT...static intER_BINLOG_UNSAFE_LIMITThe statement is unsafe because it uses a LIMIT clause.static intER_BINLOG_UNSAFE_MIXED_STATEMENTStatement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.static intER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINEMixing self-logging and non-self-logging engines in a statement is unsafe.static intER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANSStatement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.static intER_BINLOG_UNSAFE_REPLACE_SELECTREPLACE...static intER_BINLOG_UNSAFE_ROUTINEThis 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)static intER_BINLOG_UNSAFE_STATEMENTUnsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.static intER_BINLOG_UNSAFE_SYSTEM_FUNCTIONStatement is unsafe because it uses a system function that may return a different value on the slave.static intER_BINLOG_UNSAFE_SYSTEM_TABLEThe statement is unsafe because it uses the general log, slow query log, or performance_schema table(s).static intER_BINLOG_UNSAFE_SYSTEM_VARIABLEStatement is unsafe because it uses a system variable that may have a different value on the slave.static intER_BINLOG_UNSAFE_UDFStatement is unsafe because it uses a UDF which may not return the same value on the slave.static intER_BINLOG_UNSAFE_UPDATE_IGNOREUPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored.static intER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECTStatements 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.static intER_BLOB_CANT_HAVE_DEFAULTBLOB/TEXT column '%-.192s' can't have a default valuestatic intER_BLOB_FIELD_IN_PART_FUNC_ERRORA BLOB field is not allowed in partition functionstatic intER_BLOB_KEY_WITHOUT_LENGTHBLOB/TEXT column '%-.192s' used in key specification without a key lengthstatic intER_BLOB_USED_AS_KEYBLOB column '%-.192s' can't be used in key specification with the used table typestatic intER_BLOBS_AND_NO_TERMINATEDYou can't use fixed rowlength with BLOBs; please use 'fields terminated by'static intER_CANNOT_ADD_FOREIGNCannot add foreign key constraintstatic intER_CANNOT_LOAD_FROM_TABLE_V2Cannot load from %s.%s.static intER_CANNOT_USEROperation %s failed for %.256sstatic intER_CANT_ACTIVATE_LOGCannot activate '%-.64s' logstatic intER_CANT_AGGREGATE_2COLLATIONSIllegal mix of collations (%s,%s) and (%s,%s) for operation '%s'static intER_CANT_AGGREGATE_3COLLATIONSIllegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'static intER_CANT_AGGREGATE_NCOLLATIONSIllegal mix of collations for operation '%s'static intER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULLThe system variable @@SESSION.GTID_NEXT cannot change inside a transaction.static intER_CANT_CHANGE_TX_CHARACTERISTICSTransaction characteristics can't be changed while a transaction is in progressstatic intER_CANT_CREATE_DBCan't create database '%-.192s' (errno: %d)static intER_CANT_CREATE_FEDERATED_TABLECan't create federated table.static intER_CANT_CREATE_FILECan't create file '%-.200s' (errno: %d - %s)static intER_CANT_CREATE_GEOMETRY_OBJECTCannot get geometry object from data you send to the GEOMETRY fieldstatic intER_CANT_CREATE_HANDLER_FILEFailed to create specific handler filestatic intER_CANT_CREATE_SROUTINECannot create stored routine `%-.64s`.static intER_CANT_CREATE_TABLECan't create table '%-.200s' (errno: %d)static intER_CANT_CREATE_THREADCan'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 bugstatic intER_CANT_CREATE_USER_WITH_GRANTYou are not allowed to create a user with GRANTstatic intER_CANT_DELETE_FILEError on delete of '%-.192s' (errno: %d - %s)static intER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SETCannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.static intER_CANT_DO_THIS_DURING_AN_TRANSACTIONYou are not allowed to execute this command in a transactionstatic intER_CANT_DROP_FIELD_OR_KEYCan't DROP '%-.192s'; check that column/key existsstatic intER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTIONCannot execute statement in a READ ONLY transaction.static intER_CANT_FIND_DL_ENTRYCan't find symbol '%-.128s' in librarystatic intER_CANT_FIND_SYSTEM_RECCan't read record in system tablestatic intER_CANT_FIND_UDFCan't load function '%-.192s'static intER_CANT_GET_STATCan't get status of '%-.200s' (errno: %d - %s)static intER_CANT_GET_WDCan't get working directory (errno: %d - %s)static intER_CANT_INITIALIZE_UDFCan't initialize function '%-.192s'; %-.80sstatic intER_CANT_LOCKCan't lock file (errno: %d - %s)static intER_CANT_LOCK_LOG_TABLEYou can't use locks with log tables.static intER_CANT_OPEN_FILECan't open file: '%-.200s' (errno: %d - %s)static intER_CANT_OPEN_LIBRARYCan't open shared library '%-.192s' (errno: %d %-.128s)static intER_CANT_READ_DIRCan't read dir of '%-.192s' (errno: %d - %s)static intER_CANT_REMOVE_ALL_FIELDSYou can't delete all columns with ALTER TABLE; use DROP TABLE insteadstatic intER_CANT_RENAME_LOG_TABLECannot rename '%s'.static intER_CANT_REOPEN_TABLECan't reopen table: '%-.192s'static intER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.static intER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.static intER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.static intER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID.static intER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.static intER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.static intER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).static intER_CANT_SET_WDCan't change dir to '%-.192s' (errno: %d - %s)static intER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECTCan't update table '%-.192s' while '%-.192s' is being created.static intER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRGCan't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.static intER_CANT_UPDATE_WITH_READLOCKCan't execute the query because you have a conflicting read lockstatic intER_CANT_USE_OPTION_HEREIncorrect usage/placement of '%s'static intER_CANT_WRITE_LOCK_LOG_TABLEYou can't write-lock a log table.static intER_CHANGE_RPL_INFO_REPOSITORY_FAILUREFailure while changing the type of replication repository: %s.static intER_CHECK_NO_SUCH_TABLECan't open tablestatic intER_CHECK_NOT_IMPLEMENTEDThe storage engine for the table doesn't support %sstatic intER_CHECKREADRecord has changed since last read in table '%-.192s'static intER_COALESCE_ONLY_ON_HASH_PARTITIONCOALESCE PARTITION can only be used on HASH/KEY partitionsstatic intER_COALESCE_PARTITION_NO_PARTITIONAt least one partition must be coalescedstatic intER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2Column count of %s.%s is wrong.static intER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATEColumn count of mysql.%s is wrong.static intER_COLLATION_CHARSET_MISMATCHCOLLATION '%s' is not valid for CHARACTER SET '%s'static intER_COLUMNACCESS_DENIED_ERROR%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'static intER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRGExplicit or implicit commit is not allowed in stored function or trigger.static intER_CON_COUNT_ERRORToo many connectionsstatic intER_COND_ITEM_TOO_LONGData too long for condition item '%s'static intER_CONFLICT_FN_PARSE_ERRORError in parsing conflict function.static intER_CONFLICTING_DECLARATIONSConflicting declarations: '%s%s' and '%s%s'static intER_CONNECT_TO_FOREIGN_DATA_SOURCEUnable to connect to foreign data source: %.64sstatic intER_CONNECT_TO_MASTERError connecting to master: %-.128sstatic intER_CONSECUTIVE_REORG_PARTITIONSWhen reorganizing a set of partitions they must be in consecutive orderstatic intER_CORRUPT_HELP_DBHelp database is corrupt or does not existstatic intER_CRASHED_ON_REPAIRTable '%-.192s' is marked as crashed and last (automatic?) repair failedstatic intER_CRASHED_ON_USAGETable '%-.192s' is marked as crashed and should be repairedstatic intER_CREATE_DB_WITH_READ_LOCKCREATE DATABASE not allowed while thread is holding global read lockstatic intER_CREATE_FILEGROUP_FAILEDFailed to create %sstatic intER_CUT_VALUE_GROUP_CONCATRow %u was cut by GROUP_CONCAT()static intER_CYCLIC_REFERENCECyclic reference on subqueriesstatic intER_DA_INVALID_CONDITION_NUMBERInvalid condition numberstatic intER_DATA_OUT_OF_RANGE%s value is out of range in '%s'static intER_DATA_TOO_LONGData too long for column '%s' at row %ldstatic intER_DATABASE_NAMEDatabasestatic intER_DATETIME_FUNCTION_OVERFLOWDatetime function: %-.32s field overflowstatic intER_DB_CREATE_EXISTSCan't create database '%-.192s'; database existsstatic intER_DB_DROP_DELETEError dropping database (can't delete '%-.192s', errno: %d)static intER_DB_DROP_EXISTSCan't drop database '%-.192s'; database doesn't existstatic intER_DB_DROP_RMDIRError dropping database (can't rmdir '%-.192s', errno: %d)static intER_DBACCESS_DENIED_ERRORAccess denied for user '%-.48s'@'%-.64s' to database '%-.192s'static intER_DDL_LOG_ERRORError in DDL logstatic intER_DEBUG_SYNC_HIT_LIMITDebug sync point hit limit reachedstatic intER_DEBUG_SYNC_TIMEOUTDebug sync point wait timed outstatic intER_DELAYED_CANT_CHANGE_LOCKDelayed insert thread couldn't get requested lock for table %-.192sstatic intER_DELAYED_INSERT_TABLE_LOCKEDINSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLESstatic intER_DELAYED_NOT_SUPPORTEDDELAYED option not supported for table '%-.192s'static intER_DERIVED_MUST_HAVE_ALIASEvery derived table must have its own aliasstatic intER_DIFF_GROUPS_PROCCan't handle procedures with different groups yetstatic intER_DISCARD_FK_CHECKS_RUNNINGThere is a foreign key check running on table '%-.192s'.static intER_DISK_FULLDisk full (%s); waiting for someone to free some space...static intER_DIVISION_BY_ZERODivision by 0static intER_DROP_DB_WITH_READ_LOCKDROP DATABASE not allowed while thread is holding global read lockstatic intER_DROP_FILEGROUP_FAILEDFailed to drop %sstatic intER_DROP_INDEX_FKCannot drop index '%-.192s': needed in a foreign key constraintstatic intER_DROP_LAST_PARTITIONCannot remove all partitions, use DROP TABLE insteadstatic intER_DROP_PARTITION_NON_EXISTENTError in list of partitions to %-.64sstatic intER_DROP_USERCannot drop one or more of the requested usersstatic intER_DUMP_NOT_IMPLEMENTEDThe storage engine for the table does not support binary table dumpstatic intER_DUP_ARGUMENTOption '%s' used twice in statementstatic intER_DUP_ENTRYDuplicate entry '%-.192s' for key %dstatic intER_DUP_ENTRY_AUTOINCREMENT_CASEALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'static intER_DUP_ENTRY_WITH_KEY_NAMEDuplicate entry '%-.64s' for key '%-.192s'static intER_DUP_FIELDNAMEDuplicate column name '%-.192s'static intER_DUP_INDEXDuplicate index '%-.64s' defined on the table '%-.64s.%-.64s'.static intER_DUP_KEYCan't write; duplicate key in table '%-.192s'static intER_DUP_KEYNAMEDuplicate key name '%-.192s'static intER_DUP_SIGNAL_SETDuplicate condition information item '%s'static intER_DUP_UNIQUECan't write, because of unique constraint, to table '%-.192s'static intER_DUP_UNKNOWN_IN_INDEXDuplicate entry for key '%-.192s'static intER_DUPLICATED_VALUE_IN_TYPEColumn '%-.100s' has duplicated value '%-.64s' in %sstatic intER_EMPTY_QUERYQuery was emptystatic intER_ERROR_DURING_CHECKPOINTGot error %d during CHECKPOINTstatic intER_ERROR_DURING_COMMITGot error %d during COMMITstatic intER_ERROR_DURING_FLUSH_LOGSGot error %d during FLUSH_LOGSstatic intER_ERROR_DURING_ROLLBACKGot error %d during ROLLBACKstatic intER_ERROR_IN_TRIGGER_BODYTrigger '%-.64s' has an error in its body: '%-.256s'static intER_ERROR_IN_UNKNOWN_TRIGGER_BODYUnknown trigger has an error in its body: '%-.256s'static intER_ERROR_ON_CLOSEError on close of '%-.192s' (errno: %d - %s)static intER_ERROR_ON_READError reading file '%-.200s' (errno: %d - %s)static intER_ERROR_ON_RENAMEError on rename of '%-.210s' to '%-.210s' (errno: %d - %s)static intER_ERROR_ON_WRITEError writing file '%-.200s' (errno: %d - %s)static intER_ERROR_WHEN_EXECUTING_COMMANDError when executing command %s: %-.128sstatic intER_EVENT_ALREADY_EXISTSEvent '%-.192s' already existsstatic intER_EVENT_CANNOT_ALTER_IN_THE_PASTEvent execution time is in the past and ON COMPLETION NOT PRESERVE is set.static intER_EVENT_CANNOT_CREATE_IN_THE_PASTEvent execution time is in the past and ON COMPLETION NOT PRESERVE is set.static intER_EVENT_CANNOT_DELETEFailed to delete the event from mysql.eventstatic intER_EVENT_CANT_ALTERFailed to alter event '%-.192s'static intER_EVENT_COMPILE_ERRORError during compilation of event's bodystatic intER_EVENT_DATA_TOO_LONGData for column '%s' too longstatic intER_EVENT_DOES_NOT_EXISTUnknown event '%-.192s'static intER_EVENT_DROP_FAILEDFailed to drop %sstatic intER_EVENT_ENDS_BEFORE_STARTSENDS is either invalid or before STARTSstatic intER_EVENT_EXEC_TIME_IN_THE_PASTEvent execution time is in the past.static intER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIGINTERVAL is either not positive or too bigstatic intER_EVENT_INVALID_CREATION_CTXCreation context of event `%-.64s`.`%-.64s` is invalidstatic intER_EVENT_MODIFY_QUEUE_ERRORInternal scheduler error %dstatic intER_EVENT_NEITHER_M_EXPR_NOR_M_ATNo datetime expression providedstatic intER_EVENT_OPEN_TABLE_FAILEDFailed to open mysql.eventstatic intER_EVENT_RECURSION_FORBIDDENRecursion of EVENT DDL statements is forbidden when body is presentstatic intER_EVENT_SAME_NAMESame old and new event namestatic intER_EVENT_SET_VAR_ERRORError during starting/stopping of the scheduler.static intER_EVENT_STORE_FAILEDFailed to store event %s.static intER_EVENTS_DB_ERRORCannot proceed because system tables used by Event Scheduler were found damaged at server startstatic intER_EXCEPTIONS_WRITE_ERRORWrite to exceptions table failed.static intER_EXEC_STMT_WITH_OPEN_CURSORYou can't execute a prepared statement which has an open cursor associated with it.static intER_FAILED_READ_FROM_PAR_FILEFailed to read from the .par filestatic intER_FAILED_ROUTINE_BREAK_BINLOGA 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 changesstatic intER_FEATURE_DISABLEDThe '%s' feature is disabled; you need MySQL built with '%s' to have it workingstatic intER_FIELD_NOT_FOUND_PART_ERRORField in list of fields for partition function not found in tablestatic intER_FIELD_SPECIFIED_TWICEColumn '%-.192s' specified twicestatic intER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELDField '%-.192s' is of a not allowed type for this type of partitioningstatic intER_FILE_EXISTS_ERRORFile '%-.200s' already existsstatic intER_FILE_NOT_FOUNDCan't find file: '%-.200s' (errno: %d - %s)static intER_FILE_USED'%-.192s' is locked against changestatic intER_FILEGROUP_OPTION_ONLY_ONCEIt is not allowed to specify %s more than oncestatic intER_FILSORT_ABORTSort abortedstatic intER_FK_CANNOT_DELETE_PARENTCannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'static intER_FK_CANNOT_OPEN_PARENTFailed to open the referenced table '%s'static intER_FK_COLUMN_CANNOT_CHANGECannot change column '%-.192s': used in a foreign key constraint '%-.192s'static intER_FK_COLUMN_CANNOT_CHANGE_CHILDCannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'static intER_FK_COLUMN_CANNOT_DROPCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'static intER_FK_COLUMN_CANNOT_DROP_CHILDCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'static intER_FK_COLUMN_NOT_NULLColumn '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULLstatic intER_FK_DUP_NAMEDuplicate foreign key constraint name '%s'static intER_FK_FAIL_ADD_SYSTEMFailed to add the foreign key constraint '%s' to system tablesstatic intER_FK_INCORRECT_OPTIONFailed to add the foreign key constraint on table '%s'.static intER_FK_NO_INDEX_CHILDFailed to add the foreign key constaint.static intER_FK_NO_INDEX_PARENTFailed to add the foreign key constaint.static intER_FLUSH_MASTER_BINLOG_CLOSEDBinlog closed, cannot RESET MASTERstatic intER_FORBID_SCHEMA_CHANGEChanging schema from '%-.192s' to '%-.192s' is not allowed.static intER_FORCING_CLOSE%s: Forcing close of thread %ld user: '%-.48s'\nstatic intER_FOREIGN_DATA_SOURCE_DOESNT_EXISTThe foreign data source you are trying to reference does not exist.static intER_FOREIGN_DATA_STRING_INVALIDThe data source connection string '%-.64s' is not in the correct formatstatic intER_FOREIGN_DATA_STRING_INVALID_CANT_CREATECan't create federated table.static intER_FOREIGN_DUPLICATE_KEY_OLD_UNUSEDUpholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entrystatic intER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFOForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in table '%.192s', key '%.192s'static intER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFOForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in a child tablestatic intER_FOREIGN_KEY_ON_PARTITIONEDForeign key clause is not yet supported in conjunction with partitioningstatic intER_FOREIGN_SERVER_DOESNT_EXISTThe foreign server name you are trying to reference does not exist.static intER_FOREIGN_SERVER_EXISTSThe foreign server, %s, you are trying to create already exists.static intER_FORM_NOT_FOUNDView '%-.192s' doesn't exist for '%-.192s'static intER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFFFound a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.static intER_FPARSER_BAD_HEADERMalformed file type header in file '%-.192s'static intER_FPARSER_EOF_IN_COMMENTUnexpected end of file while parsing comment '%-.200s'static intER_FPARSER_EOF_IN_UNKNOWN_PARAMETERUnexpected end of file while skipping unknown parameter '%-.192s'static intER_FPARSER_ERROR_IN_PARAMETERError while parsing parameter '%-.192s' (line: '%-.192s')static intER_FPARSER_TOO_BIG_FILEConfiguration file '%-.192s' is too bigstatic intER_FRM_UNKNOWN_TYPEFile '%-.192s' has unknown type '%-.64s' in its headerstatic intER_FSEEK_FAILFailed on fseek()static intER_FT_MATCHING_KEY_NOT_FOUNDCan't find FULLTEXT index matching the column liststatic intER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONINGFULLTEXT index is not supported for partitioned tables.static intER_FUNC_INEXISTENT_NAME_COLLISIONFUNCTION %s does not exist.static intER_FUNCTION_NOT_DEFINEDFunction '%-.192s' is not definedstatic intER_GET_ERRMSGGot error %d '%-.100s' from %sstatic intER_GET_ERRNOGot error %d from storage enginestatic intER_GET_TEMPORARY_ERRMSGGot temporary error %d '%-.100s' from %sstatic intER_GLOBAL_VARIABLEVariable '%-.64s' is a GLOBAL variable and should be set with SET GLOBALstatic intER_GNO_EXHAUSTEDImpossible to generate Global Transaction Identifier: the integer component reached the maximal value.static intER_GOT_SIGNAL%s: Got signal %d.static intER_GRANT_PLUGIN_USER_EXISTSGRANT with IDENTIFIED WITH is illegal because the user %-.*s already existsstatic intER_GRANT_WRONG_HOST_OR_USERThe host or user argument to GRANT is too longstatic intER_GTID_EXECUTED_WAS_CHANGED@@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.static intER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.static intER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIMEThe value of @@GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1 <-> UPGRADE_STEP_2 <-> ON.static intER_GTID_MODE_REQUIRES_BINLOG@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.static intER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULLThe system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.static intER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LISTThe system variable @@SESSION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_NEXT_LIST.static intER_GTID_NEXT_TYPE_UNDEFINED_GROUPWhen @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK.static intER_GTID_PURGED_WAS_CHANGED@@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.static intER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUPCannot 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'.static intER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTIONWhen @@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.static intER_GTID_UNSAFE_CREATE_SELECTCREATE TABLE ...static intER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLEWhen @@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.static intER_HANDSHAKE_ERRORBad handshakestatic intER_HASHCHKHashchkstatic intER_HOST_IS_BLOCKEDHost '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'static intER_HOST_NOT_PRIVILEGEDHost '%-.64s' is not allowed to connect to this MySQL serverstatic intER_HOSTNAMEHost namestatic intER_IDENT_CAUSES_TOO_LONG_PATHLong database name and identifier for object resulted in path length exceeding %d characters.static intER_ILLEGAL_GRANT_FOR_TABLEIllegal GRANT/REVOKE command; please consult the manual to see which privileges can be usedstatic intER_ILLEGAL_HATable storage engine for '%-.192s' doesn't have this optionstatic intER_ILLEGAL_HA_CREATE_OPTIONTable storage engine '%-.64s' does not support the create option '%.64s'static intER_ILLEGAL_REFERENCEReference '%-.64s' not supported (%s)static intER_ILLEGAL_VALUE_FOR_TYPEIllegal %s '%-.192s' value found during parsingstatic intER_INCONSISTENT_PARTITION_INFO_ERRORThe partition info in the frm file is not consistent with what can be written into the frm filestatic intER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERRORVALUES value must be of same type as partition functionstatic intER_INCORRECT_GLOBAL_LOCAL_VARVariable '%-.192s' is a %s variablestatic intER_INDEX_COLUMN_TOO_LONGIndex column size too large.static intER_INDEX_CORRUPTIndex %s is corruptedstatic intER_INDEX_REBUILDFailed rebuilding the index of dumped table '%-.192s'static intER_INNODB_FORCED_RECOVERYOperation not allowed when innodb_forced_recovery > 0.static intER_INNODB_FT_AUX_NOT_HEX_IDUpgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.static intER_INNODB_FT_LIMITInnoDB presently supports one FULLTEXT index creation at a timestatic intER_INNODB_FT_WRONG_DOCID_COLUMNColumn '%-.192s' is of wrong type for an InnoDB FULLTEXT indexstatic intER_INNODB_FT_WRONG_DOCID_INDEXIndex '%-.192s' is of wrong type for an InnoDB FULLTEXT indexstatic intER_INNODB_IMPORT_ERRORALTER TABLE '%-.192s' IMPORT TABLESPACE failed with error %lu : '%s'static intER_INNODB_INDEX_CORRUPTIndex corrupt: %sstatic intER_INNODB_NO_FT_TEMP_TABLECannot create FULLTEXT index on temporary InnoDB tablestatic intER_INNODB_NO_FT_USES_PARSERCannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB tablestatic intER_INNODB_ONLINE_LOG_TOO_BIGCreating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log.static intER_INNODB_READ_ONLYInnoDB is in read only mode.static intER_INSECURE_CHANGE_MASTERStoring MySQL user name or password information in the master info repository is not secure and is therefore not recommended.static intER_INSECURE_PLAIN_TEXTSending passwords in plain text without SSL/TLS is extremely insecure.static intER_INSERT_INFORecords: %ld Duplicates: %ld Warnings: %ldstatic intER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECTCannot modify @@session.binlog_direct_non_transactional_updates inside a transactionstatic intER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMATCannot modify @@session.binlog_format inside a transactionstatic intER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BINCannot modify @@session.sql_log_bin inside a transactionstatic intER_INTERNAL_ERRORInternal error: %sstatic intER_INVALID_CHARACTER_STRINGInvalid %s character string: '%.64s'static intER_INVALID_DEFAULTInvalid default value for '%-.192s'static intER_INVALID_GROUP_FUNC_USEInvalid use of group functionstatic intER_INVALID_ON_UPDATEInvalid ON UPDATE clause for '%-.192s' columnstatic intER_INVALID_USE_OF_NULLInvalid use of NULL valuestatic intER_INVALID_YEAR_COLUMN_LENGTHYEAR(%lu) column type is deprecated.static intER_IO_ERR_LOG_INDEX_READI/O error reading log index filestatic intER_IO_READ_ERRORIO Read error: (%lu, %s) %sstatic intER_IO_WRITE_ERRORIO Write error: (%lu, %s) %sstatic intER_IPSOCK_ERRORCan't create IP socketstatic intER_KEY_COLUMN_DOES_NOT_EXITSKey column '%-.192s' doesn't exist in tablestatic intER_KEY_DOES_NOT_EXITSKey '%-.192s' doesn't exist in table '%-.192s'static intER_KEY_NOT_FOUNDCan't find record in '%-.192s'static intER_KEY_PART_0Key part '%-.192s' length cannot be 0static intER_KEY_REF_DO_NOT_MATCH_TABLE_REFKey reference and table reference don't matchstatic intER_KILL_DENIED_ERRORYou are not owner of thread %lustatic intER_LIMITED_PART_RANGEThe %-.64s handler only supports 32 bit integers in VALUESstatic intER_LIST_OF_FIELDS_ONLY_IN_HASH_ERRORList of fields is only allowed in KEY partitionsstatic intER_LOAD_DATA_INVALID_COLUMNInvalid column reference (%-.64s) in LOAD DATAstatic intER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VARCan't load value from file with fixed size rows to variablestatic intER_LOAD_INFORecords: %ld Deleted: %ld Skipped: %ld Warnings: %ldstatic intER_LOCAL_VARIABLEVariable '%-.64s' is a SESSION variable and can't be used with SET GLOBALstatic intER_LOCK_ABORTEDWait on a lock was aborted due to a pending exclusive lockstatic intER_LOCK_DEADLOCKDeadlock found when trying to get lock; try restarting transactionstatic intER_LOCK_OR_ACTIVE_TRANSACTIONCan't execute the given command because you have active locked tables or an active transactionstatic intER_LOCK_TABLE_FULLThe total number of locks exceeds the lock table sizestatic intER_LOCK_WAIT_TIMEOUTLock wait timeout exceeded; try restarting transactionstatic intER_LOG_IN_USEA purgeable log is in use, will not purgestatic intER_LOG_PURGE_NO_FILEBeing purged log %s was not foundstatic intER_LOG_PURGE_UNKNOWN_ERRUnknown error during log purgestatic intER_LOGGING_PROHIBIT_CHANGING_OFBinary logging and replication forbid changing the global server %sstatic intER_M_BIGGER_THAN_DFor float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').static intER_MALFORMED_DEFINERDefiner is not fully qualifiedstatic intER_MALFORMED_GTID_SET_ENCODINGMalformed GTID set encoding.static intER_MALFORMED_GTID_SET_SPECIFICATIONMalformed GTID set specification '%.200s'.static intER_MALFORMED_GTID_SPECIFICATIONMalformed GTID specification '%.200s'.static intER_MALFORMED_PACKETMalformed communication packet.static intER_MASTERError from master: '%-.64s'static intER_MASTER_DELAY_VALUE_OUT_OF_RANGEThe requested value %s for the master delay exceeds the maximum %ustatic intER_MASTER_FATAL_ERROR_READING_BINLOGGot fatal error %d from master when reading data from binary log: '%-.320s'static intER_MASTER_HAS_PURGED_REQUIRED_GTIDSThe slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.static intER_MASTER_INFOCould not initialize master info structure; more error messages can be found in the MySQL error logstatic intER_MASTER_NET_READNet error reading from masterstatic intER_MASTER_NET_WRITENet error writing to masterstatic intER_MAX_PREPARED_STMT_COUNT_REACHEDCan't create more than max_prepared_stmt_count statements (current value: %lu)static intER_MAXVALUE_IN_VALUES_INCannot use MAXVALUE as value in VALUES INstatic intER_MESSAGE_AND_STATEMENT%s Statement: %sstatic intER_MISSING_SKIP_SLAVEIt 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 restartstatic intER_MIX_HANDLER_ERRORThe mix of handlers in the partitions is not allowed in this version of MySQLstatic intER_MIX_OF_GROUP_FUNC_AND_FIELDSMixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clausestatic intER_MIXING_NOT_ALLOWEDMixing of transactional and non-transactional tables is disabledstatic intER_MTS_CANT_PARALLELCannot execute the current event group in the parallel mode.static intER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPSCHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode.static intER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAXCannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.static intER_MTS_FEATURE_IS_NOT_SUPPORTED%s is not supported in multi-threaded slave mode.static intER_MTS_INCONSISTENT_DATA%sstatic intER_MTS_RECOVERY_FAILURECannot recover after SLAVE errored out in parallel execution mode.static intER_MTS_RESET_WORKERSCannot clean up worker info tables.static intER_MTS_UPDATED_DBS_GREATER_MAXThe number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.static intER_MULTI_UPDATE_KEY_CONFLICTPrimary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.static intER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERRORMultiple definition of same constant in list partitioningstatic intER_MULTIPLE_PRI_KEYMultiple primary key definedstatic intER_MUST_CHANGE_PASSWORDYou must SET PASSWORD before executing this statementstatic intER_MUST_CHANGE_PASSWORD_LOGINYour password has expired.static intER_NAME_BECOMES_EMPTYName '%-.64s' has become ''static intER_NATIVE_FCT_NAME_COLLISIONThis function '%-.192s' has the same name as a native functionstatic intER_NDB_CANT_SWITCH_BINLOG_FORMATThe NDB cluster engine does not support changing the binlog format on the fly yetstatic intER_NDB_REPLICATION_SCHEMA_ERRORBad schema for mysql.ndb_replication table.static intER_NEED_REPREPAREPrepared statement needs to be re-preparedstatic intER_NET_ERROR_ON_WRITEGot an error writing communication packetsstatic intER_NET_FCNTL_ERRORGot an error from fcntl()static intER_NET_PACKET_TOO_LARGEGot a packet bigger than 'max_allowed_packet' bytesstatic intER_NET_PACKETS_OUT_OF_ORDERGot packets out of orderstatic intER_NET_READ_ERRORGot an error reading communication packetsstatic intER_NET_READ_ERROR_FROM_PIPEGot a read error from the connection pipestatic intER_NET_READ_INTERRUPTEDGot timeout reading communication packetsstatic intER_NET_UNCOMPRESS_ERRORCouldn't uncompress communication packetstatic intER_NET_WRITE_INTERRUPTEDGot timeout writing communication packetsstatic intER_NETWORK_READ_EVENT_CHECKSUM_FAILUREReplication event checksum verification failed while reading from network.static intER_NEVER_USEDAmbiguous slave modes combination.static intER_NEW_ABORTING_CONNECTIONAborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)static intER_NISAMCHKIsamchkstatic intER_NONOstatic intER_NO_BINARY_LOGGINGYou are not using binary loggingstatic intER_NO_BINLOG_ERRORIt is not allowed to shut off binlog on this commandstatic intER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERRORExpression in RANGE/LIST VALUES must be constantstatic intER_NO_DB_ERRORNo database selectedstatic intER_NO_DEFAULTVariable '%-.64s' doesn't have a default valuestatic intER_NO_DEFAULT_FOR_FIELDField '%-.192s' doesn't have a default valuestatic intER_NO_DEFAULT_FOR_VIEW_FIELDField of view '%-.192s.%-.192s' underlying table doesn't have a default valuestatic intER_NO_FILE_MAPPINGCan't map file: %-.200s, errno: %dstatic intER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENTThe BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.static intER_NO_GROUP_FOR_PROCSelect must have a group with this procedurestatic intER_NO_PARTITION_FOR_GIVEN_VALUETable has no partition for value %-.64sstatic intER_NO_PARTITION_FOR_GIVEN_VALUE_SILENTTable has no partition for some existing valuesstatic intER_NO_PARTS_ERRORNumber of %-.64s = 0 is not an allowed valuestatic intER_NO_PERMISSION_TO_CREATE_USER'%-.48s'@'%-.64s' is not allowed to create new usersstatic intER_NO_RAID_COMPILEDThis version of MySQL is not compiled with RAID supportstatic intER_NO_REFERENCED_ROWCannot add or update a child row: a foreign key constraint failsstatic intER_NO_REFERENCED_ROW_2Cannot add or update a child row: a foreign key constraint fails (%.192s)static intER_NO_SUCH_INDEXTable '%-.192s' has no index like the one used in CREATE INDEX; recreate the tablestatic intER_NO_SUCH_KEY_VALUEKey value '%-.192s' was not found in table '%-.192s.%-.192s'static intER_NO_SUCH_PARTITION__UNUSEDPartition '%-.64s' doesn't existstatic intER_NO_SUCH_TABLETable '%-.192s.%-.192s' doesn't existstatic intER_NO_SUCH_THREADUnknown thread id: %lustatic intER_NO_SUCH_USERThe user specified as a definer ('%-.64s'@'%-.64s') does not existstatic intER_NO_TABLES_USEDNo tables usedstatic intER_NO_TRIGGERS_ON_SYSTEM_SCHEMATriggers can not be created on system tablesstatic intER_NO_UNIQUE_LOGFILECan't generate a unique log-filename %-.200s.(1-999)\nstatic intER_NON_GROUPING_FIELD_USEDNon-grouping field '%-.192s' is used in %-.64s clausestatic intER_NON_INSERTABLE_TABLEThe target table %-.100s of the %s is not insertable-intostatic intER_NON_UNIQ_ERRORColumn '%-.192s' in %-.192s is ambiguousstatic intER_NON_UPDATABLE_TABLEThe target table %-.100s of the %s is not updatablestatic intER_NONEXISTING_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s'static intER_NONEXISTING_PROC_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'static intER_NONEXISTING_TABLE_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'static intER_NONUNIQ_TABLENot unique table/alias: '%-.192s'static intER_NONUPDATEABLE_COLUMNColumn '%-.192s' is not updatablestatic intER_NORMAL_SHUTDOWN%s: Normal shutdown\nstatic intER_NOT_ALLOWED_COMMANDThe used command is not allowed with this MySQL versionstatic intER_NOT_FORM_FILEIncorrect information in file: '%-.200s'static intER_NOT_KEYFILEIncorrect key file for table '%-.200s'; try to repair itstatic intER_NOT_SUPPORTED_AUTH_MODEClient does not support authentication protocol requested by server; consider upgrading MySQL clientstatic intER_NOT_SUPPORTED_YETThis version of MySQL doesn't yet support '%s'static intER_NOT_VALID_PASSWORDYour password does not satisfy the current policy requirementsstatic intER_NULL_COLUMN_IN_INDEXTable handler doesn't support NULL in given index.static intER_NULL_IN_VALUES_LESS_THANNot allowed to use NULL value in VALUES LESS THANstatic intER_OBSOLETE_CANNOT_LOAD_FROM_TABLECannot load from mysql.%s.static intER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTEDColumn count of mysql.%s is wrong.static intER_OLD_FILE_FORMAT'%-.192s' has an old format, you should re-create the '%s' object(s)static intER_OLD_KEYFILEOld key file for table '%-.192s'; repair it!static intER_OLD_TEMPORALS_UPGRADEDTIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.static intER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENTOnly Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)static intER_ONLY_INTEGERS_ALLOWEDOnly integers allowed as number herestatic intER_ONLY_ON_RANGE_LIST_PARTITION%-.64s PARTITION can only be used on RANGE/LIST partitionsstatic intER_OPEN_AS_READONLYTable '%-.192s' is read onlystatic intER_OPERAND_COLUMNSOperand should contain %d column(s)static intER_OPTION_PREVENTS_STATEMENTThe MySQL server is running with the %s option so it cannot execute this statementstatic intER_ORDER_WITH_PROCCan't use ORDER clause with this procedurestatic intER_OUT_OF_RESOURCESOut 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 spacestatic intER_OUT_OF_SORTMEMORYOut of sort memory, consider increasing server sort buffer sizestatic intER_OUTOFMEMORYOut of memory; restart server and try again (needed %d bytes)static intER_PARSE_ERROR%s near '%-.80s' at line %dstatic intER_PART_STATE_ERRORPartition state cannot be defined from CREATE/ALTER TABLEstatic intER_PARTITION_CLAUSE_ON_NONPARTITIONEDPARTITION () clause on non partitioned tablestatic intER_PARTITION_COLUMN_LIST_ERRORInconsistency in usage of column lists for partitioningstatic intER_PARTITION_CONST_DOMAIN_ERRORPartition constant is out of partition function domainstatic intER_PARTITION_ENTRY_ERRORPartitioning can not be used stand-alone in querystatic intER_PARTITION_EXCHANGE_DIFFERENT_OPTIONNon matching attribute '%-.64s' between partition and tablestatic intER_PARTITION_EXCHANGE_FOREIGN_KEYTable to exchange with partition has foreign key references: '%-.64s'static intER_PARTITION_EXCHANGE_PART_TABLETable to exchange with partition is partitioned: '%-.64s'static intER_PARTITION_EXCHANGE_TEMP_TABLETable to exchange with partition is temporary: '%-.64s'static intER_PARTITION_FIELDS_TOO_LONGThe total length of the partitioning fields is too largestatic intER_PARTITION_FUNC_NOT_ALLOWED_ERRORThe %-.192s function returns the wrong typestatic intER_PARTITION_FUNCTION_FAILUREPartition function not supported in this version for this handlerstatic intER_PARTITION_FUNCTION_IS_NOT_ALLOWEDThis partition function is not allowedstatic intER_PARTITION_INSTEAD_OF_SUBPARTITIONSubpartitioned table, use subpartition instead of partitionstatic intER_PARTITION_MAXVALUE_ERRORMAXVALUE can only be used in last partition definitionstatic intER_PARTITION_MERGE_ERROREngine cannot be used in partitioned tablesstatic intER_PARTITION_MGMT_ON_NONPARTITIONEDPartition management on a not partitioned table is not possiblestatic intER_PARTITION_NAMEPartitionstatic intER_PARTITION_NO_TEMPORARYCannot create temporary table with partitionsstatic intER_PARTITION_NOT_DEFINED_ERRORFor the partitioned engine it is necessary to define all %-.64sstatic intER_PARTITION_REQUIRES_VALUES_ERRORSyntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partitionstatic intER_PARTITION_SUBPART_MIX_ERRORMust define subpartitions on all partitions if on one partitionstatic intER_PARTITION_SUBPARTITION_ERRORSubpartitions can only be hash partitions and by keystatic intER_PARTITION_WRONG_NO_PART_ERRORWrong number of partitions defined, mismatch with previous settingstatic intER_PARTITION_WRONG_NO_SUBPART_ERRORWrong number of subpartitions defined, mismatch with previous settingstatic intER_PARTITION_WRONG_VALUES_ERROROnly %-.64s PARTITIONING can use VALUES %-.64s in partition definitionstatic intER_PARTITIONS_MUST_BE_DEFINED_ERRORFor %-.64s partitions each partition must be definedstatic intER_PASSWD_LENGTHPassword hash should be a %d-digit hexadecimal numberstatic intER_PASSWORD_ANONYMOUS_USERYou are using MySQL as an anonymous user and anonymous users are not allowed to change passwordsstatic intER_PASSWORD_FORMATThe password hash doesn't have the expected format.static intER_PASSWORD_NO_MATCHCan't find any matching row in the user tablestatic intER_PASSWORD_NOT_ALLOWEDYou must have privileges to update tables in the mysql database to be able to change passwords for othersstatic intER_PATH_LENGTHThe path specified for %.64s is too long.static intER_PLUGIN_CANNOT_BE_UNINSTALLEDPlugin '%s' cannot be uninstalled now.static intER_PLUGIN_IS_NOT_LOADEDPlugin '%-.192s' is not loadedstatic intER_PLUGIN_IS_PERMANENTPlugin '%s' is force_plus_permanent and can not be unloadedstatic intER_PLUGIN_NO_INSTALLPlugin '%s' is marked as not dynamically installable.static intER_PLUGIN_NO_UNINSTALLPlugin '%s' is marked as not dynamically uninstallable.static intER_PRIMARY_CANT_HAVE_NULLAll parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE insteadstatic intER_PROC_AUTO_GRANT_FAILFailed to grant EXECUTE and ALTER ROUTINE privilegesstatic intER_PROC_AUTO_REVOKE_FAILFailed to revoke all privileges to dropped routinestatic intER_PROCACCESS_DENIED_ERROR%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'static intER_PS_MANY_PARAMPrepared statement contains too many placeholdersstatic intER_PS_NO_RECURSIONThe prepared statement contains a stored routine call that refers to that same statement.static intER_QUERY_CACHE_DISABLEDQuery cache is disabled; restart the server with query_cache_type=1 to enable itstatic intER_QUERY_INTERRUPTEDQuery execution was interruptedstatic intER_QUERY_ON_FOREIGN_DATA_SOURCEThere was a problem processing the query on the foreign data source.static intER_QUERY_ON_MASTERError running query on master: %-.128sstatic intER_RANGE_NOT_INCREASING_ERRORVALUES LESS THAN value must be strictly increasing for each partitionstatic intER_RBR_NOT_AVAILABLEThe server was not built with row-based replicationstatic intER_READ_ONLY_MODERunning in read-only modestatic intER_READ_ONLY_TRANSACTIONUpdate locks cannot be acquired during a READ UNCOMMITTED transactionstatic intER_READY%s: ready for connections.\nVersion: '%s' socket: '%s' port: %dstatic intER_RECORD_FILE_FULLThe table '%-.192s' is fullstatic intER_REGEXP_ERRORGot error '%-.64s' from regexpstatic intER_RELAY_LOG_FAILFailed purging old relay logs: %sstatic intER_RELAY_LOG_INITFailed initializing relay log position: %sstatic intER_REMOVED_SPACESLeading spaces are removed from name '%s'static intER_RENAMED_NAMERenamedstatic intER_REORG_HASH_ONLY_ON_SAME_NOREORGANIZE PARTITION can only be used to reorganize partitions not to change their numbersstatic intER_REORG_NO_PARAM_ERRORREORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONsstatic intER_REORG_OUTSIDE_RANGEReorganize of range partitions cannot change total ranges except for last partition where it can extend the rangestatic intER_REORG_PARTITION_NOT_EXISTMore partitions to reorganize than there are partitionsstatic intER_REQUIRES_PRIMARY_KEYThis table type requires a primary keystatic intER_RESERVED_SYNTAXThe '%-.64s' syntax is reserved for purposes internal to the MySQL serverstatic intER_RESIGNAL_WITHOUT_ACTIVE_HANDLERRESIGNAL when handler not activestatic intER_REVOKE_GRANTSCan't revoke all privileges for one or more of the requested usersstatic intER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SETFound a row not matching the given partition setstatic intER_ROW_DOES_NOT_MATCH_PARTITIONFound a row that does not match the partitionstatic intER_ROW_IN_WRONG_PARTITIONFound a row in wrong partition %sstatic intER_ROW_IS_REFERENCEDCannot delete or update a parent row: a foreign key constraint failsstatic intER_ROW_IS_REFERENCED_2Cannot delete or update a parent row: a foreign key constraint fails (%.192s)static intER_ROW_SINGLE_PARTITION_FIELD_ERRORRow expressions in VALUES IN only allowed for multi-field column partitioningstatic intER_RPL_INFO_DATA_TOO_LONGData for column '%s' too longstatic intER_SAME_NAME_PARTITIONDuplicate partition name %-.192sstatic intER_SAME_NAME_PARTITION_FIELDDuplicate partition field name '%-.192s'static intER_SELECT_REDUCEDSelect %u was reduced during optimizationstatic intER_SERVER_IS_IN_SECURE_AUTH_MODEServer is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new formatstatic intER_SERVER_SHUTDOWNServer shutdown in progressstatic intER_SET_CONSTANTS_ONLYYou may only use constant expressions with SETstatic intER_SET_PASSWORD_AUTH_PLUGINSET PASSWORD has no significance for users authenticating via pluginsstatic intER_SET_STATEMENT_CANNOT_INVOKE_FUNCTIONThe statement 'SET %.200s' cannot invoke a stored function.static intER_SHUTDOWN_COMPLETE%s: Shutdown complete\nstatic intER_SIGNAL_BAD_CONDITION_TYPESIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATEstatic intER_SIGNAL_EXCEPTIONUnhandled user-defined exception conditionstatic intER_SIGNAL_NOT_FOUNDUnhandled user-defined not found conditionstatic intER_SIGNAL_WARNUnhandled user-defined warning conditionstatic intER_SIZE_OVERFLOW_ERRORThe size number was correct but we don't allow the digit part to be more than 2 billionstatic intER_SKIPPING_LOGGED_TRANSACTIONSkipping transaction %.200s because it has already been executed and logged.static intER_SLAVE_CANT_CREATE_CONVERSIONCan't create conversion table for table '%-.192s.%-.192s'static intER_SLAVE_CONFIGURATIONSlave is not configured or failed to initialize properly.static intER_SLAVE_CONVERSION_FAILEDColumn %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'static intER_SLAVE_CORRUPT_EVENTCorrupted replication event was detectedstatic intER_SLAVE_CREATE_EVENT_FAILUREFailed to create %sstatic intER_SLAVE_FATAL_ERRORFatal error: %sstatic intER_SLAVE_HAS_MORE_GTIDS_THAN_MASTERSlave has more GTIDs than the master has, using the master's SERVER_UUID.static intER_SLAVE_HEARTBEAT_FAILUREUnexpected master's heartbeat data: %sstatic intER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGEThe requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).static intER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAXThe requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds.static intER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MINThe requested value for the heartbeat period is less than 1 millisecond.static intER_SLAVE_IGNORE_SERVER_IDSThe requested server id %d clashes with the slave startup option --replicate-same-server-idstatic intER_SLAVE_IGNORED_SSL_PARAMSSSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is startedstatic intER_SLAVE_IGNORED_TABLESlave SQL thread ignored the query because of replicate-*-table rulesstatic intER_SLAVE_INCIDENTThe incident %s occured on the master.static intER_SLAVE_MASTER_COM_FAILUREMaster command %s failed: %sstatic intER_SLAVE_MI_INIT_REPOSITORYSlave failed to initialize master info structure from the repositorystatic intER_SLAVE_MUST_STOPThis operation cannot be performed with a running slave; run STOP SLAVE firststatic intER_SLAVE_NOT_RUNNINGThis operation requires a running slave; configure slave and do START SLAVEstatic intER_SLAVE_RELAY_LOG_READ_FAILURERelay log read failure: %sstatic intER_SLAVE_RELAY_LOG_WRITE_FAILURERelay log write failure: %sstatic intER_SLAVE_RLI_INIT_REPOSITORYSlave failed to initialize relay log info structure from the repositorystatic intER_SLAVE_SILENT_RETRY_TRANSACTIONSlave must silently retry current transactionstatic intER_SLAVE_THREADCould not create slave thread; check system resourcesstatic intER_SLAVE_WAS_NOT_RUNNINGSlave already has been stoppedstatic intER_SLAVE_WAS_RUNNINGSlave is already runningstatic intER_SP_ALREADY_EXISTS%s %s already existsstatic intER_SP_BAD_CURSOR_QUERYCursor statement must be a SELECTstatic intER_SP_BAD_CURSOR_SELECTCursor SELECT must not have INTOstatic intER_SP_BAD_SQLSTATEBad SQLSTATE: '%s'static intER_SP_BAD_VAR_SHADOWVariable '%-.64s' must be quoted with `...`, or renamedstatic intER_SP_BADRETURNRETURN is only allowed in a FUNCTIONstatic intER_SP_BADSELECTPROCEDURE %s can't return a result set in the given contextstatic intER_SP_BADSTATEMENT%s is not allowed in stored proceduresstatic intER_SP_CANT_ALTERFailed to ALTER %s %sstatic intER_SP_CANT_SET_AUTOCOMMITNot allowed to set autocommit from a stored function or triggerstatic intER_SP_CASE_NOT_FOUNDCase not found for CASE statementstatic intER_SP_COND_MISMATCHUndefined CONDITION: %sstatic intER_SP_CURSOR_AFTER_HANDLERCursor declaration after handler declarationstatic intER_SP_CURSOR_ALREADY_OPENCursor is already openstatic intER_SP_CURSOR_MISMATCHUndefined CURSOR: %sstatic intER_SP_CURSOR_NOT_OPENCursor is not openstatic intER_SP_DOES_NOT_EXIST%s %s does not existstatic intER_SP_DROP_FAILEDFailed to DROP %s %sstatic intER_SP_DUP_CONDDuplicate condition: %sstatic intER_SP_DUP_CURSDuplicate cursor: %sstatic intER_SP_DUP_HANDLERDuplicate handler declared in the same blockstatic intER_SP_DUP_PARAMDuplicate parameter: %sstatic intER_SP_DUP_VARDuplicate variable: %sstatic intER_SP_FETCH_NO_DATANo data - zero rows fetched, selected, or processedstatic intER_SP_GOTO_IN_HNDLRGOTO is not allowed in a stored procedure handlerstatic intER_SP_LABEL_MISMATCHEnd-label %s without matchstatic intER_SP_LABEL_REDEFINERedefining label %sstatic intER_SP_LILABEL_MISMATCH%s with no matching label: %sstatic intER_SP_NO_AGGREGATEAGGREGATE is not supported for stored functionsstatic intER_SP_NO_DROP_SPCan't drop or alter a %s from within another stored routinestatic intER_SP_NO_RECURSIONRecursive stored functions and triggers are not allowed.static intER_SP_NO_RECURSIVE_CREATECan't create a %s from within another stored routinestatic intER_SP_NO_RETSETNot allowed to return a result set from a %sstatic intER_SP_NORETURNNo RETURN found in FUNCTION %sstatic intER_SP_NORETURNENDFUNCTION %s ended without RETURNstatic intER_SP_NOT_VAR_ARGOUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE triggerstatic intER_SP_PROC_TABLE_CORRUPTFailed to load routine %-.192s.static intER_SP_RECURSION_LIMITRecursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192sstatic intER_SP_STORE_FAILEDFailed to CREATE %s %sstatic intER_SP_SUBSELECT_NYISubquery value not supportedstatic intER_SP_UNDECLARED_VARUndeclared variable: %sstatic intER_SP_UNINIT_VARReferring to uninitialized variable %sstatic intER_SP_VARCOND_AFTER_CURSHNDLRVariable or condition declaration after cursor or handler declarationstatic intER_SP_WRONG_NAMEIncorrect routine name '%-.192s'static intER_SP_WRONG_NO_OF_ARGSIncorrect number of arguments for %s %s; expected %u, got %ustatic intER_SP_WRONG_NO_OF_FETCH_ARGSIncorrect number of FETCH variablesstatic intER_SPATIAL_CANT_HAVE_NULLAll parts of a SPATIAL index must be NOT NULLstatic intER_SPATIAL_MUST_HAVE_GEOM_COLA SPATIAL index may only contain a geometrical type columnstatic intER_SPECIFIC_ACCESS_DENIED_ERRORAccess denied; you need (at least one of) the %-.128s privilege(s) for this operationstatic intER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODESql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON.static intER_SQLTHREAD_WITH_SECURE_SLAVESetting authentication options is not possible when only the Slave SQL Thread is being started.static intER_SR_INVALID_CREATION_CTXCreation context of stored routine `%-.64s`.`%-.64s` is invalidstatic intER_STACK_OVERRUNThread stack overrun: Used: %ld of a %ld stack.static intER_STACK_OVERRUN_NEED_MOREThread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed.static intER_STARTUP%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %sstatic intER_STMT_CACHE_FULLMulti-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try againstatic intER_STMT_HAS_NO_OPEN_CURSORThe statement (%lu) has no open cursor.static intER_STMT_NOT_ALLOWED_IN_SF_OR_TRG%s is not allowed in stored function or triggerstatic intER_STOP_SLAVE_IO_THREAD_TIMEOUTSTOP 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.static intER_STOP_SLAVE_SQL_THREAD_TIMEOUTSTOP 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.static intER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECTCannot change the binlog direct flag inside a stored function or triggerstatic intER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMATCannot change the binary logging format inside a stored function or triggerstatic intER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BINCannot change the sql_log_bin inside a stored function or triggerstatic intER_SUBPARTITION_ERRORIt is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioningstatic intER_SUBPARTITION_NAMESubpartitionstatic intER_SUBQUERY_NO_1_ROWSubquery returns more than 1 rowstatic intER_SYNTAX_ERRORYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to usestatic intER_TABLE_CANT_HANDLE_AUTO_INCREMENTThe used table type doesn't support AUTO_INCREMENT columnsstatic intER_TABLE_CANT_HANDLE_BLOBThe used table type doesn't support BLOB/TEXT columnsstatic intER_TABLE_CANT_HANDLE_FTThe used table type doesn't support FULLTEXT indexesstatic intER_TABLE_CANT_HANDLE_SPKEYSThe used table type doesn't support SPATIAL indexesstatic intER_TABLE_CORRUPTOperation cannot be performed.static intER_TABLE_DEF_CHANGEDTable definition has changed, please retry transactionstatic intER_TABLE_EXISTS_ERRORTable '%-.192s' already existsstatic intER_TABLE_HAS_NO_FTThe table does not have FULLTEXT index to support this querystatic intER_TABLE_IN_FK_CHECKTable is being used in foreign key check.static intER_TABLE_IN_SYSTEM_TABLESPACETable '%-.192s' in system tablespacestatic intER_TABLE_MUST_HAVE_COLUMNSA table must have at least 1 columnstatic intER_TABLE_NAMETablestatic intER_TABLE_NEEDS_REBUILDTable rebuild required.static intER_TABLE_NEEDS_UPGRADETable upgrade required.static intER_TABLE_NOT_LOCKEDTable '%-.192s' was not locked with LOCK TABLESstatic intER_TABLE_NOT_LOCKED_FOR_WRITETable '%-.192s' was locked with a READ lock and can't be updatedstatic intER_TABLE_SCHEMA_MISMATCHSchema mismatch (%s)static intER_TABLEACCESS_DENIED_ERROR%-.128s command denied to user '%-.48s'@'%-.64s' for table '%-.64s'static intER_TABLENAME_NOT_ALLOWED_HERETable '%-.192s' from one of the SELECTs cannot be used in %-.32sstatic intER_TABLES_DIFFERENT_METADATATables have different definitionsstatic intER_TABLESPACE_AUTO_EXTEND_ERRORThe handler doesn't support autoextend of tablespacesstatic intER_TABLESPACE_DISCARDEDTablespace has been discarded for table '%-.192s'static intER_TABLESPACE_EXISTSTablespace for table '%-.192s' exists.static intER_TABLESPACE_MISSINGTablespace is missing for table '%-.192s'static intER_TEMP_FILE_WRITE_FAILURETemporary file write failure.static intER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBRCannot switch out of the row-based binary log format when the session has open temporary tablesstatic intER_TEMPORARY_NAMETemporarystatic intER_TEXTFILE_NOT_READABLEThe file '%-.128s' must be in the database directory or be readable by allstatic intER_TOO_BIG_DISPLAYWIDTHDisplay width out of range for column '%-.192s' (max = %lu)static intER_TOO_BIG_FIELDLENGTHColumn length too big for column '%-.192s' (max = %lu); use BLOB or TEXT insteadstatic intER_TOO_BIG_FOR_UNCOMPRESSUncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)static intER_TOO_BIG_PRECISIONToo big precision %d specified for column '%-.192s'.static intER_TOO_BIG_ROWSIZERow size too large.static intER_TOO_BIG_SCALEToo big scale %d specified for column '%-.192s'.static intER_TOO_BIG_SELECTThe 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 okaystatic intER_TOO_BIG_SETToo many strings for column %-.192s and SETstatic intER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECTToo high level of nesting for selectstatic intER_TOO_LONG_BODYRoutine body for '%-.100s' is too longstatic intER_TOO_LONG_FIELD_COMMENTComment for field '%-.64s' is too long (max = %lu)static intER_TOO_LONG_IDENTIdentifier name '%-.100s' is too longstatic intER_TOO_LONG_INDEX_COMMENTComment for index '%-.64s' is too long (max = %lu)static intER_TOO_LONG_KEYSpecified key was too long; max key length is %d bytesstatic intER_TOO_LONG_STRINGResult string is longer than 'max_allowed_packet' bytesstatic intER_TOO_LONG_TABLE_COMMENTComment for table '%-.64s' is too long (max = %lu)static intER_TOO_LONG_TABLE_PARTITION_COMMENTComment for table partition '%-.64s' is too long (max = %lu)static intER_TOO_MANY_CONCURRENT_TRXSToo many active concurrent transactionsstatic intER_TOO_MANY_DELAYED_THREADSToo many delayed threads in usestatic intER_TOO_MANY_FIELDSToo many columnsstatic intER_TOO_MANY_KEY_PARTSToo many key parts specified; max %d parts allowedstatic intER_TOO_MANY_KEYSToo many keys specified; max %d keys allowedstatic intER_TOO_MANY_PARTITION_FUNC_FIELDS_ERRORToo many fields in '%-.192s'static intER_TOO_MANY_PARTITIONS_ERRORToo many partitions (including subpartitions) were definedstatic intER_TOO_MANY_ROWSResult consisted of more than one rowstatic intER_TOO_MANY_TABLESToo many tables; MySQL can only use %d tables in a joinstatic intER_TOO_MANY_USER_CONNECTIONSUser %-.64s already has more than 'max_user_connections' active connectionsstatic intER_TOO_MANY_VALUES_ERRORCannot have more than one value for this type of %-.64s partitioningstatic intER_TOO_MUCH_AUTO_TIMESTAMP_COLSIncorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clausestatic intER_TRANS_CACHE_FULLMulti-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try againstatic intER_TRG_ALREADY_EXISTSTrigger already existsstatic intER_TRG_CANT_CHANGE_ROWUpdating of %s row is not allowed in %striggerstatic intER_TRG_CANT_OPEN_TABLECannot open table for trigger `%-.64s`.`%-.64s`static intER_TRG_CORRUPTED_FILECorrupted TRG file for table `%-.64s`.`%-.64s`static intER_TRG_DOES_NOT_EXISTTrigger does not existstatic intER_TRG_IN_WRONG_SCHEMATrigger in wrong schemastatic intER_TRG_INVALID_CREATION_CTXTrigger creation context of table `%-.64s`.`%-.64s` is invalidstatic intER_TRG_NO_CREATION_CTXTriggers for table `%-.64s`.`%-.64s` have no creation contextstatic intER_TRG_NO_DEFINERNo definer attribute for trigger '%-.192s'.'%-.192s'.static intER_TRG_NO_SUCH_ROW_IN_TRGThere is no %s row in %s triggerstatic intER_TRG_ON_VIEW_OR_TEMP_TABLETrigger's '%-.192s' is view or temporary tablestatic intER_TRUNCATE_ILLEGAL_FKCannot truncate a table referenced in a foreign key constraint (%.192s)static intER_TRUNCATED_WRONG_VALUETruncated incorrect %-.32s value: '%-.128s'static intER_TRUNCATED_WRONG_VALUE_FOR_FIELDIncorrect %-.32s value: '%-.128s' for column '%.192s' at row %ldstatic intER_UDF_EXISTSFunction '%-.192s' already existsstatic intER_UDF_NO_PATHSNo paths allowed for shared librarystatic intER_UNDO_RECORD_TOO_BIGUndo log record is too big.static intER_UNEXPECTED_EOFUnexpected EOF found when reading file '%-.192s' (errno: %d - %s)static intER_UNION_TABLES_IN_DIFFERENT_DIRIncorrect table definition; all MERGE tables must be in the same databasestatic intER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PFA %-.192s must include all columns in the table's partitioning functionstatic intER_UNKNOWN_ALTER_ALGORITHMUnknown ALGORITHM '%s'static intER_UNKNOWN_ALTER_LOCKUnknown LOCK type '%s'static intER_UNKNOWN_CHARACTER_SETUnknown character set: '%-.64s'static intER_UNKNOWN_COLLATIONUnknown collation: '%-.64s'static intER_UNKNOWN_COM_ERRORUnknown commandstatic intER_UNKNOWN_ERRORUnknown errorstatic intER_UNKNOWN_EXPLAIN_FORMATUnknown EXPLAIN format name: '%s'static intER_UNKNOWN_KEY_CACHEUnknown key cache '%-.100s'static intER_UNKNOWN_LOCALEUnknown locale: '%-.64s'static intER_UNKNOWN_PARTITIONUnknown partition '%-.64s' in table '%-.64s'static intER_UNKNOWN_PROCEDUREUnknown procedure '%-.192s'static intER_UNKNOWN_STMT_HANDLERUnknown prepared statement handler (%.*s) given to %sstatic intER_UNKNOWN_STORAGE_ENGINEUnknown storage engine '%s'static intER_UNKNOWN_SYSTEM_VARIABLEUnknown system variable '%-.64s'static intER_UNKNOWN_TABLEUnknown table '%-.192s' in %-.32sstatic intER_UNKNOWN_TARGET_BINLOGTarget log not found in binlog indexstatic intER_UNKNOWN_TIME_ZONEUnknown or incorrect time zone: '%-.64s'static intER_UNSUPORTED_LOG_ENGINEThis storage engine cannot be used for log tables"static intER_UNSUPPORTED_ENGINEStorage engine '%s' does not support system tables.static intER_UNSUPPORTED_EXTENSIONTable '%-.192s' uses an extension that doesn't exist in this MySQL versionstatic intER_UNSUPPORTED_PSThis command is not supported in the prepared statement protocol yetstatic intER_UNTIL_COND_IGNOREDSQL thread is not to be started so UNTIL options are ignoredstatic intER_UPDATE_INFORows matched: %ld Changed: %ld Warnings: %ldstatic intER_UPDATE_LOG_DEPRECATED_IGNOREDThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.static intER_UPDATE_LOG_DEPRECATED_TRANSLATEDThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.static intER_UPDATE_TABLE_USEDYou can't specify target table '%-.192s' for update in FROM clausestatic intER_UPDATE_WITHOUT_KEY_IN_SAFE_MODEYou are using safe update mode and you tried to update a table without a WHERE that uses a KEY columnstatic intER_USER_LIMIT_REACHEDUser '%-.64s' has exceeded the '%s' resource (current value: %ld)static intER_USERNAMEUser namestatic intER_VALUES_IS_NOT_INT_TYPE_ERRORVALUES value for partition '%-.64s' must have type INTstatic intER_VAR_CANT_BE_READVariable '%-.64s' can only be set, not readstatic intER_VARIABLE_IS_NOT_STRUCTVariable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)static intER_VARIABLE_IS_READONLY%s variable '%s' is read-only.static intER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGERThe system variable %.200s cannot be set in stored functions or triggers.static intER_VARIABLE_NOT_SETTABLE_IN_SPThe system variable %.200s cannot be set in stored procedures.static intER_VARIABLE_NOT_SETTABLE_IN_TRANSACTIONThe system variable %.200s cannot be set when there is an ongoing transaction.static intER_VIEW_CHECK_FAILEDCHECK OPTION failed '%-.192s.%-.192s'static intER_VIEW_CHECKSUMView text checksum failedstatic intER_VIEW_DELETE_MERGE_VIEWCan not delete from join view '%-.192s.%-.192s'static intER_VIEW_FRM_NO_USERView '%-.192s'.'%-.192s' has no definer information (old table format).static intER_VIEW_INVALIDView '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use themstatic intER_VIEW_INVALID_CREATION_CTXCreation context of view `%-.64s`.`%-.64s' is invalidstatic intER_VIEW_MULTIUPDATECan not modify more than one base table through a join view '%-.192s.%-.192s'static intER_VIEW_NO_CREATION_CTXView `%-.64s`.`%-.64s` has no creation contextstatic intER_VIEW_NO_EXPLAINEXPLAIN/SHOW can not be issued; lacking privileges for underlying tablestatic intER_VIEW_NO_INSERT_FIELD_LISTCan not insert into join view '%-.192s.%-.192s' without fields liststatic intER_VIEW_NONUPD_CHECKCHECK OPTION on non-updatable view '%-.192s.%-.192s'static intER_VIEW_OTHER_USERYou need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definerstatic intER_VIEW_PREVENT_UPDATEThe definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.static intER_VIEW_RECURSIVE`%-.192s`.`%-.192s` contains view recursionstatic intER_VIEW_SELECT_CLAUSEView's SELECT contains a '%s' clausestatic intER_VIEW_SELECT_DERIVEDView's SELECT contains a subquery in the FROM clausestatic intER_VIEW_SELECT_TMPTABLEView's SELECT refers to a temporary table '%-.192s'static intER_VIEW_SELECT_VARIABLEView's SELECT contains a variable or parameterstatic intER_VIEW_WRONG_LISTView's SELECT and view's field list have different column countsstatic intER_WARN_ALLOWED_PACKET_OVERFLOWEDResult of %s() was larger than max_allowed_packet (%ld) - truncatedstatic intER_WARN_CANT_DROP_DEFAULT_KEYCACHECannot drop default keycachestatic intER_WARN_DATA_OUT_OF_RANGEOut of range value for column '%s' at row %ldstatic intER_WARN_DEPRECATED_SYNTAX'%s' is deprecated and will be removed in a future release.static intER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT'%s' is deprecated and will be removed in a future release.static intER_WARN_DEPRECATED_SYNTAX_WITH_VERThe syntax '%s' is deprecated and will be removed in MySQL %s.static intER_WARN_ENGINE_TRANSACTION_ROLLBACKStorage engine %s does not support rollback for this statement.static intER_WARN_FIELD_RESOLVEDField or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%dstatic intER_WARN_HOSTNAME_WONT_WORKMySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to workstatic intER_WARN_I_S_SKIPPED_TABLETable '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statementstatic intER_WARN_INDEX_NOT_APPLICABLECannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'static intER_WARN_INVALID_TIMESTAMPInvalid TIMESTAMP value in column '%s' at row %ldstatic intER_WARN_NULL_TO_NOTNULLColumn set to default value; NULL supplied to NOT NULL column '%s' at row %ldstatic intER_WARN_PURGE_LOG_IN_USEFile %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.static intER_WARN_PURGE_LOG_IS_ACTIVEFile %s was not purged because it is the active log file.static intER_WARN_QC_RESIZEQuery cache failed to set size %lu; new query cache size is %lustatic intER_WARN_TOO_FEW_RECORDSRow %ld doesn't contain data for all columnsstatic intER_WARN_TOO_MANY_RECORDSRow %ld was truncated; it contained more data than there were input columnsstatic intER_WARN_USING_OTHER_HANDLERUsing storage engine %s for table '%s'static intER_WARN_VIEW_MERGEView merge algorithm can't be used here for now (assumed undefined algorithm)static intER_WARN_VIEW_WITHOUT_KEYView being updated does not have complete key of underlying table in itstatic intER_WARNING_NOT_COMPLETE_ROLLBACKSome non-transactional changed tables couldn't be rolled backstatic intER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLEThe creation of some temporary tables could not be rolled back.static intER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLESome temporary tables were dropped, but these operations could not be rolled back.static intER_WRONG_ARGUMENTSIncorrect arguments to %sstatic intER_WRONG_AUTO_KEYIncorrect table definition; there can be only one auto column and it must be defined as a keystatic intER_WRONG_COLUMN_NAMEIncorrect column name '%-.100s'static intER_WRONG_DB_NAMEIncorrect database name '%-.100s'static intER_WRONG_EXPR_IN_PARTITION_FUNC_ERRORConstant, random or timezone-dependent expressions in (sub)partitioning function are not allowedstatic intER_WRONG_FIELD_SPECIncorrect column specifier for column '%-.192s'static intER_WRONG_FIELD_TERMINATORSField separator argument is not what is expected; check the manualstatic intER_WRONG_FIELD_WITH_GROUP'%-.192s' isn't in GROUP BYstatic intER_WRONG_FK_DEFIncorrect foreign key definition for '%-.192s': %sstatic intER_WRONG_GROUP_FIELDCan't group on '%-.192s'static intER_WRONG_KEY_COLUMNThe used storage engine can't index column '%-.192s'static intER_WRONG_LOCK_OF_SYSTEM_TABLEYou can't combine write-locking of system tables with other tables or lock typesstatic intER_WRONG_MAGICWrong magic in %-.64sstatic intER_WRONG_MRG_TABLEUnable to open underlying table which is differently defined or of non-MyISAM type or doesn't existstatic intER_WRONG_NAME_FOR_CATALOGIncorrect catalog name '%-.100s'static intER_WRONG_NAME_FOR_INDEXIncorrect index name '%-.100s'static intER_WRONG_NATIVE_TABLE_STRUCTURENative table '%-.64s'.'%-.64s' has the wrong structurestatic intER_WRONG_NUMBER_OF_COLUMNS_IN_SELECTThe used SELECT statements have a different number of columnsstatic intER_WRONG_OBJECT'%-.192s.%-.192s' is not %sstatic intER_WRONG_OUTER_JOINCross dependency found in OUTER JOIN; examine your ON conditionsstatic intER_WRONG_PARAMCOUNT_TO_NATIVE_FCTIncorrect parameter count in the call to native function '%-.192s'static intER_WRONG_PARAMCOUNT_TO_PROCEDUREIncorrect parameter count to procedure '%-.192s'static intER_WRONG_PARAMETERS_TO_NATIVE_FCTIncorrect parameters in the call to native function '%-.192s'static intER_WRONG_PARAMETERS_TO_PROCEDUREIncorrect parameters to procedure '%-.192s'static intER_WRONG_PARAMETERS_TO_STORED_FCTIncorrect parameters in the call to stored function '%-.192s'static intER_WRONG_PARTITION_NAMEIncorrect partition namestatic intER_WRONG_PERFSCHEMA_USAGEInvalid performance_schema usage.static intER_WRONG_SIZE_NUMBERA size parameter was incorrectly specified, either number or on the form 10Mstatic intER_WRONG_SPVAR_TYPE_IN_LIMITA variable of a non-integer based type in LIMIT clausestatic intER_WRONG_STRING_LENGTHString '%-.70s' is too long for %s (should be no longer than %d)static intER_WRONG_SUB_KEYIncorrect 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 keysstatic intER_WRONG_SUM_SELECTStatement has sum functions and columns in same statementstatic intER_WRONG_TABLE_NAMEIncorrect table name '%-.100s'static intER_WRONG_TYPE_COLUMN_VALUE_ERRORPartition column values of incorrect typestatic intER_WRONG_TYPE_FOR_VARIncorrect argument type to variable '%-.64s'static intER_WRONG_USAGEIncorrect usage of %s and %sstatic intER_WRONG_VALUEIncorrect %-.32s value: '%-.128s'static intER_WRONG_VALUE_COUNTColumn count doesn't match value countstatic intER_WRONG_VALUE_COUNT_ON_ROWColumn count doesn't match value count at row %ldstatic intER_WRONG_VALUE_FOR_TYPEIncorrect %-.32s value: '%-.128s' for function %-.32sstatic intER_WRONG_VALUE_FOR_VARVariable '%-.64s' can't be set to the value of '%-.200s'static intER_WSAS_FAILEDWSAStartup Failedstatic intER_XA_RBDEADLOCKXA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detectedstatic intER_XA_RBROLLBACKXA_RBROLLBACK: Transaction branch was rolled backstatic intER_XA_RBTIMEOUTXA_RBTIMEOUT: Transaction branch was rolled back: took too longstatic intER_XAER_DUPIDXAER_DUPID: The XID already existsstatic intER_XAER_INVALXAER_INVAL: Invalid arguments (or unsupported command)static intER_XAER_NOTAXAER_NOTA: Unknown XIDstatic intER_XAER_OUTSIDEXAER_OUTSIDE: Some work is done outside global transactionstatic intER_XAER_RMERRXAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistencystatic intER_XAER_RMFAILXAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s statestatic intER_YESYESstatic intER_ZLIB_Z_BUF_ERRORZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)static intER_ZLIB_Z_DATA_ERRORZLIB: Input data corruptedstatic intER_ZLIB_Z_MEM_ERRORZLIB: Not enough memorystatic intWARN_COND_ITEM_TRUNCATEDData truncated for condition item '%s'static intWARN_DATA_TRUNCATEDData truncated for column '%s' at row %ldstatic intWARN_NO_MASTER_INFOThe master info structure does not existstatic intWARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTEDNon-ASCII separator arguments are not fully supportedstatic intWARN_ON_BLOCKHOLE_IN_RBRRow events are not logged for %s statements that modify BLACKHOLE tables in row format.static intWARN_OPTION_BELOW_LIMITThe value of '%s' should be no less than the value of '%s'static intWARN_OPTION_IGNORED%-.64s option ignoredstatic intWARN_PLUGIN_BUSYPlugin is busy and will be uninstalled on shutdownstatic intWARN_PLUGIN_DELETE_BUILTINBuilt-in plugins cannot be deleted
-
-
-
Field Detail
-
ER_HASHCHK
public static final int ER_HASHCHK
Hashchk- See Also:
- Constant Field Values
-
ER_NISAMCHK
public static final int ER_NISAMCHK
Isamchk- See Also:
- Constant Field Values
-
ER_NO
public static final int ER_NO
NO- See Also:
- Constant Field Values
-
ER_YES
public static final int ER_YES
YES- See Also:
- Constant Field Values
-
ER_CANT_CREATE_FILE
public static final int ER_CANT_CREATE_FILE
Can't create file '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_CREATE_TABLE
public static final int ER_CANT_CREATE_TABLE
Can't create table '%-.200s' (errno: %d)- See Also:
- Constant Field Values
-
ER_CANT_CREATE_DB
public static final int ER_CANT_CREATE_DB
Can't create database '%-.192s' (errno: %d)- See Also:
- Constant Field Values
-
ER_DB_CREATE_EXISTS
public static final int ER_DB_CREATE_EXISTS
Can't create database '%-.192s'; database exists- See Also:
- Constant Field Values
-
ER_DB_DROP_EXISTS
public static final int ER_DB_DROP_EXISTS
Can't drop database '%-.192s'; database doesn't exist- See Also:
- Constant Field Values
-
ER_DB_DROP_DELETE
public static final int ER_DB_DROP_DELETE
Error dropping database (can't delete '%-.192s', errno: %d)- See Also:
- Constant Field Values
-
ER_DB_DROP_RMDIR
public static final int ER_DB_DROP_RMDIR
Error dropping database (can't rmdir '%-.192s', errno: %d)- See Also:
- Constant Field Values
-
ER_CANT_DELETE_FILE
public static final int ER_CANT_DELETE_FILE
Error on delete of '%-.192s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_FIND_SYSTEM_REC
public static final int ER_CANT_FIND_SYSTEM_REC
Can't read record in system table- See Also:
- Constant Field Values
-
ER_CANT_GET_STAT
public static final int ER_CANT_GET_STAT
Can't get status of '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_GET_WD
public static final int ER_CANT_GET_WD
Can't get working directory (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_LOCK
public static final int ER_CANT_LOCK
Can't lock file (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_OPEN_FILE
public static final int ER_CANT_OPEN_FILE
Can't open file: '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_FILE_NOT_FOUND
public static final int ER_FILE_NOT_FOUND
Can't find file: '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_READ_DIR
public static final int ER_CANT_READ_DIR
Can't read dir of '%-.192s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CANT_SET_WD
public static final int ER_CANT_SET_WD
Can't change dir to '%-.192s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CHECKREAD
public static final int ER_CHECKREAD
Record has changed since last read in table '%-.192s'- See Also:
- Constant Field Values
-
ER_DISK_FULL
public static final int ER_DISK_FULL
Disk full (%s); waiting for someone to free some space... (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_DUP_KEY
public static final int ER_DUP_KEY
Can't write; duplicate key in table '%-.192s'- See Also:
- Constant Field Values
-
ER_ERROR_ON_CLOSE
public static final int ER_ERROR_ON_CLOSE
Error on close of '%-.192s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_ERROR_ON_READ
public static final int ER_ERROR_ON_READ
Error reading file '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_ERROR_ON_RENAME
public static final int ER_ERROR_ON_RENAME
Error on rename of '%-.210s' to '%-.210s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_ERROR_ON_WRITE
public static final int ER_ERROR_ON_WRITE
Error writing file '%-.200s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_FILE_USED
public static final int ER_FILE_USED
'%-.192s' is locked against change- See Also:
- Constant Field Values
-
ER_FILSORT_ABORT
public static final int ER_FILSORT_ABORT
Sort aborted- See Also:
- Constant Field Values
-
ER_FORM_NOT_FOUND
public static final int ER_FORM_NOT_FOUND
View '%-.192s' doesn't exist for '%-.192s'- See Also:
- Constant Field Values
-
ER_GET_ERRNO
public static final int ER_GET_ERRNO
Got error %d from storage engine- See Also:
- Constant Field Values
-
ER_ILLEGAL_HA
public static final int ER_ILLEGAL_HA
Table storage engine for '%-.192s' doesn't have this option- See Also:
- Constant Field Values
-
ER_KEY_NOT_FOUND
public static final int ER_KEY_NOT_FOUND
Can't find record in '%-.192s'- See Also:
- Constant Field Values
-
ER_NOT_FORM_FILE
public static final int ER_NOT_FORM_FILE
Incorrect information in file: '%-.200s'- See Also:
- Constant Field Values
-
ER_NOT_KEYFILE
public static final int ER_NOT_KEYFILE
Incorrect key file for table '%-.200s'; try to repair it- See Also:
- Constant Field Values
-
ER_OLD_KEYFILE
public static final int ER_OLD_KEYFILE
Old key file for table '%-.192s'; repair it!- See Also:
- Constant Field Values
-
ER_OPEN_AS_READONLY
public static final int ER_OPEN_AS_READONLY
Table '%-.192s' is read only- See Also:
- Constant Field Values
-
ER_OUTOFMEMORY
public static final int ER_OUTOFMEMORY
Out of memory; restart server and try again (needed %d bytes)- See Also:
- Constant Field Values
-
ER_OUT_OF_SORTMEMORY
public static final int ER_OUT_OF_SORTMEMORY
Out of sort memory, consider increasing server sort buffer size- See Also:
- Constant Field Values
-
ER_UNEXPECTED_EOF
public static final int ER_UNEXPECTED_EOF
Unexpected EOF found when reading file '%-.192s' (errno: %d - %s)- See Also:
- Constant Field Values
-
ER_CON_COUNT_ERROR
public static final int ER_CON_COUNT_ERROR
Too many connections- See Also:
- Constant Field Values
-
ER_OUT_OF_RESOURCES
public static final int ER_OUT_OF_RESOURCES
Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space- See Also:
- Constant Field Values
-
ER_BAD_HOST_ERROR
public static final int ER_BAD_HOST_ERROR
Can't get hostname for your address- See Also:
- Constant Field Values
-
ER_HANDSHAKE_ERROR
public static final int ER_HANDSHAKE_ERROR
Bad handshake- See Also:
- Constant Field Values
-
ER_DBACCESS_DENIED_ERROR
public static final int ER_DBACCESS_DENIED_ERROR
Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'- See Also:
- Constant Field Values
-
ER_ACCESS_DENIED_ERROR
public static final int ER_ACCESS_DENIED_ERROR
Access denied for user '%-.48s'@'%-.64s' (using password: %s)- See Also:
- Constant Field Values
-
ER_NO_DB_ERROR
public static final int ER_NO_DB_ERROR
No database selected- See Also:
- Constant Field Values
-
ER_UNKNOWN_COM_ERROR
public static final int ER_UNKNOWN_COM_ERROR
Unknown command- See Also:
- Constant Field Values
-
ER_BAD_NULL_ERROR
public static final int ER_BAD_NULL_ERROR
Column '%-.192s' cannot be null- See Also:
- Constant Field Values
-
ER_BAD_DB_ERROR
public static final int ER_BAD_DB_ERROR
Unknown database '%-.192s'- See Also:
- Constant Field Values
-
ER_TABLE_EXISTS_ERROR
public static final int ER_TABLE_EXISTS_ERROR
Table '%-.192s' already exists- See Also:
- Constant Field Values
-
ER_BAD_TABLE_ERROR
public static final int ER_BAD_TABLE_ERROR
Unknown table '%-.100s'- See Also:
- Constant Field Values
-
ER_NON_UNIQ_ERROR
public static final int ER_NON_UNIQ_ERROR
Column '%-.192s' in %-.192s is ambiguous- See Also:
- Constant Field Values
-
ER_SERVER_SHUTDOWN
public static final int ER_SERVER_SHUTDOWN
Server shutdown in progress- See Also:
- Constant Field Values
-
ER_BAD_FIELD_ERROR
public static final int ER_BAD_FIELD_ERROR
Unknown column '%-.192s' in '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_FIELD_WITH_GROUP
public static final int ER_WRONG_FIELD_WITH_GROUP
'%-.192s' isn't in GROUP BY- See Also:
- Constant Field Values
-
ER_WRONG_GROUP_FIELD
public static final int ER_WRONG_GROUP_FIELD
Can't group on '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_SUM_SELECT
public static final int ER_WRONG_SUM_SELECT
Statement has sum functions and columns in same statement- See Also:
- Constant Field Values
-
ER_WRONG_VALUE_COUNT
public static final int ER_WRONG_VALUE_COUNT
Column count doesn't match value count- See Also:
- Constant Field Values
-
ER_TOO_LONG_IDENT
public static final int ER_TOO_LONG_IDENT
Identifier name '%-.100s' is too long- See Also:
- Constant Field Values
-
ER_DUP_FIELDNAME
public static final int ER_DUP_FIELDNAME
Duplicate column name '%-.192s'- See Also:
- Constant Field Values
-
ER_DUP_KEYNAME
public static final int ER_DUP_KEYNAME
Duplicate key name '%-.192s'- See Also:
- Constant Field Values
-
ER_DUP_ENTRY
public static final int ER_DUP_ENTRY
Duplicate entry '%-.192s' for key %d- See Also:
- Constant Field Values
-
ER_WRONG_FIELD_SPEC
public static final int ER_WRONG_FIELD_SPEC
Incorrect column specifier for column '%-.192s'- See Also:
- Constant Field Values
-
ER_PARSE_ERROR
public static final int ER_PARSE_ERROR
%s near '%-.80s' at line %d- See Also:
- Constant Field Values
-
ER_EMPTY_QUERY
public static final int ER_EMPTY_QUERY
Query was empty- See Also:
- Constant Field Values
-
ER_NONUNIQ_TABLE
public static final int ER_NONUNIQ_TABLE
Not unique table/alias: '%-.192s'- See Also:
- Constant Field Values
-
ER_INVALID_DEFAULT
public static final int ER_INVALID_DEFAULT
Invalid default value for '%-.192s'- See Also:
- Constant Field Values
-
ER_MULTIPLE_PRI_KEY
public static final int ER_MULTIPLE_PRI_KEY
Multiple primary key defined- See Also:
- Constant Field Values
-
ER_TOO_MANY_KEYS
public static final int ER_TOO_MANY_KEYS
Too many keys specified; max %d keys allowed- See Also:
- Constant Field Values
-
ER_TOO_MANY_KEY_PARTS
public static final int ER_TOO_MANY_KEY_PARTS
Too many key parts specified; max %d parts allowed- See Also:
- Constant Field Values
-
ER_TOO_LONG_KEY
public static final int ER_TOO_LONG_KEY
Specified key was too long; max key length is %d bytes- See Also:
- Constant Field Values
-
ER_KEY_COLUMN_DOES_NOT_EXITS
public static final int ER_KEY_COLUMN_DOES_NOT_EXITS
Key column '%-.192s' doesn't exist in table- See Also:
- Constant Field Values
-
ER_BLOB_USED_AS_KEY
public static final int ER_BLOB_USED_AS_KEY
BLOB column '%-.192s' can't be used in key specification with the used table type- See Also:
- Constant Field Values
-
ER_TOO_BIG_FIELDLENGTH
public static final int ER_TOO_BIG_FIELDLENGTH
Column length too big for column '%-.192s' (max = %lu); use BLOB or TEXT instead- See Also:
- Constant Field Values
-
ER_WRONG_AUTO_KEY
public static final int ER_WRONG_AUTO_KEY
Incorrect table definition; there can be only one auto column and it must be defined as a key- See Also:
- Constant Field Values
-
ER_READY
public static final int ER_READY
%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d- See Also:
- Constant Field Values
-
ER_NORMAL_SHUTDOWN
public static final int ER_NORMAL_SHUTDOWN
%s: Normal shutdown\n- See Also:
- Constant Field Values
-
ER_GOT_SIGNAL
public static final int ER_GOT_SIGNAL
%s: Got signal %d. Aborting!\n- See Also:
- Constant Field Values
-
ER_SHUTDOWN_COMPLETE
public static final int ER_SHUTDOWN_COMPLETE
%s: Shutdown complete\n- See Also:
- Constant Field Values
-
ER_FORCING_CLOSE
public static final int ER_FORCING_CLOSE
%s: Forcing close of thread %ld user: '%-.48s'\n- See Also:
- Constant Field Values
-
ER_IPSOCK_ERROR
public static final int ER_IPSOCK_ERROR
Can't create IP socket- See Also:
- Constant Field Values
-
ER_NO_SUCH_INDEX
public static final int ER_NO_SUCH_INDEX
Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the table- See Also:
- Constant Field Values
-
ER_WRONG_FIELD_TERMINATORS
public static final int ER_WRONG_FIELD_TERMINATORS
Field separator argument is not what is expected; check the manual- See Also:
- Constant Field Values
-
ER_BLOBS_AND_NO_TERMINATED
public static final int ER_BLOBS_AND_NO_TERMINATED
You can't use fixed rowlength with BLOBs; please use 'fields terminated by'- See Also:
- Constant Field Values
-
ER_TEXTFILE_NOT_READABLE
public static final int ER_TEXTFILE_NOT_READABLE
The file '%-.128s' must be in the database directory or be readable by all- See Also:
- Constant Field Values
-
ER_FILE_EXISTS_ERROR
public static final int ER_FILE_EXISTS_ERROR
File '%-.200s' already exists- See Also:
- Constant Field Values
-
ER_LOAD_INFO
public static final int ER_LOAD_INFO
Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld- See Also:
- Constant Field Values
-
ER_ALTER_INFO
public static final int ER_ALTER_INFO
Records: %ld Duplicates: %ld- See Also:
- Constant Field Values
-
ER_WRONG_SUB_KEY
public static final int ER_WRONG_SUB_KEY
Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys- See Also:
- Constant Field Values
-
ER_CANT_REMOVE_ALL_FIELDS
public static final int ER_CANT_REMOVE_ALL_FIELDS
You can't delete all columns with ALTER TABLE; use DROP TABLE instead- See Also:
- Constant Field Values
-
ER_CANT_DROP_FIELD_OR_KEY
public static final int ER_CANT_DROP_FIELD_OR_KEY
Can't DROP '%-.192s'; check that column/key exists- See Also:
- Constant Field Values
-
ER_INSERT_INFO
public static final int ER_INSERT_INFO
Records: %ld Duplicates: %ld Warnings: %ld- See Also:
- Constant Field Values
-
ER_UPDATE_TABLE_USED
public static final int ER_UPDATE_TABLE_USED
You can't specify target table '%-.192s' for update in FROM clause- See Also:
- Constant Field Values
-
ER_NO_SUCH_THREAD
public static final int ER_NO_SUCH_THREAD
Unknown thread id: %lu- See Also:
- Constant Field Values
-
ER_KILL_DENIED_ERROR
public static final int ER_KILL_DENIED_ERROR
You are not owner of thread %lu- See Also:
- Constant Field Values
-
ER_NO_TABLES_USED
public static final int ER_NO_TABLES_USED
No tables used- See Also:
- Constant Field Values
-
ER_TOO_BIG_SET
public static final int ER_TOO_BIG_SET
Too many strings for column %-.192s and SET- See Also:
- Constant Field Values
-
ER_NO_UNIQUE_LOGFILE
public static final int ER_NO_UNIQUE_LOGFILE
Can't generate a unique log-filename %-.200s.(1-999)\n- See Also:
- Constant Field Values
-
ER_TABLE_NOT_LOCKED_FOR_WRITE
public static final int ER_TABLE_NOT_LOCKED_FOR_WRITE
Table '%-.192s' was locked with a READ lock and can't be updated- See Also:
- Constant Field Values
-
ER_TABLE_NOT_LOCKED
public static final int ER_TABLE_NOT_LOCKED
Table '%-.192s' was not locked with LOCK TABLES- See Also:
- Constant Field Values
-
ER_BLOB_CANT_HAVE_DEFAULT
public static final int ER_BLOB_CANT_HAVE_DEFAULT
BLOB/TEXT column '%-.192s' can't have a default value- See Also:
- Constant Field Values
-
ER_WRONG_DB_NAME
public static final int ER_WRONG_DB_NAME
Incorrect database name '%-.100s'- See Also:
- Constant Field Values
-
ER_WRONG_TABLE_NAME
public static final int ER_WRONG_TABLE_NAME
Incorrect table name '%-.100s'- See Also:
- Constant Field Values
-
ER_TOO_BIG_SELECT
public static final int ER_TOO_BIG_SELECT
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay- See Also:
- Constant Field Values
-
ER_UNKNOWN_ERROR
public static final int ER_UNKNOWN_ERROR
Unknown error- See Also:
- Constant Field Values
-
ER_UNKNOWN_PROCEDURE
public static final int ER_UNKNOWN_PROCEDURE
Unknown procedure '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_PARAMCOUNT_TO_PROCEDURE
public static final int ER_WRONG_PARAMCOUNT_TO_PROCEDURE
Incorrect parameter count to procedure '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_PARAMETERS_TO_PROCEDURE
public static final int ER_WRONG_PARAMETERS_TO_PROCEDURE
Incorrect parameters to procedure '%-.192s'- See Also:
- Constant Field Values
-
ER_UNKNOWN_TABLE
public static final int ER_UNKNOWN_TABLE
Unknown table '%-.192s' in %-.32s- See Also:
- Constant Field Values
-
ER_FIELD_SPECIFIED_TWICE
public static final int ER_FIELD_SPECIFIED_TWICE
Column '%-.192s' specified twice- See Also:
- Constant Field Values
-
ER_INVALID_GROUP_FUNC_USE
public static final int ER_INVALID_GROUP_FUNC_USE
Invalid use of group function- See Also:
- Constant Field Values
-
ER_UNSUPPORTED_EXTENSION
public static final int ER_UNSUPPORTED_EXTENSION
Table '%-.192s' uses an extension that doesn't exist in this MySQL version- See Also:
- Constant Field Values
-
ER_TABLE_MUST_HAVE_COLUMNS
public static final int ER_TABLE_MUST_HAVE_COLUMNS
A table must have at least 1 column- See Also:
- Constant Field Values
-
ER_RECORD_FILE_FULL
public static final int ER_RECORD_FILE_FULL
The table '%-.192s' is full- See Also:
- Constant Field Values
-
ER_UNKNOWN_CHARACTER_SET
public static final int ER_UNKNOWN_CHARACTER_SET
Unknown character set: '%-.64s'- See Also:
- Constant Field Values
-
ER_TOO_MANY_TABLES
public static final int ER_TOO_MANY_TABLES
Too many tables; MySQL can only use %d tables in a join- See Also:
- Constant Field Values
-
ER_TOO_MANY_FIELDS
public static final int ER_TOO_MANY_FIELDS
Too many columns- See Also:
- Constant Field Values
-
ER_TOO_BIG_ROWSIZE
public static final int ER_TOO_BIG_ROWSIZE
Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs- See Also:
- Constant Field Values
-
ER_STACK_OVERRUN
public static final int ER_STACK_OVERRUN
Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed- See Also:
- Constant Field Values
-
ER_WRONG_OUTER_JOIN
public static final int ER_WRONG_OUTER_JOIN
Cross dependency found in OUTER JOIN; examine your ON conditions- See Also:
- Constant Field Values
-
ER_NULL_COLUMN_IN_INDEX
public static final int ER_NULL_COLUMN_IN_INDEX
Table handler doesn't support NULL in given index. Please change column '%-.192s' to be NOT NULL or use another handler- See Also:
- Constant Field Values
-
ER_CANT_FIND_UDF
public static final int ER_CANT_FIND_UDF
Can't load function '%-.192s'- See Also:
- Constant Field Values
-
ER_CANT_INITIALIZE_UDF
public static final int ER_CANT_INITIALIZE_UDF
Can't initialize function '%-.192s'; %-.80s- See Also:
- Constant Field Values
-
ER_UDF_NO_PATHS
public static final int ER_UDF_NO_PATHS
No paths allowed for shared library- See Also:
- Constant Field Values
-
ER_UDF_EXISTS
public static final int ER_UDF_EXISTS
Function '%-.192s' already exists- See Also:
- Constant Field Values
-
ER_CANT_OPEN_LIBRARY
public static final int ER_CANT_OPEN_LIBRARY
Can't open shared library '%-.192s' (errno: %d %-.128s)- See Also:
- Constant Field Values
-
ER_CANT_FIND_DL_ENTRY
public static final int ER_CANT_FIND_DL_ENTRY
Can't find symbol '%-.128s' in library- See Also:
- Constant Field Values
-
ER_FUNCTION_NOT_DEFINED
public static final int ER_FUNCTION_NOT_DEFINED
Function '%-.192s' is not defined- See Also:
- Constant Field Values
-
ER_HOST_IS_BLOCKED
public static final int ER_HOST_IS_BLOCKED
Host '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'- See Also:
- Constant Field Values
-
ER_HOST_NOT_PRIVILEGED
public static final int ER_HOST_NOT_PRIVILEGED
Host '%-.64s' is not allowed to connect to this MySQL server- See Also:
- Constant Field Values
-
ER_PASSWORD_ANONYMOUS_USER
public static final int ER_PASSWORD_ANONYMOUS_USER
You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords- See Also:
- Constant Field Values
-
ER_PASSWORD_NOT_ALLOWED
public static final int ER_PASSWORD_NOT_ALLOWED
You must have privileges to update tables in the mysql database to be able to change passwords for others- See Also:
- Constant Field Values
-
ER_PASSWORD_NO_MATCH
public static final int ER_PASSWORD_NO_MATCH
Can't find any matching row in the user table- See Also:
- Constant Field Values
-
ER_UPDATE_INFO
public static final int ER_UPDATE_INFO
Rows matched: %ld Changed: %ld Warnings: %ld- See Also:
- Constant Field Values
-
ER_CANT_CREATE_THREAD
public static final int ER_CANT_CREATE_THREAD
Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug- See Also:
- Constant Field Values
-
ER_WRONG_VALUE_COUNT_ON_ROW
public static final int ER_WRONG_VALUE_COUNT_ON_ROW
Column count doesn't match value count at row %ld- See Also:
- Constant Field Values
-
ER_CANT_REOPEN_TABLE
public static final int ER_CANT_REOPEN_TABLE
Can't reopen table: '%-.192s'- See Also:
- Constant Field Values
-
ER_INVALID_USE_OF_NULL
public static final int ER_INVALID_USE_OF_NULL
Invalid use of NULL value- See Also:
- Constant Field Values
-
ER_REGEXP_ERROR
public static final int ER_REGEXP_ERROR
Got error '%-.64s' from regexp- See Also:
- Constant Field Values
-
ER_MIX_OF_GROUP_FUNC_AND_FIELDS
public static final int ER_MIX_OF_GROUP_FUNC_AND_FIELDS
Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause- See Also:
- Constant Field Values
-
ER_NONEXISTING_GRANT
public static final int ER_NONEXISTING_GRANT
There is no such grant defined for user '%-.48s' on host '%-.64s'- See Also:
- Constant Field Values
-
ER_TABLEACCESS_DENIED_ERROR
public static final int ER_TABLEACCESS_DENIED_ERROR
%-.128s command denied to user '%-.48s'@'%-.64s' for table '%-.64s'- See Also:
- Constant Field Values
-
ER_COLUMNACCESS_DENIED_ERROR
public static final int ER_COLUMNACCESS_DENIED_ERROR
%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'- See Also:
- Constant Field Values
-
ER_ILLEGAL_GRANT_FOR_TABLE
public static final int ER_ILLEGAL_GRANT_FOR_TABLE
Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used- See Also:
- Constant Field Values
-
ER_GRANT_WRONG_HOST_OR_USER
public static final int ER_GRANT_WRONG_HOST_OR_USER
The host or user argument to GRANT is too long- See Also:
- Constant Field Values
-
ER_NO_SUCH_TABLE
public static final int ER_NO_SUCH_TABLE
Table '%-.192s.%-.192s' doesn't exist- See Also:
- Constant Field Values
-
ER_NONEXISTING_TABLE_GRANT
public static final int ER_NONEXISTING_TABLE_GRANT
There is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'- See Also:
- Constant Field Values
-
ER_NOT_ALLOWED_COMMAND
public static final int ER_NOT_ALLOWED_COMMAND
The used command is not allowed with this MySQL version- See Also:
- Constant Field Values
-
ER_SYNTAX_ERROR
public static final int ER_SYNTAX_ERROR
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use- See Also:
- Constant Field Values
-
ER_DELAYED_CANT_CHANGE_LOCK
public static final int ER_DELAYED_CANT_CHANGE_LOCK
Delayed insert thread couldn't get requested lock for table %-.192s- See Also:
- Constant Field Values
-
ER_TOO_MANY_DELAYED_THREADS
public static final int ER_TOO_MANY_DELAYED_THREADS
Too many delayed threads in use- See Also:
- Constant Field Values
-
ER_ABORTING_CONNECTION
public static final int ER_ABORTING_CONNECTION
Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)- See Also:
- Constant Field Values
-
ER_NET_PACKET_TOO_LARGE
public static final int ER_NET_PACKET_TOO_LARGE
Got a packet bigger than 'max_allowed_packet' bytes- See Also:
- Constant Field Values
-
ER_NET_READ_ERROR_FROM_PIPE
public static final int ER_NET_READ_ERROR_FROM_PIPE
Got a read error from the connection pipe- See Also:
- Constant Field Values
-
ER_NET_FCNTL_ERROR
public static final int ER_NET_FCNTL_ERROR
Got an error from fcntl()- See Also:
- Constant Field Values
-
ER_NET_PACKETS_OUT_OF_ORDER
public static final int ER_NET_PACKETS_OUT_OF_ORDER
Got packets out of order- See Also:
- Constant Field Values
-
ER_NET_UNCOMPRESS_ERROR
public static final int ER_NET_UNCOMPRESS_ERROR
Couldn't uncompress communication packet- See Also:
- Constant Field Values
-
ER_NET_READ_ERROR
public static final int ER_NET_READ_ERROR
Got an error reading communication packets- See Also:
- Constant Field Values
-
ER_NET_READ_INTERRUPTED
public static final int ER_NET_READ_INTERRUPTED
Got timeout reading communication packets- See Also:
- Constant Field Values
-
ER_NET_ERROR_ON_WRITE
public static final int ER_NET_ERROR_ON_WRITE
Got an error writing communication packets- See Also:
- Constant Field Values
-
ER_NET_WRITE_INTERRUPTED
public static final int ER_NET_WRITE_INTERRUPTED
Got timeout writing communication packets- See Also:
- Constant Field Values
-
ER_TOO_LONG_STRING
public static final int ER_TOO_LONG_STRING
Result string is longer than 'max_allowed_packet' bytes- See Also:
- Constant Field Values
-
ER_TABLE_CANT_HANDLE_BLOB
public static final int ER_TABLE_CANT_HANDLE_BLOB
The used table type doesn't support BLOB/TEXT columns- See Also:
- Constant Field Values
-
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
public static final int ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
The used table type doesn't support AUTO_INCREMENT columns- See Also:
- Constant Field Values
-
ER_DELAYED_INSERT_TABLE_LOCKED
public static final int ER_DELAYED_INSERT_TABLE_LOCKED
INSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLES- See Also:
- Constant Field Values
-
ER_WRONG_COLUMN_NAME
public static final int ER_WRONG_COLUMN_NAME
Incorrect column name '%-.100s'- See Also:
- Constant Field Values
-
ER_WRONG_KEY_COLUMN
public static final int ER_WRONG_KEY_COLUMN
The used storage engine can't index column '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_MRG_TABLE
public static final int ER_WRONG_MRG_TABLE
Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist- See Also:
- Constant Field Values
-
ER_DUP_UNIQUE
public static final int ER_DUP_UNIQUE
Can't write, because of unique constraint, to table '%-.192s'- See Also:
- Constant Field Values
-
ER_BLOB_KEY_WITHOUT_LENGTH
public static final int ER_BLOB_KEY_WITHOUT_LENGTH
BLOB/TEXT column '%-.192s' used in key specification without a key length- See Also:
- Constant Field Values
-
ER_PRIMARY_CANT_HAVE_NULL
public static final int ER_PRIMARY_CANT_HAVE_NULL
All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead- See Also:
- Constant Field Values
-
ER_TOO_MANY_ROWS
public static final int ER_TOO_MANY_ROWS
Result consisted of more than one row- See Also:
- Constant Field Values
-
ER_REQUIRES_PRIMARY_KEY
public static final int ER_REQUIRES_PRIMARY_KEY
This table type requires a primary key- See Also:
- Constant Field Values
-
ER_NO_RAID_COMPILED
public static final int ER_NO_RAID_COMPILED
This version of MySQL is not compiled with RAID support- See Also:
- Constant Field Values
-
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
public static final int ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column- See Also:
- Constant Field Values
-
ER_KEY_DOES_NOT_EXITS
public static final int ER_KEY_DOES_NOT_EXITS
Key '%-.192s' doesn't exist in table '%-.192s'- See Also:
- Constant Field Values
-
ER_CHECK_NO_SUCH_TABLE
public static final int ER_CHECK_NO_SUCH_TABLE
Can't open table- See Also:
- Constant Field Values
-
ER_CHECK_NOT_IMPLEMENTED
public static final int ER_CHECK_NOT_IMPLEMENTED
The storage engine for the table doesn't support %s- See Also:
- Constant Field Values
-
ER_CANT_DO_THIS_DURING_AN_TRANSACTION
public static final int ER_CANT_DO_THIS_DURING_AN_TRANSACTION
You are not allowed to execute this command in a transaction- See Also:
- Constant Field Values
-
ER_ERROR_DURING_COMMIT
public static final int ER_ERROR_DURING_COMMIT
Got error %d during COMMIT- See Also:
- Constant Field Values
-
ER_ERROR_DURING_ROLLBACK
public static final int ER_ERROR_DURING_ROLLBACK
Got error %d during ROLLBACK- See Also:
- Constant Field Values
-
ER_ERROR_DURING_FLUSH_LOGS
public static final int ER_ERROR_DURING_FLUSH_LOGS
Got error %d during FLUSH_LOGS- See Also:
- Constant Field Values
-
ER_ERROR_DURING_CHECKPOINT
public static final int ER_ERROR_DURING_CHECKPOINT
Got error %d during CHECKPOINT- See Also:
- Constant Field Values
-
ER_NEW_ABORTING_CONNECTION
public static final int ER_NEW_ABORTING_CONNECTION
Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)- See Also:
- Constant Field Values
-
ER_DUMP_NOT_IMPLEMENTED
public static final int ER_DUMP_NOT_IMPLEMENTED
The storage engine for the table does not support binary table dump- See Also:
- Constant Field Values
-
ER_FLUSH_MASTER_BINLOG_CLOSED
public static final int ER_FLUSH_MASTER_BINLOG_CLOSED
Binlog closed, cannot RESET MASTER- See Also:
- Constant Field Values
-
ER_INDEX_REBUILD
public static final int ER_INDEX_REBUILD
Failed rebuilding the index of dumped table '%-.192s'- See Also:
- Constant Field Values
-
ER_MASTER
public static final int ER_MASTER
Error from master: '%-.64s'- See Also:
- Constant Field Values
-
ER_MASTER_NET_READ
public static final int ER_MASTER_NET_READ
Net error reading from master- See Also:
- Constant Field Values
-
ER_MASTER_NET_WRITE
public static final int ER_MASTER_NET_WRITE
Net error writing to master- See Also:
- Constant Field Values
-
ER_FT_MATCHING_KEY_NOT_FOUND
public static final int ER_FT_MATCHING_KEY_NOT_FOUND
Can't find FULLTEXT index matching the column list- See Also:
- Constant Field Values
-
ER_LOCK_OR_ACTIVE_TRANSACTION
public static final int ER_LOCK_OR_ACTIVE_TRANSACTION
Can't execute the given command because you have active locked tables or an active transaction- See Also:
- Constant Field Values
-
ER_UNKNOWN_SYSTEM_VARIABLE
public static final int ER_UNKNOWN_SYSTEM_VARIABLE
Unknown system variable '%-.64s'- See Also:
- Constant Field Values
-
ER_CRASHED_ON_USAGE
public static final int ER_CRASHED_ON_USAGE
Table '%-.192s' is marked as crashed and should be repaired- See Also:
- Constant Field Values
-
ER_CRASHED_ON_REPAIR
public static final int ER_CRASHED_ON_REPAIR
Table '%-.192s' is marked as crashed and last (automatic?) repair failed- See Also:
- Constant Field Values
-
ER_WARNING_NOT_COMPLETE_ROLLBACK
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACK
Some non-transactional changed tables couldn't be rolled back- See Also:
- Constant Field Values
-
ER_TRANS_CACHE_FULL
public static final int ER_TRANS_CACHE_FULL
Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again- See Also:
- Constant Field Values
-
ER_SLAVE_MUST_STOP
public static final int ER_SLAVE_MUST_STOP
This operation cannot be performed with a running slave; run STOP SLAVE first- See Also:
- Constant Field Values
-
ER_SLAVE_NOT_RUNNING
public static final int ER_SLAVE_NOT_RUNNING
This operation requires a running slave; configure slave and do START SLAVE- See Also:
- Constant Field Values
-
ER_BAD_SLAVE
public static final int ER_BAD_SLAVE
The server is not configured as slave; fix in config file or with CHANGE MASTER TO- See Also:
- Constant Field Values
-
ER_MASTER_INFO
public static final int ER_MASTER_INFO
Could not initialize master info structure; more error messages can be found in the MySQL error log- See Also:
- Constant Field Values
-
ER_SLAVE_THREAD
public static final int ER_SLAVE_THREAD
Could not create slave thread; check system resources- See Also:
- Constant Field Values
-
ER_TOO_MANY_USER_CONNECTIONS
public static final int ER_TOO_MANY_USER_CONNECTIONS
User %-.64s already has more than 'max_user_connections' active connections- See Also:
- Constant Field Values
-
ER_SET_CONSTANTS_ONLY
public static final int ER_SET_CONSTANTS_ONLY
You may only use constant expressions with SET- See Also:
- Constant Field Values
-
ER_LOCK_WAIT_TIMEOUT
public static final int ER_LOCK_WAIT_TIMEOUT
Lock wait timeout exceeded; try restarting transaction- See Also:
- Constant Field Values
-
ER_LOCK_TABLE_FULL
public static final int ER_LOCK_TABLE_FULL
The total number of locks exceeds the lock table size- See Also:
- Constant Field Values
-
ER_READ_ONLY_TRANSACTION
public static final int ER_READ_ONLY_TRANSACTION
Update locks cannot be acquired during a READ UNCOMMITTED transaction- See Also:
- Constant Field Values
-
ER_DROP_DB_WITH_READ_LOCK
public static final int ER_DROP_DB_WITH_READ_LOCK
DROP DATABASE not allowed while thread is holding global read lock- See Also:
- Constant Field Values
-
ER_CREATE_DB_WITH_READ_LOCK
public static final int ER_CREATE_DB_WITH_READ_LOCK
CREATE DATABASE not allowed while thread is holding global read lock- See Also:
- Constant Field Values
-
ER_WRONG_ARGUMENTS
public static final int ER_WRONG_ARGUMENTS
Incorrect arguments to %s- See Also:
- Constant Field Values
-
ER_NO_PERMISSION_TO_CREATE_USER
public static final int ER_NO_PERMISSION_TO_CREATE_USER
'%-.48s'@'%-.64s' is not allowed to create new users- See Also:
- Constant Field Values
-
ER_UNION_TABLES_IN_DIFFERENT_DIR
public static final int ER_UNION_TABLES_IN_DIFFERENT_DIR
Incorrect table definition; all MERGE tables must be in the same database- See Also:
- Constant Field Values
-
ER_LOCK_DEADLOCK
public static final int ER_LOCK_DEADLOCK
Deadlock found when trying to get lock; try restarting transaction- See Also:
- Constant Field Values
-
ER_TABLE_CANT_HANDLE_FT
public static final int ER_TABLE_CANT_HANDLE_FT
The used table type doesn't support FULLTEXT indexes- See Also:
- Constant Field Values
-
ER_CANNOT_ADD_FOREIGN
public static final int ER_CANNOT_ADD_FOREIGN
Cannot add foreign key constraint- See Also:
- Constant Field Values
-
ER_NO_REFERENCED_ROW
public static final int ER_NO_REFERENCED_ROW
Cannot add or update a child row: a foreign key constraint fails- See Also:
- Constant Field Values
-
ER_ROW_IS_REFERENCED
public static final int ER_ROW_IS_REFERENCED
Cannot delete or update a parent row: a foreign key constraint fails- See Also:
- Constant Field Values
-
ER_CONNECT_TO_MASTER
public static final int ER_CONNECT_TO_MASTER
Error connecting to master: %-.128s- See Also:
- Constant Field Values
-
ER_QUERY_ON_MASTER
public static final int ER_QUERY_ON_MASTER
Error running query on master: %-.128s- See Also:
- Constant Field Values
-
ER_ERROR_WHEN_EXECUTING_COMMAND
public static final int ER_ERROR_WHEN_EXECUTING_COMMAND
Error when executing command %s: %-.128s- See Also:
- Constant Field Values
-
ER_WRONG_USAGE
public static final int ER_WRONG_USAGE
Incorrect usage of %s and %s- See Also:
- Constant Field Values
-
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
public static final int ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
The used SELECT statements have a different number of columns- See Also:
- Constant Field Values
-
ER_CANT_UPDATE_WITH_READLOCK
public static final int ER_CANT_UPDATE_WITH_READLOCK
Can't execute the query because you have a conflicting read lock- See Also:
- Constant Field Values
-
ER_MIXING_NOT_ALLOWED
public static final int ER_MIXING_NOT_ALLOWED
Mixing of transactional and non-transactional tables is disabled- See Also:
- Constant Field Values
-
ER_DUP_ARGUMENT
public static final int ER_DUP_ARGUMENT
Option '%s' used twice in statement- See Also:
- Constant Field Values
-
ER_USER_LIMIT_REACHED
public static final int ER_USER_LIMIT_REACHED
User '%-.64s' has exceeded the '%s' resource (current value: %ld)- See Also:
- Constant Field Values
-
ER_SPECIFIC_ACCESS_DENIED_ERROR
public static final int ER_SPECIFIC_ACCESS_DENIED_ERROR
Access denied; you need (at least one of) the %-.128s privilege(s) for this operation- See Also:
- Constant Field Values
-
ER_LOCAL_VARIABLE
public static final int ER_LOCAL_VARIABLE
Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL- See Also:
- Constant Field Values
-
ER_GLOBAL_VARIABLE
public static final int ER_GLOBAL_VARIABLE
Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL- See Also:
- Constant Field Values
-
ER_NO_DEFAULT
public static final int ER_NO_DEFAULT
Variable '%-.64s' doesn't have a default value- See Also:
- Constant Field Values
-
ER_WRONG_VALUE_FOR_VAR
public static final int ER_WRONG_VALUE_FOR_VAR
Variable '%-.64s' can't be set to the value of '%-.200s'- See Also:
- Constant Field Values
-
ER_WRONG_TYPE_FOR_VAR
public static final int ER_WRONG_TYPE_FOR_VAR
Incorrect argument type to variable '%-.64s'- See Also:
- Constant Field Values
-
ER_VAR_CANT_BE_READ
public static final int ER_VAR_CANT_BE_READ
Variable '%-.64s' can only be set, not read- See Also:
- Constant Field Values
-
ER_CANT_USE_OPTION_HERE
public static final int ER_CANT_USE_OPTION_HERE
Incorrect usage/placement of '%s'- See Also:
- Constant Field Values
-
ER_NOT_SUPPORTED_YET
public static final int ER_NOT_SUPPORTED_YET
This version of MySQL doesn't yet support '%s'- See Also:
- Constant Field Values
-
ER_MASTER_FATAL_ERROR_READING_BINLOG
public static final int ER_MASTER_FATAL_ERROR_READING_BINLOG
Got fatal error %d from master when reading data from binary log: '%-.320s'- See Also:
- Constant Field Values
-
ER_SLAVE_IGNORED_TABLE
public static final int ER_SLAVE_IGNORED_TABLE
Slave SQL thread ignored the query because of replicate-*-table rules- See Also:
- Constant Field Values
-
ER_INCORRECT_GLOBAL_LOCAL_VAR
public static final int ER_INCORRECT_GLOBAL_LOCAL_VAR
Variable '%-.192s' is a %s variable- See Also:
- Constant Field Values
-
ER_WRONG_FK_DEF
public static final int ER_WRONG_FK_DEF
Incorrect foreign key definition for '%-.192s': %s- See Also:
- Constant Field Values
-
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
public static final int ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
Key reference and table reference don't match- See Also:
- Constant Field Values
-
ER_OPERAND_COLUMNS
public static final int ER_OPERAND_COLUMNS
Operand should contain %d column(s)- See Also:
- Constant Field Values
-
ER_SUBQUERY_NO_1_ROW
public static final int ER_SUBQUERY_NO_1_ROW
Subquery returns more than 1 row- See Also:
- Constant Field Values
-
ER_UNKNOWN_STMT_HANDLER
public static final int ER_UNKNOWN_STMT_HANDLER
Unknown prepared statement handler (%.*s) given to %s- See Also:
- Constant Field Values
-
ER_CORRUPT_HELP_DB
public static final int ER_CORRUPT_HELP_DB
Help database is corrupt or does not exist- See Also:
- Constant Field Values
-
ER_CYCLIC_REFERENCE
public static final int ER_CYCLIC_REFERENCE
Cyclic reference on subqueries- See Also:
- Constant Field Values
-
ER_AUTO_CONVERT
public static final int ER_AUTO_CONVERT
Converting column '%s' from %s to %s- See Also:
- Constant Field Values
-
ER_ILLEGAL_REFERENCE
public static final int ER_ILLEGAL_REFERENCE
Reference '%-.64s' not supported (%s)- See Also:
- Constant Field Values
-
ER_DERIVED_MUST_HAVE_ALIAS
public static final int ER_DERIVED_MUST_HAVE_ALIAS
Every derived table must have its own alias- See Also:
- Constant Field Values
-
ER_SELECT_REDUCED
public static final int ER_SELECT_REDUCED
Select %u was reduced during optimization- See Also:
- Constant Field Values
-
ER_TABLENAME_NOT_ALLOWED_HERE
public static final int ER_TABLENAME_NOT_ALLOWED_HERE
Table '%-.192s' from one of the SELECTs cannot be used in %-.32s- See Also:
- Constant Field Values
-
ER_NOT_SUPPORTED_AUTH_MODE
public static final int ER_NOT_SUPPORTED_AUTH_MODE
Client does not support authentication protocol requested by server; consider upgrading MySQL client- See Also:
- Constant Field Values
-
ER_SPATIAL_CANT_HAVE_NULL
public static final int ER_SPATIAL_CANT_HAVE_NULL
All parts of a SPATIAL index must be NOT NULL- See Also:
- Constant Field Values
-
ER_COLLATION_CHARSET_MISMATCH
public static final int ER_COLLATION_CHARSET_MISMATCH
COLLATION '%s' is not valid for CHARACTER SET '%s'- See Also:
- Constant Field Values
-
ER_SLAVE_WAS_RUNNING
public static final int ER_SLAVE_WAS_RUNNING
Slave is already running- See Also:
- Constant Field Values
-
ER_SLAVE_WAS_NOT_RUNNING
public static final int ER_SLAVE_WAS_NOT_RUNNING
Slave already has been stopped- See Also:
- Constant Field Values
-
ER_TOO_BIG_FOR_UNCOMPRESS
public static final int ER_TOO_BIG_FOR_UNCOMPRESS
Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)- See Also:
- Constant Field Values
-
ER_ZLIB_Z_MEM_ERROR
public static final int ER_ZLIB_Z_MEM_ERROR
ZLIB: Not enough memory- See Also:
- Constant Field Values
-
ER_ZLIB_Z_BUF_ERROR
public static final int ER_ZLIB_Z_BUF_ERROR
ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)- See Also:
- Constant Field Values
-
ER_ZLIB_Z_DATA_ERROR
public static final int ER_ZLIB_Z_DATA_ERROR
ZLIB: Input data corrupted- See Also:
- Constant Field Values
-
ER_CUT_VALUE_GROUP_CONCAT
public static final int ER_CUT_VALUE_GROUP_CONCAT
Row %u was cut by GROUP_CONCAT()- See Also:
- Constant Field Values
-
ER_WARN_TOO_FEW_RECORDS
public static final int ER_WARN_TOO_FEW_RECORDS
Row %ld doesn't contain data for all columns- See Also:
- Constant Field Values
-
ER_WARN_TOO_MANY_RECORDS
public static final int ER_WARN_TOO_MANY_RECORDS
Row %ld was truncated; it contained more data than there were input columns- See Also:
- Constant Field Values
-
ER_WARN_NULL_TO_NOTNULL
public static final int ER_WARN_NULL_TO_NOTNULL
Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld- See Also:
- Constant Field Values
-
ER_WARN_DATA_OUT_OF_RANGE
public static final int ER_WARN_DATA_OUT_OF_RANGE
Out of range value for column '%s' at row %ld- See Also:
- Constant Field Values
-
WARN_DATA_TRUNCATED
public static final int WARN_DATA_TRUNCATED
Data truncated for column '%s' at row %ld- See Also:
- Constant Field Values
-
ER_WARN_USING_OTHER_HANDLER
public static final int ER_WARN_USING_OTHER_HANDLER
Using storage engine %s for table '%s'- See Also:
- Constant Field Values
-
ER_CANT_AGGREGATE_2COLLATIONS
public static final int ER_CANT_AGGREGATE_2COLLATIONS
Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'- See Also:
- Constant Field Values
-
ER_DROP_USER
public static final int ER_DROP_USER
Cannot drop one or more of the requested users- See Also:
- Constant Field Values
-
ER_REVOKE_GRANTS
public static final int ER_REVOKE_GRANTS
Can't revoke all privileges for one or more of the requested users- See Also:
- Constant Field Values
-
ER_CANT_AGGREGATE_3COLLATIONS
public static final int ER_CANT_AGGREGATE_3COLLATIONS
Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'- See Also:
- Constant Field Values
-
ER_CANT_AGGREGATE_NCOLLATIONS
public static final int ER_CANT_AGGREGATE_NCOLLATIONS
Illegal mix of collations for operation '%s'- See Also:
- Constant Field Values
-
ER_VARIABLE_IS_NOT_STRUCT
public static final int ER_VARIABLE_IS_NOT_STRUCT
Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)- See Also:
- Constant Field Values
-
ER_UNKNOWN_COLLATION
public static final int ER_UNKNOWN_COLLATION
Unknown collation: '%-.64s'- See Also:
- Constant Field Values
-
ER_SLAVE_IGNORED_SSL_PARAMS
public static final int ER_SLAVE_IGNORED_SSL_PARAMS
SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started- See Also:
- Constant Field Values
-
ER_SERVER_IS_IN_SECURE_AUTH_MODE
public static final int ER_SERVER_IS_IN_SECURE_AUTH_MODE
Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format- See Also:
- Constant Field Values
-
ER_WARN_FIELD_RESOLVED
public static final int ER_WARN_FIELD_RESOLVED
Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d- See Also:
- Constant Field Values
-
ER_BAD_SLAVE_UNTIL_COND
public static final int ER_BAD_SLAVE_UNTIL_COND
Incorrect parameter or combination of parameters for START SLAVE UNTIL- See Also:
- Constant Field Values
-
ER_MISSING_SKIP_SLAVE
public static final int ER_MISSING_SKIP_SLAVE
It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart- See Also:
- Constant Field Values
-
ER_UNTIL_COND_IGNORED
public static final int ER_UNTIL_COND_IGNORED
SQL thread is not to be started so UNTIL options are ignored- See Also:
- Constant Field Values
-
ER_WRONG_NAME_FOR_INDEX
public static final int ER_WRONG_NAME_FOR_INDEX
Incorrect index name '%-.100s'- See Also:
- Constant Field Values
-
ER_WRONG_NAME_FOR_CATALOG
public static final int ER_WRONG_NAME_FOR_CATALOG
Incorrect catalog name '%-.100s'- See Also:
- Constant Field Values
-
ER_WARN_QC_RESIZE
public static final int ER_WARN_QC_RESIZE
Query cache failed to set size %lu; new query cache size is %lu- See Also:
- Constant Field Values
-
ER_BAD_FT_COLUMN
public static final int ER_BAD_FT_COLUMN
Column '%-.192s' cannot be part of FULLTEXT index- See Also:
- Constant Field Values
-
ER_UNKNOWN_KEY_CACHE
public static final int ER_UNKNOWN_KEY_CACHE
Unknown key cache '%-.100s'- See Also:
- Constant Field Values
-
ER_WARN_HOSTNAME_WONT_WORK
public static final int ER_WARN_HOSTNAME_WONT_WORK
MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work- See Also:
- Constant Field Values
-
ER_UNKNOWN_STORAGE_ENGINE
public static final int ER_UNKNOWN_STORAGE_ENGINE
Unknown storage engine '%s'- See Also:
- Constant Field Values
-
ER_WARN_DEPRECATED_SYNTAX
public static final int ER_WARN_DEPRECATED_SYNTAX
'%s' is deprecated and will be removed in a future release. Please use %s instead- See Also:
- Constant Field Values
-
ER_NON_UPDATABLE_TABLE
public static final int ER_NON_UPDATABLE_TABLE
The target table %-.100s of the %s is not updatable- See Also:
- Constant Field Values
-
ER_FEATURE_DISABLED
public static final int ER_FEATURE_DISABLED
The '%s' feature is disabled; you need MySQL built with '%s' to have it working- See Also:
- Constant Field Values
-
ER_OPTION_PREVENTS_STATEMENT
public static final int ER_OPTION_PREVENTS_STATEMENT
The MySQL server is running with the %s option so it cannot execute this statement- See Also:
- Constant Field Values
-
ER_DUPLICATED_VALUE_IN_TYPE
public static final int ER_DUPLICATED_VALUE_IN_TYPE
Column '%-.100s' has duplicated value '%-.64s' in %s- See Also:
- Constant Field Values
-
ER_TRUNCATED_WRONG_VALUE
public static final int ER_TRUNCATED_WRONG_VALUE
Truncated incorrect %-.32s value: '%-.128s'- See Also:
- Constant Field Values
-
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
public static final int ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause- See Also:
- Constant Field Values
-
ER_INVALID_ON_UPDATE
public static final int ER_INVALID_ON_UPDATE
Invalid ON UPDATE clause for '%-.192s' column- See Also:
- Constant Field Values
-
ER_UNSUPPORTED_PS
public static final int ER_UNSUPPORTED_PS
This command is not supported in the prepared statement protocol yet- See Also:
- Constant Field Values
-
ER_GET_ERRMSG
public static final int ER_GET_ERRMSG
Got error %d '%-.100s' from %s- See Also:
- Constant Field Values
-
ER_GET_TEMPORARY_ERRMSG
public static final int ER_GET_TEMPORARY_ERRMSG
Got temporary error %d '%-.100s' from %s- See Also:
- Constant Field Values
-
ER_UNKNOWN_TIME_ZONE
public static final int ER_UNKNOWN_TIME_ZONE
Unknown or incorrect time zone: '%-.64s'- See Also:
- Constant Field Values
-
ER_WARN_INVALID_TIMESTAMP
public static final int ER_WARN_INVALID_TIMESTAMP
Invalid TIMESTAMP value in column '%s' at row %ld- See Also:
- Constant Field Values
-
ER_INVALID_CHARACTER_STRING
public static final int ER_INVALID_CHARACTER_STRING
Invalid %s character string: '%.64s'- See Also:
- Constant Field Values
-
ER_WARN_ALLOWED_PACKET_OVERFLOWED
public static final int ER_WARN_ALLOWED_PACKET_OVERFLOWED
Result of %s() was larger than max_allowed_packet (%ld) - truncated- See Also:
- Constant Field Values
-
ER_CONFLICTING_DECLARATIONS
public static final int ER_CONFLICTING_DECLARATIONS
Conflicting declarations: '%s%s' and '%s%s'- See Also:
- Constant Field Values
-
ER_SP_NO_RECURSIVE_CREATE
public static final int ER_SP_NO_RECURSIVE_CREATE
Can't create a %s from within another stored routine- See Also:
- Constant Field Values
-
ER_SP_ALREADY_EXISTS
public static final int ER_SP_ALREADY_EXISTS
%s %s already exists- See Also:
- Constant Field Values
-
ER_SP_DOES_NOT_EXIST
public static final int ER_SP_DOES_NOT_EXIST
%s %s does not exist- See Also:
- Constant Field Values
-
ER_SP_DROP_FAILED
public static final int ER_SP_DROP_FAILED
Failed to DROP %s %s- See Also:
- Constant Field Values
-
ER_SP_STORE_FAILED
public static final int ER_SP_STORE_FAILED
Failed to CREATE %s %s- See Also:
- Constant Field Values
-
ER_SP_LILABEL_MISMATCH
public static final int ER_SP_LILABEL_MISMATCH
%s with no matching label: %s- See Also:
- Constant Field Values
-
ER_SP_LABEL_REDEFINE
public static final int ER_SP_LABEL_REDEFINE
Redefining label %s- See Also:
- Constant Field Values
-
ER_SP_LABEL_MISMATCH
public static final int ER_SP_LABEL_MISMATCH
End-label %s without match- See Also:
- Constant Field Values
-
ER_SP_UNINIT_VAR
public static final int ER_SP_UNINIT_VAR
Referring to uninitialized variable %s- See Also:
- Constant Field Values
-
ER_SP_BADSELECT
public static final int ER_SP_BADSELECT
PROCEDURE %s can't return a result set in the given context- See Also:
- Constant Field Values
-
ER_SP_BADRETURN
public static final int ER_SP_BADRETURN
RETURN is only allowed in a FUNCTION- See Also:
- Constant Field Values
-
ER_SP_BADSTATEMENT
public static final int ER_SP_BADSTATEMENT
%s is not allowed in stored procedures- See Also:
- Constant Field Values
-
ER_UPDATE_LOG_DEPRECATED_IGNORED
public static final int ER_UPDATE_LOG_DEPRECATED_IGNORED
The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.- See Also:
- Constant Field Values
-
ER_UPDATE_LOG_DEPRECATED_TRANSLATED
public static final int ER_UPDATE_LOG_DEPRECATED_TRANSLATED
The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.- See Also:
- Constant Field Values
-
ER_QUERY_INTERRUPTED
public static final int ER_QUERY_INTERRUPTED
Query execution was interrupted- See Also:
- Constant Field Values
-
ER_SP_WRONG_NO_OF_ARGS
public static final int ER_SP_WRONG_NO_OF_ARGS
Incorrect number of arguments for %s %s; expected %u, got %u- See Also:
- Constant Field Values
-
ER_SP_COND_MISMATCH
public static final int ER_SP_COND_MISMATCH
Undefined CONDITION: %s- See Also:
- Constant Field Values
-
ER_SP_NORETURN
public static final int ER_SP_NORETURN
No RETURN found in FUNCTION %s- See Also:
- Constant Field Values
-
ER_SP_NORETURNEND
public static final int ER_SP_NORETURNEND
FUNCTION %s ended without RETURN- See Also:
- Constant Field Values
-
ER_SP_BAD_CURSOR_QUERY
public static final int ER_SP_BAD_CURSOR_QUERY
Cursor statement must be a SELECT- See Also:
- Constant Field Values
-
ER_SP_BAD_CURSOR_SELECT
public static final int ER_SP_BAD_CURSOR_SELECT
Cursor SELECT must not have INTO- See Also:
- Constant Field Values
-
ER_SP_CURSOR_MISMATCH
public static final int ER_SP_CURSOR_MISMATCH
Undefined CURSOR: %s- See Also:
- Constant Field Values
-
ER_SP_CURSOR_ALREADY_OPEN
public static final int ER_SP_CURSOR_ALREADY_OPEN
Cursor is already open- See Also:
- Constant Field Values
-
ER_SP_CURSOR_NOT_OPEN
public static final int ER_SP_CURSOR_NOT_OPEN
Cursor is not open- See Also:
- Constant Field Values
-
ER_SP_UNDECLARED_VAR
public static final int ER_SP_UNDECLARED_VAR
Undeclared variable: %s- See Also:
- Constant Field Values
-
ER_SP_WRONG_NO_OF_FETCH_ARGS
public static final int ER_SP_WRONG_NO_OF_FETCH_ARGS
Incorrect number of FETCH variables- See Also:
- Constant Field Values
-
ER_SP_FETCH_NO_DATA
public static final int ER_SP_FETCH_NO_DATA
No data - zero rows fetched, selected, or processed- See Also:
- Constant Field Values
-
ER_SP_DUP_PARAM
public static final int ER_SP_DUP_PARAM
Duplicate parameter: %s- See Also:
- Constant Field Values
-
ER_SP_DUP_VAR
public static final int ER_SP_DUP_VAR
Duplicate variable: %s- See Also:
- Constant Field Values
-
ER_SP_DUP_COND
public static final int ER_SP_DUP_COND
Duplicate condition: %s- See Also:
- Constant Field Values
-
ER_SP_DUP_CURS
public static final int ER_SP_DUP_CURS
Duplicate cursor: %s- See Also:
- Constant Field Values
-
ER_SP_CANT_ALTER
public static final int ER_SP_CANT_ALTER
Failed to ALTER %s %s- See Also:
- Constant Field Values
-
ER_SP_SUBSELECT_NYI
public static final int ER_SP_SUBSELECT_NYI
Subquery value not supported- See Also:
- Constant Field Values
-
ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
public static final int ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
%s is not allowed in stored function or trigger- See Also:
- Constant Field Values
-
ER_SP_VARCOND_AFTER_CURSHNDLR
public static final int ER_SP_VARCOND_AFTER_CURSHNDLR
Variable or condition declaration after cursor or handler declaration- See Also:
- Constant Field Values
-
ER_SP_CURSOR_AFTER_HANDLER
public static final int ER_SP_CURSOR_AFTER_HANDLER
Cursor declaration after handler declaration- See Also:
- Constant Field Values
-
ER_SP_CASE_NOT_FOUND
public static final int ER_SP_CASE_NOT_FOUND
Case not found for CASE statement- See Also:
- Constant Field Values
-
ER_FPARSER_TOO_BIG_FILE
public static final int ER_FPARSER_TOO_BIG_FILE
Configuration file '%-.192s' is too big- See Also:
- Constant Field Values
-
ER_FPARSER_BAD_HEADER
public static final int ER_FPARSER_BAD_HEADER
Malformed file type header in file '%-.192s'- See Also:
- Constant Field Values
-
ER_FPARSER_EOF_IN_COMMENT
public static final int ER_FPARSER_EOF_IN_COMMENT
Unexpected end of file while parsing comment '%-.200s'- See Also:
- Constant Field Values
-
ER_FPARSER_ERROR_IN_PARAMETER
public static final int ER_FPARSER_ERROR_IN_PARAMETER
Error while parsing parameter '%-.192s' (line: '%-.192s')- See Also:
- Constant Field Values
-
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
public static final int ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
Unexpected end of file while skipping unknown parameter '%-.192s'- See Also:
- Constant Field Values
-
ER_VIEW_NO_EXPLAIN
public static final int ER_VIEW_NO_EXPLAIN
EXPLAIN/SHOW can not be issued; lacking privileges for underlying table- See Also:
- Constant Field Values
-
ER_FRM_UNKNOWN_TYPE
public static final int ER_FRM_UNKNOWN_TYPE
File '%-.192s' has unknown type '%-.64s' in its header- See Also:
- Constant Field Values
-
ER_WRONG_OBJECT
public static final int ER_WRONG_OBJECT
'%-.192s.%-.192s' is not %s- See Also:
- Constant Field Values
-
ER_NONUPDATEABLE_COLUMN
public static final int ER_NONUPDATEABLE_COLUMN
Column '%-.192s' is not updatable- See Also:
- Constant Field Values
-
ER_VIEW_SELECT_DERIVED
public static final int ER_VIEW_SELECT_DERIVED
View's SELECT contains a subquery in the FROM clause- See Also:
- Constant Field Values
-
ER_VIEW_SELECT_CLAUSE
public static final int ER_VIEW_SELECT_CLAUSE
View's SELECT contains a '%s' clause- See Also:
- Constant Field Values
-
ER_VIEW_SELECT_VARIABLE
public static final int ER_VIEW_SELECT_VARIABLE
View's SELECT contains a variable or parameter- See Also:
- Constant Field Values
-
ER_VIEW_SELECT_TMPTABLE
public static final int ER_VIEW_SELECT_TMPTABLE
View's SELECT refers to a temporary table '%-.192s'- See Also:
- Constant Field Values
-
ER_VIEW_WRONG_LIST
public static final int ER_VIEW_WRONG_LIST
View's SELECT and view's field list have different column counts- See Also:
- Constant Field Values
-
ER_WARN_VIEW_MERGE
public static final int ER_WARN_VIEW_MERGE
View merge algorithm can't be used here for now (assumed undefined algorithm)- See Also:
- Constant Field Values
-
ER_WARN_VIEW_WITHOUT_KEY
public static final int ER_WARN_VIEW_WITHOUT_KEY
View being updated does not have complete key of underlying table in it- See Also:
- Constant Field Values
-
ER_VIEW_INVALID
public static final int ER_VIEW_INVALID
View '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them- See Also:
- Constant Field Values
-
ER_SP_NO_DROP_SP
public static final int ER_SP_NO_DROP_SP
Can't drop or alter a %s from within another stored routine- See Also:
- Constant Field Values
-
ER_SP_GOTO_IN_HNDLR
public static final int ER_SP_GOTO_IN_HNDLR
GOTO is not allowed in a stored procedure handler- See Also:
- Constant Field Values
-
ER_TRG_ALREADY_EXISTS
public static final int ER_TRG_ALREADY_EXISTS
Trigger already exists- See Also:
- Constant Field Values
-
ER_TRG_DOES_NOT_EXIST
public static final int ER_TRG_DOES_NOT_EXIST
Trigger does not exist- See Also:
- Constant Field Values
-
ER_TRG_ON_VIEW_OR_TEMP_TABLE
public static final int ER_TRG_ON_VIEW_OR_TEMP_TABLE
Trigger's '%-.192s' is view or temporary table- See Also:
- Constant Field Values
-
ER_TRG_CANT_CHANGE_ROW
public static final int ER_TRG_CANT_CHANGE_ROW
Updating of %s row is not allowed in %strigger- See Also:
- Constant Field Values
-
ER_TRG_NO_SUCH_ROW_IN_TRG
public static final int ER_TRG_NO_SUCH_ROW_IN_TRG
There is no %s row in %s trigger- See Also:
- Constant Field Values
-
ER_NO_DEFAULT_FOR_FIELD
public static final int ER_NO_DEFAULT_FOR_FIELD
Field '%-.192s' doesn't have a default value- See Also:
- Constant Field Values
-
ER_DIVISION_BY_ZERO
public static final int ER_DIVISION_BY_ZERO
Division by 0- See Also:
- Constant Field Values
-
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
public static final int ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld- See Also:
- Constant Field Values
-
ER_ILLEGAL_VALUE_FOR_TYPE
public static final int ER_ILLEGAL_VALUE_FOR_TYPE
Illegal %s '%-.192s' value found during parsing- See Also:
- Constant Field Values
-
ER_VIEW_NONUPD_CHECK
public static final int ER_VIEW_NONUPD_CHECK
CHECK OPTION on non-updatable view '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_VIEW_CHECK_FAILED
public static final int ER_VIEW_CHECK_FAILED
CHECK OPTION failed '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_PROCACCESS_DENIED_ERROR
public static final int ER_PROCACCESS_DENIED_ERROR
%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'- See Also:
- Constant Field Values
-
ER_RELAY_LOG_FAIL
public static final int ER_RELAY_LOG_FAIL
Failed purging old relay logs: %s- See Also:
- Constant Field Values
-
ER_PASSWD_LENGTH
public static final int ER_PASSWD_LENGTH
Password hash should be a %d-digit hexadecimal number- See Also:
- Constant Field Values
-
ER_UNKNOWN_TARGET_BINLOG
public static final int ER_UNKNOWN_TARGET_BINLOG
Target log not found in binlog index- See Also:
- Constant Field Values
-
ER_IO_ERR_LOG_INDEX_READ
public static final int ER_IO_ERR_LOG_INDEX_READ
I/O error reading log index file- See Also:
- Constant Field Values
-
ER_BINLOG_PURGE_PROHIBITED
public static final int ER_BINLOG_PURGE_PROHIBITED
Server configuration does not permit binlog purge- See Also:
- Constant Field Values
-
ER_FSEEK_FAIL
public static final int ER_FSEEK_FAIL
Failed on fseek()- See Also:
- Constant Field Values
-
ER_BINLOG_PURGE_FATAL_ERR
public static final int ER_BINLOG_PURGE_FATAL_ERR
Fatal error during log purge- See Also:
- Constant Field Values
-
ER_LOG_IN_USE
public static final int ER_LOG_IN_USE
A purgeable log is in use, will not purge- See Also:
- Constant Field Values
-
ER_LOG_PURGE_UNKNOWN_ERR
public static final int ER_LOG_PURGE_UNKNOWN_ERR
Unknown error during log purge- See Also:
- Constant Field Values
-
ER_RELAY_LOG_INIT
public static final int ER_RELAY_LOG_INIT
Failed initializing relay log position: %s- See Also:
- Constant Field Values
-
ER_NO_BINARY_LOGGING
public static final int ER_NO_BINARY_LOGGING
You are not using binary logging- See Also:
- Constant Field Values
-
ER_RESERVED_SYNTAX
public static final int ER_RESERVED_SYNTAX
The '%-.64s' syntax is reserved for purposes internal to the MySQL server- See Also:
- Constant Field Values
-
ER_WSAS_FAILED
public static final int ER_WSAS_FAILED
WSAStartup Failed- See Also:
- Constant Field Values
-
ER_DIFF_GROUPS_PROC
public static final int ER_DIFF_GROUPS_PROC
Can't handle procedures with different groups yet- See Also:
- Constant Field Values
-
ER_NO_GROUP_FOR_PROC
public static final int ER_NO_GROUP_FOR_PROC
Select must have a group with this procedure- See Also:
- Constant Field Values
-
ER_ORDER_WITH_PROC
public static final int ER_ORDER_WITH_PROC
Can't use ORDER clause with this procedure- See Also:
- Constant Field Values
-
ER_LOGGING_PROHIBIT_CHANGING_OF
public static final int ER_LOGGING_PROHIBIT_CHANGING_OF
Binary logging and replication forbid changing the global server %s- See Also:
- Constant Field Values
-
ER_NO_FILE_MAPPING
public static final int ER_NO_FILE_MAPPING
Can't map file: %-.200s, errno: %d- See Also:
- Constant Field Values
-
ER_WRONG_MAGIC
public static final int ER_WRONG_MAGIC
Wrong magic in %-.64s- See Also:
- Constant Field Values
-
ER_PS_MANY_PARAM
public static final int ER_PS_MANY_PARAM
Prepared statement contains too many placeholders- See Also:
- Constant Field Values
-
ER_KEY_PART_0
public static final int ER_KEY_PART_0
Key part '%-.192s' length cannot be 0- See Also:
- Constant Field Values
-
ER_VIEW_CHECKSUM
public static final int ER_VIEW_CHECKSUM
View text checksum failed- See Also:
- Constant Field Values
-
ER_VIEW_MULTIUPDATE
public static final int ER_VIEW_MULTIUPDATE
Can not modify more than one base table through a join view '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_VIEW_NO_INSERT_FIELD_LIST
public static final int ER_VIEW_NO_INSERT_FIELD_LIST
Can not insert into join view '%-.192s.%-.192s' without fields list- See Also:
- Constant Field Values
-
ER_VIEW_DELETE_MERGE_VIEW
public static final int ER_VIEW_DELETE_MERGE_VIEW
Can not delete from join view '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_CANNOT_USER
public static final int ER_CANNOT_USER
Operation %s failed for %.256s- See Also:
- Constant Field Values
-
ER_XAER_NOTA
public static final int ER_XAER_NOTA
XAER_NOTA: Unknown XID- See Also:
- Constant Field Values
-
ER_XAER_INVAL
public static final int ER_XAER_INVAL
XAER_INVAL: Invalid arguments (or unsupported command)- See Also:
- Constant Field Values
-
ER_XAER_RMFAIL
public static final int ER_XAER_RMFAIL
XAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s state- See Also:
- Constant Field Values
-
ER_XAER_OUTSIDE
public static final int ER_XAER_OUTSIDE
XAER_OUTSIDE: Some work is done outside global transaction- See Also:
- Constant Field Values
-
ER_XAER_RMERR
public static final int ER_XAER_RMERR
XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency- See Also:
- Constant Field Values
-
ER_XA_RBROLLBACK
public static final int ER_XA_RBROLLBACK
XA_RBROLLBACK: Transaction branch was rolled back- See Also:
- Constant Field Values
-
ER_NONEXISTING_PROC_GRANT
public static final int ER_NONEXISTING_PROC_GRANT
There is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'- See Also:
- Constant Field Values
-
ER_PROC_AUTO_GRANT_FAIL
public static final int ER_PROC_AUTO_GRANT_FAIL
Failed to grant EXECUTE and ALTER ROUTINE privileges- See Also:
- Constant Field Values
-
ER_PROC_AUTO_REVOKE_FAIL
public static final int ER_PROC_AUTO_REVOKE_FAIL
Failed to revoke all privileges to dropped routine- See Also:
- Constant Field Values
-
ER_DATA_TOO_LONG
public static final int ER_DATA_TOO_LONG
Data too long for column '%s' at row %ld- See Also:
- Constant Field Values
-
ER_SP_BAD_SQLSTATE
public static final int ER_SP_BAD_SQLSTATE
Bad SQLSTATE: '%s'- See Also:
- Constant Field Values
-
ER_STARTUP
public static final int ER_STARTUP
%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %s- See Also:
- Constant Field Values
-
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
public static final int ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
Can't load value from file with fixed size rows to variable- See Also:
- Constant Field Values
-
ER_CANT_CREATE_USER_WITH_GRANT
public static final int ER_CANT_CREATE_USER_WITH_GRANT
You are not allowed to create a user with GRANT- See Also:
- Constant Field Values
-
ER_WRONG_VALUE_FOR_TYPE
public static final int ER_WRONG_VALUE_FOR_TYPE
Incorrect %-.32s value: '%-.128s' for function %-.32s- See Also:
- Constant Field Values
-
ER_TABLE_DEF_CHANGED
public static final int ER_TABLE_DEF_CHANGED
Table definition has changed, please retry transaction- See Also:
- Constant Field Values
-
ER_SP_DUP_HANDLER
public static final int ER_SP_DUP_HANDLER
Duplicate handler declared in the same block- See Also:
- Constant Field Values
-
ER_SP_NOT_VAR_ARG
public static final int ER_SP_NOT_VAR_ARG
OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger- See Also:
- Constant Field Values
-
ER_SP_NO_RETSET
public static final int ER_SP_NO_RETSET
Not allowed to return a result set from a %s- See Also:
- Constant Field Values
-
ER_CANT_CREATE_GEOMETRY_OBJECT
public static final int ER_CANT_CREATE_GEOMETRY_OBJECT
Cannot get geometry object from data you send to the GEOMETRY field- See Also:
- Constant Field Values
-
ER_FAILED_ROUTINE_BREAK_BINLOG
public static final int ER_FAILED_ROUTINE_BREAK_BINLOG
A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_ROUTINE
public static final int ER_BINLOG_UNSAFE_ROUTINE
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)- See Also:
- Constant Field Values
-
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
public static final int ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)- See Also:
- Constant Field Values
-
ER_EXEC_STMT_WITH_OPEN_CURSOR
public static final int ER_EXEC_STMT_WITH_OPEN_CURSOR
You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.- See Also:
- Constant Field Values
-
ER_STMT_HAS_NO_OPEN_CURSOR
public static final int ER_STMT_HAS_NO_OPEN_CURSOR
The statement (%lu) has no open cursor.- See Also:
- Constant Field Values
-
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
public static final int ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
Explicit or implicit commit is not allowed in stored function or trigger.- See Also:
- Constant Field Values
-
ER_NO_DEFAULT_FOR_VIEW_FIELD
public static final int ER_NO_DEFAULT_FOR_VIEW_FIELD
Field of view '%-.192s.%-.192s' underlying table doesn't have a default value- See Also:
- Constant Field Values
-
ER_SP_NO_RECURSION
public static final int ER_SP_NO_RECURSION
Recursive stored functions and triggers are not allowed.- See Also:
- Constant Field Values
-
ER_TOO_BIG_SCALE
public static final int ER_TOO_BIG_SCALE
Too big scale %d specified for column '%-.192s'. Maximum is %lu.- See Also:
- Constant Field Values
-
ER_TOO_BIG_PRECISION
public static final int ER_TOO_BIG_PRECISION
Too big precision %d specified for column '%-.192s'. Maximum is %lu.- See Also:
- Constant Field Values
-
ER_M_BIGGER_THAN_D
public static final int ER_M_BIGGER_THAN_D
For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').- See Also:
- Constant Field Values
-
ER_WRONG_LOCK_OF_SYSTEM_TABLE
public static final int ER_WRONG_LOCK_OF_SYSTEM_TABLE
You can't combine write-locking of system tables with other tables or lock types- See Also:
- Constant Field Values
-
ER_CONNECT_TO_FOREIGN_DATA_SOURCE
public static final int ER_CONNECT_TO_FOREIGN_DATA_SOURCE
Unable to connect to foreign data source: %.64s- See Also:
- Constant Field Values
-
ER_QUERY_ON_FOREIGN_DATA_SOURCE
public static final int ER_QUERY_ON_FOREIGN_DATA_SOURCE
There was a problem processing the query on the foreign data source. Data source error: %-.64s- See Also:
- Constant Field Values
-
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
public static final int ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
The foreign data source you are trying to reference does not exist. Data source error: %-.64s- See Also:
- Constant Field Values
-
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
public static final int ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
Can't create federated table. The data source connection string '%-.64s' is not in the correct format- See Also:
- Constant Field Values
-
ER_FOREIGN_DATA_STRING_INVALID
public static final int ER_FOREIGN_DATA_STRING_INVALID
The data source connection string '%-.64s' is not in the correct format- See Also:
- Constant Field Values
-
ER_CANT_CREATE_FEDERATED_TABLE
public static final int ER_CANT_CREATE_FEDERATED_TABLE
Can't create federated table. Foreign data src error: %-.64s- See Also:
- Constant Field Values
-
ER_TRG_IN_WRONG_SCHEMA
public static final int ER_TRG_IN_WRONG_SCHEMA
Trigger in wrong schema- See Also:
- Constant Field Values
-
ER_STACK_OVERRUN_NEED_MORE
public static final int ER_STACK_OVERRUN_NEED_MORE
Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.- See Also:
- Constant Field Values
-
ER_TOO_LONG_BODY
public static final int ER_TOO_LONG_BODY
Routine body for '%-.100s' is too long- See Also:
- Constant Field Values
-
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
public static final int ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
Cannot drop default keycache- See Also:
- Constant Field Values
-
ER_TOO_BIG_DISPLAYWIDTH
public static final int ER_TOO_BIG_DISPLAYWIDTH
Display width out of range for column '%-.192s' (max = %lu)- See Also:
- Constant Field Values
-
ER_XAER_DUPID
public static final int ER_XAER_DUPID
XAER_DUPID: The XID already exists- See Also:
- Constant Field Values
-
ER_DATETIME_FUNCTION_OVERFLOW
public static final int ER_DATETIME_FUNCTION_OVERFLOW
Datetime function: %-.32s field overflow- See Also:
- Constant Field Values
-
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
public static final int ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
Can't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.- See Also:
- Constant Field Values
-
ER_VIEW_PREVENT_UPDATE
public static final int ER_VIEW_PREVENT_UPDATE
The definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.- See Also:
- Constant Field Values
-
ER_PS_NO_RECURSION
public static final int ER_PS_NO_RECURSION
The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner- See Also:
- Constant Field Values
-
ER_SP_CANT_SET_AUTOCOMMIT
public static final int ER_SP_CANT_SET_AUTOCOMMIT
Not allowed to set autocommit from a stored function or trigger- See Also:
- Constant Field Values
-
ER_MALFORMED_DEFINER
public static final int ER_MALFORMED_DEFINER
Definer is not fully qualified- See Also:
- Constant Field Values
-
ER_VIEW_FRM_NO_USER
public static final int ER_VIEW_FRM_NO_USER
View '%-.192s'.'%-.192s' has no definer information (old table format). Current user is used as definer. Please recreate the view!- See Also:
- Constant Field Values
-
ER_VIEW_OTHER_USER
public static final int ER_VIEW_OTHER_USER
You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer- See Also:
- Constant Field Values
-
ER_NO_SUCH_USER
public static final int ER_NO_SUCH_USER
The user specified as a definer ('%-.64s'@'%-.64s') does not exist- See Also:
- Constant Field Values
-
ER_FORBID_SCHEMA_CHANGE
public static final int ER_FORBID_SCHEMA_CHANGE
Changing schema from '%-.192s' to '%-.192s' is not allowed.- See Also:
- Constant Field Values
-
ER_ROW_IS_REFERENCED_2
public static final int ER_ROW_IS_REFERENCED_2
Cannot delete or update a parent row: a foreign key constraint fails (%.192s)- See Also:
- Constant Field Values
-
ER_NO_REFERENCED_ROW_2
public static final int ER_NO_REFERENCED_ROW_2
Cannot add or update a child row: a foreign key constraint fails (%.192s)- See Also:
- Constant Field Values
-
ER_SP_BAD_VAR_SHADOW
public static final int ER_SP_BAD_VAR_SHADOW
Variable '%-.64s' must be quoted with `...`, or renamed- See Also:
- Constant Field Values
-
ER_TRG_NO_DEFINER
public static final int ER_TRG_NO_DEFINER
No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.- See Also:
- Constant Field Values
-
ER_OLD_FILE_FORMAT
public static final int ER_OLD_FILE_FORMAT
'%-.192s' has an old format, you should re-create the '%s' object(s)- See Also:
- Constant Field Values
-
ER_SP_RECURSION_LIMIT
public static final int ER_SP_RECURSION_LIMIT
Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s- See Also:
- Constant Field Values
-
ER_SP_PROC_TABLE_CORRUPT
public static final int ER_SP_PROC_TABLE_CORRUPT
Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)- See Also:
- Constant Field Values
-
ER_SP_WRONG_NAME
public static final int ER_SP_WRONG_NAME
Incorrect routine name '%-.192s'- See Also:
- Constant Field Values
-
ER_TABLE_NEEDS_UPGRADE
public static final int ER_TABLE_NEEDS_UPGRADE
Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" or dump/reload to fix it!- See Also:
- Constant Field Values
-
ER_SP_NO_AGGREGATE
public static final int ER_SP_NO_AGGREGATE
AGGREGATE is not supported for stored functions- See Also:
- Constant Field Values
-
ER_MAX_PREPARED_STMT_COUNT_REACHED
public static final int ER_MAX_PREPARED_STMT_COUNT_REACHED
Can't create more than max_prepared_stmt_count statements (current value: %lu)- See Also:
- Constant Field Values
-
ER_VIEW_RECURSIVE
public static final int ER_VIEW_RECURSIVE
`%-.192s`.`%-.192s` contains view recursion- See Also:
- Constant Field Values
-
ER_NON_GROUPING_FIELD_USED
public static final int ER_NON_GROUPING_FIELD_USED
Non-grouping field '%-.192s' is used in %-.64s clause- See Also:
- Constant Field Values
-
ER_TABLE_CANT_HANDLE_SPKEYS
public static final int ER_TABLE_CANT_HANDLE_SPKEYS
The used table type doesn't support SPATIAL indexes- See Also:
- Constant Field Values
-
ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
public static final int ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
Triggers can not be created on system tables- See Also:
- Constant Field Values
-
ER_REMOVED_SPACES
public static final int ER_REMOVED_SPACES
Leading spaces are removed from name '%s'- See Also:
- Constant Field Values
-
ER_AUTOINC_READ_FAILED
public static final int ER_AUTOINC_READ_FAILED
Failed to read auto-increment value from storage engine- See Also:
- Constant Field Values
-
ER_USERNAME
public static final int ER_USERNAME
User name- See Also:
- Constant Field Values
-
ER_HOSTNAME
public static final int ER_HOSTNAME
Host name- See Also:
- Constant Field Values
-
ER_WRONG_STRING_LENGTH
public static final int ER_WRONG_STRING_LENGTH
String '%-.70s' is too long for %s (should be no longer than %d)- See Also:
- Constant Field Values
-
ER_NON_INSERTABLE_TABLE
public static final int ER_NON_INSERTABLE_TABLE
The target table %-.100s of the %s is not insertable-into- See Also:
- Constant Field Values
-
ER_ADMIN_WRONG_MRG_TABLE
public static final int ER_ADMIN_WRONG_MRG_TABLE
Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist- See Also:
- Constant Field Values
-
ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
public static final int ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
Too high level of nesting for select- See Also:
- Constant Field Values
-
ER_NAME_BECOMES_EMPTY
public static final int ER_NAME_BECOMES_EMPTY
Name '%-.64s' has become ''- See Also:
- Constant Field Values
-
ER_AMBIGUOUS_FIELD_TERM
public static final int ER_AMBIGUOUS_FIELD_TERM
First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY- See Also:
- Constant Field Values
-
ER_FOREIGN_SERVER_EXISTS
public static final int ER_FOREIGN_SERVER_EXISTS
The foreign server, %s, you are trying to create already exists.- See Also:
- Constant Field Values
-
ER_FOREIGN_SERVER_DOESNT_EXIST
public static final int ER_FOREIGN_SERVER_DOESNT_EXIST
The foreign server name you are trying to reference does not exist. Data source error: %-.64s- See Also:
- Constant Field Values
-
ER_ILLEGAL_HA_CREATE_OPTION
public static final int ER_ILLEGAL_HA_CREATE_OPTION
Table storage engine '%-.64s' does not support the create option '%.64s'- See Also:
- Constant Field Values
-
ER_PARTITION_REQUIRES_VALUES_ERROR
public static final int ER_PARTITION_REQUIRES_VALUES_ERROR
Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partition- See Also:
- Constant Field Values
-
ER_PARTITION_WRONG_VALUES_ERROR
public static final int ER_PARTITION_WRONG_VALUES_ERROR
Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition- See Also:
- Constant Field Values
-
ER_PARTITION_MAXVALUE_ERROR
public static final int ER_PARTITION_MAXVALUE_ERROR
MAXVALUE can only be used in last partition definition- See Also:
- Constant Field Values
-
ER_PARTITION_SUBPARTITION_ERROR
public static final int ER_PARTITION_SUBPARTITION_ERROR
Subpartitions can only be hash partitions and by key- See Also:
- Constant Field Values
-
ER_PARTITION_SUBPART_MIX_ERROR
public static final int ER_PARTITION_SUBPART_MIX_ERROR
Must define subpartitions on all partitions if on one partition- See Also:
- Constant Field Values
-
ER_PARTITION_WRONG_NO_PART_ERROR
public static final int ER_PARTITION_WRONG_NO_PART_ERROR
Wrong number of partitions defined, mismatch with previous setting- See Also:
- Constant Field Values
-
ER_PARTITION_WRONG_NO_SUBPART_ERROR
public static final int ER_PARTITION_WRONG_NO_SUBPART_ERROR
Wrong number of subpartitions defined, mismatch with previous setting- See Also:
- Constant Field Values
-
ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
public static final int ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed- See Also:
- Constant Field Values
-
ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
public static final int ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
Expression in RANGE/LIST VALUES must be constant- See Also:
- Constant Field Values
-
ER_FIELD_NOT_FOUND_PART_ERROR
public static final int ER_FIELD_NOT_FOUND_PART_ERROR
Field in list of fields for partition function not found in table- See Also:
- Constant Field Values
-
ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
public static final int ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
List of fields is only allowed in KEY partitions- See Also:
- Constant Field Values
-
ER_INCONSISTENT_PARTITION_INFO_ERROR
public static final int ER_INCONSISTENT_PARTITION_INFO_ERROR
The partition info in the frm file is not consistent with what can be written into the frm file- See Also:
- Constant Field Values
-
ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
public static final int ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
The %-.192s function returns the wrong type- See Also:
- Constant Field Values
-
ER_PARTITIONS_MUST_BE_DEFINED_ERROR
public static final int ER_PARTITIONS_MUST_BE_DEFINED_ERROR
For %-.64s partitions each partition must be defined- See Also:
- Constant Field Values
-
ER_RANGE_NOT_INCREASING_ERROR
public static final int ER_RANGE_NOT_INCREASING_ERROR
VALUES LESS THAN value must be strictly increasing for each partition- See Also:
- Constant Field Values
-
ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
public static final int ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
VALUES value must be of same type as partition function- See Also:
- Constant Field Values
-
ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
public static final int ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
Multiple definition of same constant in list partitioning- See Also:
- Constant Field Values
-
ER_PARTITION_ENTRY_ERROR
public static final int ER_PARTITION_ENTRY_ERROR
Partitioning can not be used stand-alone in query- See Also:
- Constant Field Values
-
ER_MIX_HANDLER_ERROR
public static final int ER_MIX_HANDLER_ERROR
The mix of handlers in the partitions is not allowed in this version of MySQL- See Also:
- Constant Field Values
-
ER_PARTITION_NOT_DEFINED_ERROR
public static final int ER_PARTITION_NOT_DEFINED_ERROR
For the partitioned engine it is necessary to define all %-.64s- See Also:
- Constant Field Values
-
ER_TOO_MANY_PARTITIONS_ERROR
public static final int ER_TOO_MANY_PARTITIONS_ERROR
Too many partitions (including subpartitions) were defined- See Also:
- Constant Field Values
-
ER_SUBPARTITION_ERROR
public static final int ER_SUBPARTITION_ERROR
It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning- See Also:
- Constant Field Values
-
ER_CANT_CREATE_HANDLER_FILE
public static final int ER_CANT_CREATE_HANDLER_FILE
Failed to create specific handler file- See Also:
- Constant Field Values
-
ER_BLOB_FIELD_IN_PART_FUNC_ERROR
public static final int ER_BLOB_FIELD_IN_PART_FUNC_ERROR
A BLOB field is not allowed in partition function- See Also:
- Constant Field Values
-
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
public static final int ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
A %-.192s must include all columns in the table's partitioning function- See Also:
- Constant Field Values
-
ER_NO_PARTS_ERROR
public static final int ER_NO_PARTS_ERROR
Number of %-.64s = 0 is not an allowed value- See Also:
- Constant Field Values
-
ER_PARTITION_MGMT_ON_NONPARTITIONED
public static final int ER_PARTITION_MGMT_ON_NONPARTITIONED
Partition management on a not partitioned table is not possible- See Also:
- Constant Field Values
-
ER_FOREIGN_KEY_ON_PARTITIONED
public static final int ER_FOREIGN_KEY_ON_PARTITIONED
Foreign key clause is not yet supported in conjunction with partitioning- See Also:
- Constant Field Values
-
ER_DROP_PARTITION_NON_EXISTENT
public static final int ER_DROP_PARTITION_NON_EXISTENT
Error in list of partitions to %-.64s- See Also:
- Constant Field Values
-
ER_DROP_LAST_PARTITION
public static final int ER_DROP_LAST_PARTITION
Cannot remove all partitions, use DROP TABLE instead- See Also:
- Constant Field Values
-
ER_COALESCE_ONLY_ON_HASH_PARTITION
public static final int ER_COALESCE_ONLY_ON_HASH_PARTITION
COALESCE PARTITION can only be used on HASH/KEY partitions- See Also:
- Constant Field Values
-
ER_REORG_HASH_ONLY_ON_SAME_NO
public static final int ER_REORG_HASH_ONLY_ON_SAME_NO
REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers- See Also:
- Constant Field Values
-
ER_REORG_NO_PARAM_ERROR
public static final int ER_REORG_NO_PARAM_ERROR
REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs- See Also:
- Constant Field Values
-
ER_ONLY_ON_RANGE_LIST_PARTITION
public static final int ER_ONLY_ON_RANGE_LIST_PARTITION
%-.64s PARTITION can only be used on RANGE/LIST partitions- See Also:
- Constant Field Values
-
ER_ADD_PARTITION_SUBPART_ERROR
public static final int ER_ADD_PARTITION_SUBPART_ERROR
Trying to Add partition(s) with wrong number of subpartitions- See Also:
- Constant Field Values
-
ER_ADD_PARTITION_NO_NEW_PARTITION
public static final int ER_ADD_PARTITION_NO_NEW_PARTITION
At least one partition must be added- See Also:
- Constant Field Values
-
ER_COALESCE_PARTITION_NO_PARTITION
public static final int ER_COALESCE_PARTITION_NO_PARTITION
At least one partition must be coalesced- See Also:
- Constant Field Values
-
ER_REORG_PARTITION_NOT_EXIST
public static final int ER_REORG_PARTITION_NOT_EXIST
More partitions to reorganize than there are partitions- See Also:
- Constant Field Values
-
ER_SAME_NAME_PARTITION
public static final int ER_SAME_NAME_PARTITION
Duplicate partition name %-.192s- See Also:
- Constant Field Values
-
ER_NO_BINLOG_ERROR
public static final int ER_NO_BINLOG_ERROR
It is not allowed to shut off binlog on this command- See Also:
- Constant Field Values
-
ER_CONSECUTIVE_REORG_PARTITIONS
public static final int ER_CONSECUTIVE_REORG_PARTITIONS
When reorganizing a set of partitions they must be in consecutive order- See Also:
- Constant Field Values
-
ER_REORG_OUTSIDE_RANGE
public static final int ER_REORG_OUTSIDE_RANGE
Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range- See Also:
- Constant Field Values
-
ER_PARTITION_FUNCTION_FAILURE
public static final int ER_PARTITION_FUNCTION_FAILURE
Partition function not supported in this version for this handler- See Also:
- Constant Field Values
-
ER_PART_STATE_ERROR
public static final int ER_PART_STATE_ERROR
Partition state cannot be defined from CREATE/ALTER TABLE- See Also:
- Constant Field Values
-
ER_LIMITED_PART_RANGE
public static final int ER_LIMITED_PART_RANGE
The %-.64s handler only supports 32 bit integers in VALUES- See Also:
- Constant Field Values
-
ER_PLUGIN_IS_NOT_LOADED
public static final int ER_PLUGIN_IS_NOT_LOADED
Plugin '%-.192s' is not loaded- See Also:
- Constant Field Values
-
ER_WRONG_VALUE
public static final int ER_WRONG_VALUE
Incorrect %-.32s value: '%-.128s'- See Also:
- Constant Field Values
-
ER_NO_PARTITION_FOR_GIVEN_VALUE
public static final int ER_NO_PARTITION_FOR_GIVEN_VALUE
Table has no partition for value %-.64s- See Also:
- Constant Field Values
-
ER_FILEGROUP_OPTION_ONLY_ONCE
public static final int ER_FILEGROUP_OPTION_ONLY_ONCE
It is not allowed to specify %s more than once- See Also:
- Constant Field Values
-
ER_CREATE_FILEGROUP_FAILED
public static final int ER_CREATE_FILEGROUP_FAILED
Failed to create %s- See Also:
- Constant Field Values
-
ER_DROP_FILEGROUP_FAILED
public static final int ER_DROP_FILEGROUP_FAILED
Failed to drop %s- See Also:
- Constant Field Values
-
ER_TABLESPACE_AUTO_EXTEND_ERROR
public static final int ER_TABLESPACE_AUTO_EXTEND_ERROR
The handler doesn't support autoextend of tablespaces- See Also:
- Constant Field Values
-
ER_WRONG_SIZE_NUMBER
public static final int ER_WRONG_SIZE_NUMBER
A size parameter was incorrectly specified, either number or on the form 10M- See Also:
- Constant Field Values
-
ER_SIZE_OVERFLOW_ERROR
public static final int ER_SIZE_OVERFLOW_ERROR
The size number was correct but we don't allow the digit part to be more than 2 billion- See Also:
- Constant Field Values
-
ER_ALTER_FILEGROUP_FAILED
public static final int ER_ALTER_FILEGROUP_FAILED
Failed to alter: %s- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_LOGGING_FAILED
public static final int ER_BINLOG_ROW_LOGGING_FAILED
Writing one row to the row-based binary log failed- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_WRONG_TABLE_DEF
public static final int ER_BINLOG_ROW_WRONG_TABLE_DEF
Table definition on master and slave does not match: %s- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_RBR_TO_SBR
public static final int ER_BINLOG_ROW_RBR_TO_SBR
Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events- See Also:
- Constant Field Values
-
ER_EVENT_ALREADY_EXISTS
public static final int ER_EVENT_ALREADY_EXISTS
Event '%-.192s' already exists- See Also:
- Constant Field Values
-
ER_EVENT_STORE_FAILED
public static final int ER_EVENT_STORE_FAILED
Failed to store event %s. Error code %d from storage engine.- See Also:
- Constant Field Values
-
ER_EVENT_DOES_NOT_EXIST
public static final int ER_EVENT_DOES_NOT_EXIST
Unknown event '%-.192s'- See Also:
- Constant Field Values
-
ER_EVENT_CANT_ALTER
public static final int ER_EVENT_CANT_ALTER
Failed to alter event '%-.192s'- See Also:
- Constant Field Values
-
ER_EVENT_DROP_FAILED
public static final int ER_EVENT_DROP_FAILED
Failed to drop %s- See Also:
- Constant Field Values
-
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
public static final int ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
INTERVAL is either not positive or too big- See Also:
- Constant Field Values
-
ER_EVENT_ENDS_BEFORE_STARTS
public static final int ER_EVENT_ENDS_BEFORE_STARTS
ENDS is either invalid or before STARTS- See Also:
- Constant Field Values
-
ER_EVENT_EXEC_TIME_IN_THE_PAST
public static final int ER_EVENT_EXEC_TIME_IN_THE_PAST
Event execution time is in the past. Event has been disabled- See Also:
- Constant Field Values
-
ER_EVENT_OPEN_TABLE_FAILED
public static final int ER_EVENT_OPEN_TABLE_FAILED
Failed to open mysql.event- See Also:
- Constant Field Values
-
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
public static final int ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
No datetime expression provided- See Also:
- Constant Field Values
-
ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED
public static final int ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED
Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted- See Also:
- Constant Field Values
-
ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE
public static final int ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE
Cannot load from mysql.%s. The table is probably corrupted- See Also:
- Constant Field Values
-
ER_EVENT_CANNOT_DELETE
public static final int ER_EVENT_CANNOT_DELETE
Failed to delete the event from mysql.event- See Also:
- Constant Field Values
-
ER_EVENT_COMPILE_ERROR
public static final int ER_EVENT_COMPILE_ERROR
Error during compilation of event's body- See Also:
- Constant Field Values
-
ER_EVENT_SAME_NAME
public static final int ER_EVENT_SAME_NAME
Same old and new event name- See Also:
- Constant Field Values
-
ER_EVENT_DATA_TOO_LONG
public static final int ER_EVENT_DATA_TOO_LONG
Data for column '%s' too long- See Also:
- Constant Field Values
-
ER_DROP_INDEX_FK
public static final int ER_DROP_INDEX_FK
Cannot drop index '%-.192s': needed in a foreign key constraint- See Also:
- Constant Field Values
-
ER_WARN_DEPRECATED_SYNTAX_WITH_VER
public static final int ER_WARN_DEPRECATED_SYNTAX_WITH_VER
The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead- See Also:
- Constant Field Values
-
ER_CANT_WRITE_LOCK_LOG_TABLE
public static final int ER_CANT_WRITE_LOCK_LOG_TABLE
You can't write-lock a log table. Only read access is possible- See Also:
- Constant Field Values
-
ER_CANT_LOCK_LOG_TABLE
public static final int ER_CANT_LOCK_LOG_TABLE
You can't use locks with log tables.- See Also:
- Constant Field Values
-
ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED
public static final int ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED
Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry- See Also:
- Constant Field Values
-
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
public static final int ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.- See Also:
- Constant Field Values
-
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
public static final int ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
Cannot switch out of the row-based binary log format when the session has open temporary tables- See Also:
- Constant Field Values
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
Cannot change the binary logging format inside a stored function or trigger- See Also:
- Constant Field Values
-
ER_NDB_CANT_SWITCH_BINLOG_FORMAT
public static final int ER_NDB_CANT_SWITCH_BINLOG_FORMAT
The NDB cluster engine does not support changing the binlog format on the fly yet- See Also:
- Constant Field Values
-
ER_PARTITION_NO_TEMPORARY
public static final int ER_PARTITION_NO_TEMPORARY
Cannot create temporary table with partitions- See Also:
- Constant Field Values
-
ER_PARTITION_CONST_DOMAIN_ERROR
public static final int ER_PARTITION_CONST_DOMAIN_ERROR
Partition constant is out of partition function domain- See Also:
- Constant Field Values
-
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
public static final int ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
This partition function is not allowed- See Also:
- Constant Field Values
-
ER_DDL_LOG_ERROR
public static final int ER_DDL_LOG_ERROR
Error in DDL log- See Also:
- Constant Field Values
-
ER_NULL_IN_VALUES_LESS_THAN
public static final int ER_NULL_IN_VALUES_LESS_THAN
Not allowed to use NULL value in VALUES LESS THAN- See Also:
- Constant Field Values
-
ER_WRONG_PARTITION_NAME
public static final int ER_WRONG_PARTITION_NAME
Incorrect partition name- See Also:
- Constant Field Values
-
ER_CANT_CHANGE_TX_CHARACTERISTICS
public static final int ER_CANT_CHANGE_TX_CHARACTERISTICS
Transaction characteristics can't be changed while a transaction is in progress- See Also:
- Constant Field Values
-
ER_DUP_ENTRY_AUTOINCREMENT_CASE
public static final int ER_DUP_ENTRY_AUTOINCREMENT_CASE
ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'- See Also:
- Constant Field Values
-
ER_EVENT_MODIFY_QUEUE_ERROR
public static final int ER_EVENT_MODIFY_QUEUE_ERROR
Internal scheduler error %d- See Also:
- Constant Field Values
-
ER_EVENT_SET_VAR_ERROR
public static final int ER_EVENT_SET_VAR_ERROR
Error during starting/stopping of the scheduler. Error code %u- See Also:
- Constant Field Values
-
ER_PARTITION_MERGE_ERROR
public static final int ER_PARTITION_MERGE_ERROR
Engine cannot be used in partitioned tables- See Also:
- Constant Field Values
-
ER_CANT_ACTIVATE_LOG
public static final int ER_CANT_ACTIVATE_LOG
Cannot activate '%-.64s' log- See Also:
- Constant Field Values
-
ER_RBR_NOT_AVAILABLE
public static final int ER_RBR_NOT_AVAILABLE
The server was not built with row-based replication- See Also:
- Constant Field Values
-
ER_BASE64_DECODE_ERROR
public static final int ER_BASE64_DECODE_ERROR
Decoding of base64 string failed- See Also:
- Constant Field Values
-
ER_EVENT_RECURSION_FORBIDDEN
public static final int ER_EVENT_RECURSION_FORBIDDEN
Recursion of EVENT DDL statements is forbidden when body is present- See Also:
- Constant Field Values
-
ER_EVENTS_DB_ERROR
public static final int ER_EVENTS_DB_ERROR
Cannot proceed because system tables used by Event Scheduler were found damaged at server start- See Also:
- Constant Field Values
-
ER_ONLY_INTEGERS_ALLOWED
public static final int ER_ONLY_INTEGERS_ALLOWED
Only integers allowed as number here- See Also:
- Constant Field Values
-
ER_UNSUPORTED_LOG_ENGINE
public static final int ER_UNSUPORTED_LOG_ENGINE
This storage engine cannot be used for log tables"- See Also:
- Constant Field Values
-
ER_BAD_LOG_STATEMENT
public static final int ER_BAD_LOG_STATEMENT
You cannot '%s' a log table if logging is enabled- See Also:
- Constant Field Values
-
ER_CANT_RENAME_LOG_TABLE
public static final int ER_CANT_RENAME_LOG_TABLE
Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'- See Also:
- Constant Field Values
-
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
public static final int ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
Incorrect parameter count in the call to native function '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_PARAMETERS_TO_NATIVE_FCT
public static final int ER_WRONG_PARAMETERS_TO_NATIVE_FCT
Incorrect parameters in the call to native function '%-.192s'- See Also:
- Constant Field Values
-
ER_WRONG_PARAMETERS_TO_STORED_FCT
public static final int ER_WRONG_PARAMETERS_TO_STORED_FCT
Incorrect parameters in the call to stored function '%-.192s'- See Also:
- Constant Field Values
-
ER_NATIVE_FCT_NAME_COLLISION
public static final int ER_NATIVE_FCT_NAME_COLLISION
This function '%-.192s' has the same name as a native function- See Also:
- Constant Field Values
-
ER_DUP_ENTRY_WITH_KEY_NAME
public static final int ER_DUP_ENTRY_WITH_KEY_NAME
Duplicate entry '%-.64s' for key '%-.192s'- See Also:
- Constant Field Values
-
ER_BINLOG_PURGE_EMFILE
public static final int ER_BINLOG_PURGE_EMFILE
Too many files opened, please execute the command again- See Also:
- Constant Field Values
-
ER_EVENT_CANNOT_CREATE_IN_THE_PAST
public static final int ER_EVENT_CANNOT_CREATE_IN_THE_PAST
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.- See Also:
- Constant Field Values
-
ER_EVENT_CANNOT_ALTER_IN_THE_PAST
public static final int ER_EVENT_CANNOT_ALTER_IN_THE_PAST
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.- See Also:
- Constant Field Values
-
ER_SLAVE_INCIDENT
public static final int ER_SLAVE_INCIDENT
The incident %s occured on the master. Message: %-.64s- See Also:
- Constant Field Values
-
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
public static final int ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
Table has no partition for some existing values- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_STATEMENT
public static final int ER_BINLOG_UNSAFE_STATEMENT
Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s- See Also:
- Constant Field Values
-
ER_SLAVE_FATAL_ERROR
public static final int ER_SLAVE_FATAL_ERROR
Fatal error: %s- See Also:
- Constant Field Values
-
ER_SLAVE_RELAY_LOG_READ_FAILURE
public static final int ER_SLAVE_RELAY_LOG_READ_FAILURE
Relay log read failure: %s- See Also:
- Constant Field Values
-
ER_SLAVE_RELAY_LOG_WRITE_FAILURE
public static final int ER_SLAVE_RELAY_LOG_WRITE_FAILURE
Relay log write failure: %s- See Also:
- Constant Field Values
-
ER_SLAVE_CREATE_EVENT_FAILURE
public static final int ER_SLAVE_CREATE_EVENT_FAILURE
Failed to create %s- See Also:
- Constant Field Values
-
ER_SLAVE_MASTER_COM_FAILURE
public static final int ER_SLAVE_MASTER_COM_FAILURE
Master command %s failed: %s- See Also:
- Constant Field Values
-
ER_BINLOG_LOGGING_IMPOSSIBLE
public static final int ER_BINLOG_LOGGING_IMPOSSIBLE
Binary logging not possible. Message: %s- See Also:
- Constant Field Values
-
ER_VIEW_NO_CREATION_CTX
public static final int ER_VIEW_NO_CREATION_CTX
View `%-.64s`.`%-.64s` has no creation context- See Also:
- Constant Field Values
-
ER_VIEW_INVALID_CREATION_CTX
public static final int ER_VIEW_INVALID_CREATION_CTX
Creation context of view `%-.64s`.`%-.64s' is invalid- See Also:
- Constant Field Values
-
ER_SR_INVALID_CREATION_CTX
public static final int ER_SR_INVALID_CREATION_CTX
Creation context of stored routine `%-.64s`.`%-.64s` is invalid- See Also:
- Constant Field Values
-
ER_TRG_CORRUPTED_FILE
public static final int ER_TRG_CORRUPTED_FILE
Corrupted TRG file for table `%-.64s`.`%-.64s`- See Also:
- Constant Field Values
-
ER_TRG_NO_CREATION_CTX
public static final int ER_TRG_NO_CREATION_CTX
Triggers for table `%-.64s`.`%-.64s` have no creation context- See Also:
- Constant Field Values
-
ER_TRG_INVALID_CREATION_CTX
public static final int ER_TRG_INVALID_CREATION_CTX
Trigger creation context of table `%-.64s`.`%-.64s` is invalid- See Also:
- Constant Field Values
-
ER_EVENT_INVALID_CREATION_CTX
public static final int ER_EVENT_INVALID_CREATION_CTX
Creation context of event `%-.64s`.`%-.64s` is invalid- See Also:
- Constant Field Values
-
ER_TRG_CANT_OPEN_TABLE
public static final int ER_TRG_CANT_OPEN_TABLE
Cannot open table for trigger `%-.64s`.`%-.64s`- See Also:
- Constant Field Values
-
ER_CANT_CREATE_SROUTINE
public static final int ER_CANT_CREATE_SROUTINE
Cannot create stored routine `%-.64s`. Check warnings- See Also:
- Constant Field Values
-
ER_NEVER_USED
public static final int ER_NEVER_USED
Ambiguous slave modes combination. %s- See Also:
- Constant Field Values
-
ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
public static final int ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.- See Also:
- Constant Field Values
-
ER_SLAVE_CORRUPT_EVENT
public static final int ER_SLAVE_CORRUPT_EVENT
Corrupted replication event was detected- See Also:
- Constant Field Values
-
ER_LOAD_DATA_INVALID_COLUMN
public static final int ER_LOAD_DATA_INVALID_COLUMN
Invalid column reference (%-.64s) in LOAD DATA- See Also:
- Constant Field Values
-
ER_LOG_PURGE_NO_FILE
public static final int ER_LOG_PURGE_NO_FILE
Being purged log %s was not found- See Also:
- Constant Field Values
-
ER_XA_RBTIMEOUT
public static final int ER_XA_RBTIMEOUT
XA_RBTIMEOUT: Transaction branch was rolled back: took too long- See Also:
- Constant Field Values
-
ER_XA_RBDEADLOCK
public static final int ER_XA_RBDEADLOCK
XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected- See Also:
- Constant Field Values
-
ER_NEED_REPREPARE
public static final int ER_NEED_REPREPARE
Prepared statement needs to be re-prepared- See Also:
- Constant Field Values
-
ER_DELAYED_NOT_SUPPORTED
public static final int ER_DELAYED_NOT_SUPPORTED
DELAYED option not supported for table '%-.192s'- See Also:
- Constant Field Values
-
WARN_NO_MASTER_INFO
public static final int WARN_NO_MASTER_INFO
The master info structure does not exist- See Also:
- Constant Field Values
-
WARN_OPTION_IGNORED
public static final int WARN_OPTION_IGNORED
%-.64s option ignored- See Also:
- Constant Field Values
-
WARN_PLUGIN_DELETE_BUILTIN
public static final int WARN_PLUGIN_DELETE_BUILTIN
Built-in plugins cannot be deleted- See Also:
- Constant Field Values
-
WARN_PLUGIN_BUSY
public static final int WARN_PLUGIN_BUSY
Plugin is busy and will be uninstalled on shutdown- See Also:
- Constant Field Values
-
ER_VARIABLE_IS_READONLY
public static final int ER_VARIABLE_IS_READONLY
%s variable '%s' is read-only. Use SET %s to assign the value- See Also:
- Constant Field Values
-
ER_WARN_ENGINE_TRANSACTION_ROLLBACK
public static final int ER_WARN_ENGINE_TRANSACTION_ROLLBACK
Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted- See Also:
- Constant Field Values
-
ER_SLAVE_HEARTBEAT_FAILURE
public static final int ER_SLAVE_HEARTBEAT_FAILURE
Unexpected master's heartbeat data: %s- See Also:
- Constant Field Values
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).- See Also:
- Constant Field Values
-
ER_NDB_REPLICATION_SCHEMA_ERROR
public static final int ER_NDB_REPLICATION_SCHEMA_ERROR
Bad schema for mysql.ndb_replication table. Message: %-.64s- See Also:
- Constant Field Values
-
ER_CONFLICT_FN_PARSE_ERROR
public static final int ER_CONFLICT_FN_PARSE_ERROR
Error in parsing conflict function. Message: %-.64s- See Also:
- Constant Field Values
-
ER_EXCEPTIONS_WRITE_ERROR
public static final int ER_EXCEPTIONS_WRITE_ERROR
Write to exceptions table failed. Message: %-.128s"- See Also:
- Constant Field Values
-
ER_TOO_LONG_TABLE_COMMENT
public static final int ER_TOO_LONG_TABLE_COMMENT
Comment for table '%-.64s' is too long (max = %lu)- See Also:
- Constant Field Values
-
ER_TOO_LONG_FIELD_COMMENT
public static final int ER_TOO_LONG_FIELD_COMMENT
Comment for field '%-.64s' is too long (max = %lu)- See Also:
- Constant Field Values
-
ER_FUNC_INEXISTENT_NAME_COLLISION
public static final int ER_FUNC_INEXISTENT_NAME_COLLISION
FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual- See Also:
- Constant Field Values
-
ER_DATABASE_NAME
public static final int ER_DATABASE_NAME
Database- See Also:
- Constant Field Values
-
ER_TABLE_NAME
public static final int ER_TABLE_NAME
Table- See Also:
- Constant Field Values
-
ER_PARTITION_NAME
public static final int ER_PARTITION_NAME
Partition- See Also:
- Constant Field Values
-
ER_SUBPARTITION_NAME
public static final int ER_SUBPARTITION_NAME
Subpartition- See Also:
- Constant Field Values
-
ER_TEMPORARY_NAME
public static final int ER_TEMPORARY_NAME
Temporary- See Also:
- Constant Field Values
-
ER_RENAMED_NAME
public static final int ER_RENAMED_NAME
Renamed- See Also:
- Constant Field Values
-
ER_TOO_MANY_CONCURRENT_TRXS
public static final int ER_TOO_MANY_CONCURRENT_TRXS
Too many active concurrent transactions- See Also:
- Constant Field Values
-
WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
public static final int WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
Non-ASCII separator arguments are not fully supported- See Also:
- Constant Field Values
-
ER_DEBUG_SYNC_TIMEOUT
public static final int ER_DEBUG_SYNC_TIMEOUT
Debug sync point wait timed out- See Also:
- Constant Field Values
-
ER_DEBUG_SYNC_HIT_LIMIT
public static final int ER_DEBUG_SYNC_HIT_LIMIT
Debug sync point hit limit reached- See Also:
- Constant Field Values
-
ER_DUP_SIGNAL_SET
public static final int ER_DUP_SIGNAL_SET
Duplicate condition information item '%s'- See Also:
- Constant Field Values
-
ER_SIGNAL_WARN
public static final int ER_SIGNAL_WARN
Unhandled user-defined warning condition- See Also:
- Constant Field Values
-
ER_SIGNAL_NOT_FOUND
public static final int ER_SIGNAL_NOT_FOUND
Unhandled user-defined not found condition- See Also:
- Constant Field Values
-
ER_SIGNAL_EXCEPTION
public static final int ER_SIGNAL_EXCEPTION
Unhandled user-defined exception condition- See Also:
- Constant Field Values
-
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
public static final int ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
RESIGNAL when handler not active- See Also:
- Constant Field Values
-
ER_SIGNAL_BAD_CONDITION_TYPE
public static final int ER_SIGNAL_BAD_CONDITION_TYPE
SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE- See Also:
- Constant Field Values
-
WARN_COND_ITEM_TRUNCATED
public static final int WARN_COND_ITEM_TRUNCATED
Data truncated for condition item '%s'- See Also:
- Constant Field Values
-
ER_COND_ITEM_TOO_LONG
public static final int ER_COND_ITEM_TOO_LONG
Data too long for condition item '%s'- See Also:
- Constant Field Values
-
ER_UNKNOWN_LOCALE
public static final int ER_UNKNOWN_LOCALE
Unknown locale: '%-.64s'- See Also:
- Constant Field Values
-
ER_SLAVE_IGNORE_SERVER_IDS
public static final int ER_SLAVE_IGNORE_SERVER_IDS
The requested server id %d clashes with the slave startup option --replicate-same-server-id- See Also:
- Constant Field Values
-
ER_QUERY_CACHE_DISABLED
public static final int ER_QUERY_CACHE_DISABLED
Query cache is disabled; restart the server with query_cache_type=1 to enable it- See Also:
- Constant Field Values
-
ER_SAME_NAME_PARTITION_FIELD
public static final int ER_SAME_NAME_PARTITION_FIELD
Duplicate partition field name '%-.192s'- See Also:
- Constant Field Values
-
ER_PARTITION_COLUMN_LIST_ERROR
public static final int ER_PARTITION_COLUMN_LIST_ERROR
Inconsistency in usage of column lists for partitioning- See Also:
- Constant Field Values
-
ER_WRONG_TYPE_COLUMN_VALUE_ERROR
public static final int ER_WRONG_TYPE_COLUMN_VALUE_ERROR
Partition column values of incorrect type- See Also:
- Constant Field Values
-
ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR
public static final int ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR
Too many fields in '%-.192s'- See Also:
- Constant Field Values
-
ER_MAXVALUE_IN_VALUES_IN
public static final int ER_MAXVALUE_IN_VALUES_IN
Cannot use MAXVALUE as value in VALUES IN- See Also:
- Constant Field Values
-
ER_TOO_MANY_VALUES_ERROR
public static final int ER_TOO_MANY_VALUES_ERROR
Cannot have more than one value for this type of %-.64s partitioning- See Also:
- Constant Field Values
-
ER_ROW_SINGLE_PARTITION_FIELD_ERROR
public static final int ER_ROW_SINGLE_PARTITION_FIELD_ERROR
Row expressions in VALUES IN only allowed for multi-field column partitioning- See Also:
- Constant Field Values
-
ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
public static final int ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
Field '%-.192s' is of a not allowed type for this type of partitioning- See Also:
- Constant Field Values
-
ER_PARTITION_FIELDS_TOO_LONG
public static final int ER_PARTITION_FIELDS_TOO_LONG
The total length of the partitioning fields is too large- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE
Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_MODE_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_MODE_AND_STMT_ENGINE
Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_AND_STMT_ENGINE
public static final int ER_BINLOG_UNSAFE_AND_STMT_ENGINE
Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE
Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.- See Also:
- Constant Field Values
-
ER_BINLOG_STMT_MODE_AND_ROW_ENGINE
public static final int ER_BINLOG_STMT_MODE_AND_ROW_ENGINE
Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s- See Also:
- Constant Field Values
-
ER_BINLOG_ROW_INJECTION_AND_STMT_MODE
public static final int ER_BINLOG_ROW_INJECTION_AND_STMT_MODE
Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.- See Also:
- Constant Field Values
-
ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
public static final int ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_LIMIT
public static final int ER_BINLOG_UNSAFE_LIMIT
The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_INSERT_DELAYED
public static final int ER_BINLOG_UNSAFE_INSERT_DELAYED
The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_SYSTEM_TABLE
public static final int ER_BINLOG_UNSAFE_SYSTEM_TABLE
The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS
public static final int ER_BINLOG_UNSAFE_AUTOINC_COLUMNS
Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_UDF
public static final int ER_BINLOG_UNSAFE_UDF
Statement is unsafe because it uses a UDF which may not return the same value on the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_SYSTEM_VARIABLE
public static final int ER_BINLOG_UNSAFE_SYSTEM_VARIABLE
Statement is unsafe because it uses a system variable that may have a different value on the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_SYSTEM_FUNCTION
public static final int ER_BINLOG_UNSAFE_SYSTEM_FUNCTION
Statement is unsafe because it uses a system function that may return a different value on the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS
public static final int ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS
Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.- See Also:
- Constant Field Values
-
ER_MESSAGE_AND_STATEMENT
public static final int ER_MESSAGE_AND_STATEMENT
%s Statement: %s- See Also:
- Constant Field Values
-
ER_SLAVE_CONVERSION_FAILED
public static final int ER_SLAVE_CONVERSION_FAILED
Column %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'- See Also:
- Constant Field Values
-
ER_SLAVE_CANT_CREATE_CONVERSION
public static final int ER_SLAVE_CANT_CREATE_CONVERSION
Can't create conversion table for table '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
Cannot modify @@session.binlog_format inside a transaction- See Also:
- Constant Field Values
-
ER_PATH_LENGTH
public static final int ER_PATH_LENGTH
The path specified for %.64s is too long.- See Also:
- Constant Field Values
-
ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT
public static final int ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT
'%s' is deprecated and will be removed in a future release.- See Also:
- Constant Field Values
-
ER_WRONG_NATIVE_TABLE_STRUCTURE
public static final int ER_WRONG_NATIVE_TABLE_STRUCTURE
Native table '%-.64s'.'%-.64s' has the wrong structure- See Also:
- Constant Field Values
-
ER_WRONG_PERFSCHEMA_USAGE
public static final int ER_WRONG_PERFSCHEMA_USAGE
Invalid performance_schema usage.- See Also:
- Constant Field Values
-
ER_WARN_I_S_SKIPPED_TABLE
public static final int ER_WARN_I_S_SKIPPED_TABLE
Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement- See Also:
- Constant Field Values
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction- See Also:
- Constant Field Values
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
Cannot change the binlog direct flag inside a stored function or trigger- See Also:
- Constant Field Values
-
ER_SPATIAL_MUST_HAVE_GEOM_COL
public static final int ER_SPATIAL_MUST_HAVE_GEOM_COL
A SPATIAL index may only contain a geometrical type column- See Also:
- Constant Field Values
-
ER_TOO_LONG_INDEX_COMMENT
public static final int ER_TOO_LONG_INDEX_COMMENT
Comment for index '%-.64s' is too long (max = %lu)- See Also:
- Constant Field Values
-
ER_LOCK_ABORTED
public static final int ER_LOCK_ABORTED
Wait on a lock was aborted due to a pending exclusive lock- See Also:
- Constant Field Values
-
ER_DATA_OUT_OF_RANGE
public static final int ER_DATA_OUT_OF_RANGE
%s value is out of range in '%s'- See Also:
- Constant Field Values
-
ER_WRONG_SPVAR_TYPE_IN_LIMIT
public static final int ER_WRONG_SPVAR_TYPE_IN_LIMIT
A variable of a non-integer based type in LIMIT clause- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
public static final int ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
Mixing self-logging and non-self-logging engines in a statement is unsafe.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_MIXED_STATEMENT
public static final int ER_BINLOG_UNSAFE_MIXED_STATEMENT
Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.- See Also:
- Constant Field Values
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
Cannot modify @@session.sql_log_bin inside a transaction- See Also:
- Constant Field Values
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
Cannot change the sql_log_bin inside a stored function or trigger- See Also:
- Constant Field Values
-
ER_FAILED_READ_FROM_PAR_FILE
public static final int ER_FAILED_READ_FROM_PAR_FILE
Failed to read from the .par file- See Also:
- Constant Field Values
-
ER_VALUES_IS_NOT_INT_TYPE_ERROR
public static final int ER_VALUES_IS_NOT_INT_TYPE_ERROR
VALUES value for partition '%-.64s' must have type INT- See Also:
- Constant Field Values
-
ER_ACCESS_DENIED_NO_PASSWORD_ERROR
public static final int ER_ACCESS_DENIED_NO_PASSWORD_ERROR
Access denied for user '%-.48s'@'%-.64s'- See Also:
- Constant Field Values
-
ER_SET_PASSWORD_AUTH_PLUGIN
public static final int ER_SET_PASSWORD_AUTH_PLUGIN
SET PASSWORD has no significance for users authenticating via plugins- See Also:
- Constant Field Values
-
ER_GRANT_PLUGIN_USER_EXISTS
public static final int ER_GRANT_PLUGIN_USER_EXISTS
GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists- See Also:
- Constant Field Values
-
ER_TRUNCATE_ILLEGAL_FK
public static final int ER_TRUNCATE_ILLEGAL_FK
Cannot truncate a table referenced in a foreign key constraint (%.192s)- See Also:
- Constant Field Values
-
ER_PLUGIN_IS_PERMANENT
public static final int ER_PLUGIN_IS_PERMANENT
Plugin '%s' is force_plus_permanent and can not be unloaded- See Also:
- Constant Field Values
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.- See Also:
- Constant Field Values
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds. A sensible value for the period should be less than the timeout.- See Also:
- Constant Field Values
-
ER_STMT_CACHE_FULL
public static final int ER_STMT_CACHE_FULL
Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again- See Also:
- Constant Field Values
-
ER_MULTI_UPDATE_KEY_CONFLICT
public static final int ER_MULTI_UPDATE_KEY_CONFLICT
Primary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.- See Also:
- Constant Field Values
-
ER_TABLE_NEEDS_REBUILD
public static final int ER_TABLE_NEEDS_REBUILD
Table rebuild required. Please do \"ALTER TABLE `%-.32s` FORCE\" or dump/reload to fix it!- See Also:
- Constant Field Values
-
WARN_OPTION_BELOW_LIMIT
public static final int WARN_OPTION_BELOW_LIMIT
The value of '%s' should be no less than the value of '%s'- See Also:
- Constant Field Values
-
ER_INDEX_COLUMN_TOO_LONG
public static final int ER_INDEX_COLUMN_TOO_LONG
Index column size too large. The maximum column size is %lu bytes.- See Also:
- Constant Field Values
-
ER_ERROR_IN_TRIGGER_BODY
public static final int ER_ERROR_IN_TRIGGER_BODY
Trigger '%-.64s' has an error in its body: '%-.256s'- See Also:
- Constant Field Values
-
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
public static final int ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
Unknown trigger has an error in its body: '%-.256s'- See Also:
- Constant Field Values
-
ER_INDEX_CORRUPT
public static final int ER_INDEX_CORRUPT
Index %s is corrupted- See Also:
- Constant Field Values
-
ER_UNDO_RECORD_TOO_BIG
public static final int ER_UNDO_RECORD_TOO_BIG
Undo log record is too big.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
public static final int ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
public static final int ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
INSERT... SELECT... ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_REPLACE_SELECT
public static final int ER_BINLOG_UNSAFE_REPLACE_SELECT
REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
public static final int ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
public static final int ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_UPDATE_IGNORE
public static final int ER_BINLOG_UNSAFE_UPDATE_IGNORE
UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_PLUGIN_NO_UNINSTALL
public static final int ER_PLUGIN_NO_UNINSTALL
Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.- See Also:
- Constant Field Values
-
ER_PLUGIN_NO_INSTALL
public static final int ER_PLUGIN_NO_INSTALL
Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
public static final int ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
public static final int ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
public static final int ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe- See Also:
- Constant Field Values
-
ER_TABLE_IN_FK_CHECK
public static final int ER_TABLE_IN_FK_CHECK
Table is being used in foreign key check.- See Also:
- Constant Field Values
-
ER_UNSUPPORTED_ENGINE
public static final int ER_UNSUPPORTED_ENGINE
Storage engine '%s' does not support system tables. [%s.%s]- See Also:
- Constant Field Values
-
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
public static final int ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.- See Also:
- Constant Field Values
-
ER_CANNOT_LOAD_FROM_TABLE_V2
public static final int ER_CANNOT_LOAD_FROM_TABLE_V2
Cannot load from %s.%s. The table is probably corrupted- See Also:
- Constant Field Values
-
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE
public static final int ER_MASTER_DELAY_VALUE_OUT_OF_RANGE
The requested value %s for the master delay exceeds the maximum %u- See Also:
- Constant Field Values
-
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT
public static final int ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT
Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)- See Also:
- Constant Field Values
-
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION
public static final int ER_PARTITION_EXCHANGE_DIFFERENT_OPTION
Non matching attribute '%-.64s' between partition and table- See Also:
- Constant Field Values
-
ER_PARTITION_EXCHANGE_PART_TABLE
public static final int ER_PARTITION_EXCHANGE_PART_TABLE
Table to exchange with partition is partitioned: '%-.64s'- See Also:
- Constant Field Values
-
ER_PARTITION_EXCHANGE_TEMP_TABLE
public static final int ER_PARTITION_EXCHANGE_TEMP_TABLE
Table to exchange with partition is temporary: '%-.64s'- See Also:
- Constant Field Values
-
ER_PARTITION_INSTEAD_OF_SUBPARTITION
public static final int ER_PARTITION_INSTEAD_OF_SUBPARTITION
Subpartitioned table, use subpartition instead of partition- See Also:
- Constant Field Values
-
ER_UNKNOWN_PARTITION
public static final int ER_UNKNOWN_PARTITION
Unknown partition '%-.64s' in table '%-.64s'- See Also:
- Constant Field Values
-
ER_TABLES_DIFFERENT_METADATA
public static final int ER_TABLES_DIFFERENT_METADATA
Tables have different definitions- See Also:
- Constant Field Values
-
ER_ROW_DOES_NOT_MATCH_PARTITION
public static final int ER_ROW_DOES_NOT_MATCH_PARTITION
Found a row that does not match the partition- See Also:
- Constant Field Values
-
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX
public static final int ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX
Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.- See Also:
- Constant Field Values
-
ER_WARN_INDEX_NOT_APPLICABLE
public static final int ER_WARN_INDEX_NOT_APPLICABLE
Cannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'- See Also:
- Constant Field Values
-
ER_PARTITION_EXCHANGE_FOREIGN_KEY
public static final int ER_PARTITION_EXCHANGE_FOREIGN_KEY
Table to exchange with partition has foreign key references: '%-.64s'- See Also:
- Constant Field Values
-
ER_NO_SUCH_KEY_VALUE
public static final int ER_NO_SUCH_KEY_VALUE
Key value '%-.192s' was not found in table '%-.192s.%-.192s'- See Also:
- Constant Field Values
-
ER_RPL_INFO_DATA_TOO_LONG
public static final int ER_RPL_INFO_DATA_TOO_LONG
Data for column '%s' too long- See Also:
- Constant Field Values
-
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE
public static final int ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE
Replication event checksum verification failed while reading from network.- See Also:
- Constant Field Values
-
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE
public static final int ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE
Replication event checksum verification failed while reading from a log file.- See Also:
- Constant Field Values
-
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX
public static final int ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX
Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.- See Also:
- Constant Field Values
-
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT
public static final int ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT
Can't update table '%-.192s' while '%-.192s' is being created.- See Also:
- Constant Field Values
-
ER_PARTITION_CLAUSE_ON_NONPARTITIONED
public static final int ER_PARTITION_CLAUSE_ON_NONPARTITIONED
PARTITION () clause on non partitioned table- See Also:
- Constant Field Values
-
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET
public static final int ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET
Found a row not matching the given partition set- See Also:
- Constant Field Values
-
ER_NO_SUCH_PARTITION__UNUSED
public static final int ER_NO_SUCH_PARTITION__UNUSED
Partition '%-.64s' doesn't exist- See Also:
- Constant Field Values
-
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE
public static final int ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE
Failure while changing the type of replication repository: %s.- See Also:
- Constant Field Values
-
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE
The creation of some temporary tables could not be rolled back.- See Also:
- Constant Field Values
-
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE
Some temporary tables were dropped, but these operations could not be rolled back.- See Also:
- Constant Field Values
-
ER_MTS_FEATURE_IS_NOT_SUPPORTED
public static final int ER_MTS_FEATURE_IS_NOT_SUPPORTED
%s is not supported in multi-threaded slave mode. %s- See Also:
- Constant Field Values
-
ER_MTS_UPDATED_DBS_GREATER_MAX
public static final int ER_MTS_UPDATED_DBS_GREATER_MAX
The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.- See Also:
- Constant Field Values
-
ER_MTS_CANT_PARALLEL
public static final int ER_MTS_CANT_PARALLEL
Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.- See Also:
- Constant Field Values
-
ER_MTS_INCONSISTENT_DATA
public static final int ER_MTS_INCONSISTENT_DATA
%s- See Also:
- Constant Field Values
-
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING
public static final int ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING
FULLTEXT index is not supported for partitioned tables.- See Also:
- Constant Field Values
-
ER_DA_INVALID_CONDITION_NUMBER
public static final int ER_DA_INVALID_CONDITION_NUMBER
Invalid condition number- See Also:
- Constant Field Values
-
ER_INSECURE_PLAIN_TEXT
public static final int ER_INSECURE_PLAIN_TEXT
Sending passwords in plain text without SSL/TLS is extremely insecure.- See Also:
- Constant Field Values
-
ER_INSECURE_CHANGE_MASTER
public static final int ER_INSECURE_CHANGE_MASTER
Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.- See Also:
- Constant Field Values
-
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO
public static final int ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO
Foreign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in table '%.192s', key '%.192s'- See Also:
- Constant Field Values
-
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO
public static final int ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO
Foreign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in a child table- See Also:
- Constant Field Values
-
ER_SQLTHREAD_WITH_SECURE_SLAVE
public static final int ER_SQLTHREAD_WITH_SECURE_SLAVE
Setting authentication options is not possible when only the Slave SQL Thread is being started.- See Also:
- Constant Field Values
-
ER_TABLE_HAS_NO_FT
public static final int ER_TABLE_HAS_NO_FT
The table does not have FULLTEXT index to support this query- See Also:
- Constant Field Values
-
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER
public static final int ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER
The system variable %.200s cannot be set in stored functions or triggers.- See Also:
- Constant Field Values
-
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION
public static final int ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION
The system variable %.200s cannot be set when there is an ongoing transaction.- See Also:
- Constant Field Values
-
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST
public static final int ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST
The system variable @@SESSION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_NEXT_LIST.- See Also:
- Constant Field Values
-
ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL
public static final int ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL
The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.- See Also:
- Constant Field Values
-
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION
public static final int ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION
The statement 'SET %.200s' cannot invoke a stored function.- See Also:
- Constant Field Values
-
ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL
public static final int ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL
The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.- See Also:
- Constant Field Values
-
ER_SKIPPING_LOGGED_TRANSACTION
public static final int ER_SKIPPING_LOGGED_TRANSACTION
Skipping transaction %.200s because it has already been executed and logged.- See Also:
- Constant Field Values
-
ER_MALFORMED_GTID_SET_SPECIFICATION
public static final int ER_MALFORMED_GTID_SET_SPECIFICATION
Malformed GTID set specification '%.200s'.- See Also:
- Constant Field Values
-
ER_MALFORMED_GTID_SET_ENCODING
public static final int ER_MALFORMED_GTID_SET_ENCODING
Malformed GTID set encoding.- See Also:
- Constant Field Values
-
ER_MALFORMED_GTID_SPECIFICATION
public static final int ER_MALFORMED_GTID_SPECIFICATION
Malformed GTID specification '%.200s'.- See Also:
- Constant Field Values
-
ER_GNO_EXHAUSTED
public static final int ER_GNO_EXHAUSTED
Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.- See Also:
- Constant Field Values
-
ER_BAD_SLAVE_AUTO_POSITION
public static final int ER_BAD_SLAVE_AUTO_POSITION
Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.- See Also:
- Constant Field Values
-
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON
public static final int ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON
CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.- See Also:
- Constant Field Values
-
ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET
public static final int ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET
Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.- See Also:
- Constant Field Values
-
ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON
public static final int ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON
@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.- See Also:
- Constant Field Values
-
ER_GTID_MODE_REQUIRES_BINLOG
public static final int ER_GTID_MODE_REQUIRES_BINLOG
@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF
@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON
public static final int ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON
@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF
@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.- See Also:
- Constant Field Values
-
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF
public static final int ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF
Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.- See Also:
- Constant Field Values
-
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE
public static final int ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE
When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.- See Also:
- Constant Field Values
-
ER_GTID_UNSAFE_CREATE_SELECT
public static final int ER_GTID_UNSAFE_CREATE_SELECT
CREATE TABLE ... SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.- See Also:
- Constant Field Values
-
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION
public static final int ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION
When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1.- See Also:
- Constant Field Values
-
ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME
public static final int ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME
The value of @@GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1 <-> UPGRADE_STEP_2 <-> ON. Also note that this value must be stepped up or down simultaneously on all servers; see the Manual for instructions.- See Also:
- Constant Field Values
-
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS
public static final int ER_MASTER_HAS_PURGED_REQUIRED_GTIDS
The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID
public static final int ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID
@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.- See Also:
- Constant Field Values
-
ER_UNKNOWN_EXPLAIN_FORMAT
public static final int ER_UNKNOWN_EXPLAIN_FORMAT
Unknown EXPLAIN format name: '%s'- See Also:
- Constant Field Values
-
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION
public static final int ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION
Cannot execute statement in a READ ONLY transaction.- See Also:
- Constant Field Values
-
ER_TOO_LONG_TABLE_PARTITION_COMMENT
public static final int ER_TOO_LONG_TABLE_PARTITION_COMMENT
Comment for table partition '%-.64s' is too long (max = %lu)- See Also:
- Constant Field Values
-
ER_SLAVE_CONFIGURATION
public static final int ER_SLAVE_CONFIGURATION
Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.- See Also:
- Constant Field Values
-
ER_INNODB_FT_LIMIT
public static final int ER_INNODB_FT_LIMIT
InnoDB presently supports one FULLTEXT index creation at a time- See Also:
- Constant Field Values
-
ER_INNODB_NO_FT_TEMP_TABLE
public static final int ER_INNODB_NO_FT_TEMP_TABLE
Cannot create FULLTEXT index on temporary InnoDB table- See Also:
- Constant Field Values
-
ER_INNODB_FT_WRONG_DOCID_COLUMN
public static final int ER_INNODB_FT_WRONG_DOCID_COLUMN
Column '%-.192s' is of wrong type for an InnoDB FULLTEXT index- See Also:
- Constant Field Values
-
ER_INNODB_FT_WRONG_DOCID_INDEX
public static final int ER_INNODB_FT_WRONG_DOCID_INDEX
Index '%-.192s' is of wrong type for an InnoDB FULLTEXT index- See Also:
- Constant Field Values
-
ER_INNODB_ONLINE_LOG_TOO_BIG
public static final int ER_INNODB_ONLINE_LOG_TOO_BIG
Creating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.- See Also:
- Constant Field Values
-
ER_UNKNOWN_ALTER_ALGORITHM
public static final int ER_UNKNOWN_ALTER_ALGORITHM
Unknown ALGORITHM '%s'- See Also:
- Constant Field Values
-
ER_UNKNOWN_ALTER_LOCK
public static final int ER_UNKNOWN_ALTER_LOCK
Unknown LOCK type '%s'- See Also:
- Constant Field Values
-
ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS
public static final int ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS
CHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode. Consider using RESET SLAVE or START SLAVE UNTIL.- See Also:
- Constant Field Values
-
ER_MTS_RECOVERY_FAILURE
public static final int ER_MTS_RECOVERY_FAILURE
Cannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.- See Also:
- Constant Field Values
-
ER_MTS_RESET_WORKERS
public static final int ER_MTS_RESET_WORKERS
Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.- See Also:
- Constant Field Values
-
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2
public static final int ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2
Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted- See Also:
- Constant Field Values
-
ER_SLAVE_SILENT_RETRY_TRANSACTION
public static final int ER_SLAVE_SILENT_RETRY_TRANSACTION
Slave must silently retry current transaction- See Also:
- Constant Field Values
-
ER_DISCARD_FK_CHECKS_RUNNING
public static final int ER_DISCARD_FK_CHECKS_RUNNING
There is a foreign key check running on table '%-.192s'. Cannot discard the table.- See Also:
- Constant Field Values
-
ER_TABLE_SCHEMA_MISMATCH
public static final int ER_TABLE_SCHEMA_MISMATCH
Schema mismatch (%s)- See Also:
- Constant Field Values
-
ER_TABLE_IN_SYSTEM_TABLESPACE
public static final int ER_TABLE_IN_SYSTEM_TABLESPACE
Table '%-.192s' in system tablespace- See Also:
- Constant Field Values
-
ER_IO_READ_ERROR
public static final int ER_IO_READ_ERROR
IO Read error: (%lu, %s) %s- See Also:
- Constant Field Values
-
ER_IO_WRITE_ERROR
public static final int ER_IO_WRITE_ERROR
IO Write error: (%lu, %s) %s- See Also:
- Constant Field Values
-
ER_TABLESPACE_MISSING
public static final int ER_TABLESPACE_MISSING
Tablespace is missing for table '%-.192s'- See Also:
- Constant Field Values
-
ER_TABLESPACE_EXISTS
public static final int ER_TABLESPACE_EXISTS
Tablespace for table '%-.192s' exists. Please DISCARD the tablespace before IMPORT.- See Also:
- Constant Field Values
-
ER_TABLESPACE_DISCARDED
public static final int ER_TABLESPACE_DISCARDED
Tablespace has been discarded for table '%-.192s'- See Also:
- Constant Field Values
-
ER_INTERNAL_ERROR
public static final int ER_INTERNAL_ERROR
Internal error: %s- See Also:
- Constant Field Values
-
ER_INNODB_IMPORT_ERROR
public static final int ER_INNODB_IMPORT_ERROR
ALTER TABLE '%-.192s' IMPORT TABLESPACE failed with error %lu : '%s'- See Also:
- Constant Field Values
-
ER_INNODB_INDEX_CORRUPT
public static final int ER_INNODB_INDEX_CORRUPT
Index corrupt: %s- See Also:
- Constant Field Values
-
ER_INVALID_YEAR_COLUMN_LENGTH
public static final int ER_INVALID_YEAR_COLUMN_LENGTH
YEAR(%lu) column type is deprecated. Creating YEAR(4) column instead.- See Also:
- Constant Field Values
-
ER_NOT_VALID_PASSWORD
public static final int ER_NOT_VALID_PASSWORD
Your password does not satisfy the current policy requirements- See Also:
- Constant Field Values
-
ER_MUST_CHANGE_PASSWORD
public static final int ER_MUST_CHANGE_PASSWORD
You must SET PASSWORD before executing this statement- See Also:
- Constant Field Values
-
ER_FK_NO_INDEX_CHILD
public static final int ER_FK_NO_INDEX_CHILD
Failed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'- See Also:
- Constant Field Values
-
ER_FK_NO_INDEX_PARENT
public static final int ER_FK_NO_INDEX_PARENT
Failed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'- See Also:
- Constant Field Values
-
ER_FK_FAIL_ADD_SYSTEM
public static final int ER_FK_FAIL_ADD_SYSTEM
Failed to add the foreign key constraint '%s' to system tables- See Also:
- Constant Field Values
-
ER_FK_CANNOT_OPEN_PARENT
public static final int ER_FK_CANNOT_OPEN_PARENT
Failed to open the referenced table '%s'- See Also:
- Constant Field Values
-
ER_FK_INCORRECT_OPTION
public static final int ER_FK_INCORRECT_OPTION
Failed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'- See Also:
- Constant Field Values
-
ER_FK_DUP_NAME
public static final int ER_FK_DUP_NAME
Duplicate foreign key constraint name '%s'- See Also:
- Constant Field Values
-
ER_PASSWORD_FORMAT
public static final int ER_PASSWORD_FORMAT
The password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.- See Also:
- Constant Field Values
-
ER_FK_COLUMN_CANNOT_DROP
public static final int ER_FK_COLUMN_CANNOT_DROP
Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'- See Also:
- Constant Field Values
-
ER_FK_COLUMN_CANNOT_DROP_CHILD
public static final int ER_FK_COLUMN_CANNOT_DROP_CHILD
Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
- Constant Field Values
-
ER_FK_COLUMN_NOT_NULL
public static final int ER_FK_COLUMN_NOT_NULL
Column '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULL- See Also:
- Constant Field Values
-
ER_DUP_INDEX
public static final int ER_DUP_INDEX
Duplicate index '%-.64s' defined on the table '%-.64s.%-.64s'. This is deprecated and will be disallowed in a future release.- See Also:
- Constant Field Values
-
ER_FK_COLUMN_CANNOT_CHANGE
public static final int ER_FK_COLUMN_CANNOT_CHANGE
Cannot change column '%-.192s': used in a foreign key constraint '%-.192s'- See Also:
- Constant Field Values
-
ER_FK_COLUMN_CANNOT_CHANGE_CHILD
public static final int ER_FK_COLUMN_CANNOT_CHANGE_CHILD
Cannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
- Constant Field Values
-
ER_FK_CANNOT_DELETE_PARENT
public static final int ER_FK_CANNOT_DELETE_PARENT
Cannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
- Constant Field Values
-
ER_MALFORMED_PACKET
public static final int ER_MALFORMED_PACKET
Malformed communication packet.- See Also:
- Constant Field Values
-
ER_READ_ONLY_MODE
public static final int ER_READ_ONLY_MODE
Running in read-only mode- See Also:
- Constant Field Values
-
ER_GTID_NEXT_TYPE_UNDEFINED_GROUP
public static final int ER_GTID_NEXT_TYPE_UNDEFINED_GROUP
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'.- See Also:
- Constant Field Values
-
ER_VARIABLE_NOT_SETTABLE_IN_SP
public static final int ER_VARIABLE_NOT_SETTABLE_IN_SP
The system variable %.200s cannot be set in stored procedures.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF
@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY
public static final int ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY
@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.- See Also:
- Constant Field Values
-
ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY
public static final int ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY
@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).- See Also:
- Constant Field Values
-
ER_GTID_PURGED_WAS_CHANGED
public static final int ER_GTID_PURGED_WAS_CHANGED
@@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.- See Also:
- Constant Field Values
-
ER_GTID_EXECUTED_WAS_CHANGED
public static final int ER_GTID_EXECUTED_WAS_CHANGED
@@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.- See Also:
- Constant Field Values
-
ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES
public static final int ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES
Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED
%s is not supported for this operation. Try %s.- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON
%s is not supported. Reason: %s. Try %s.- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY
COPY algorithm requires a lock- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION
Partition specific operations do not yet support LOCK/ALGORITHM- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME
Columns participating in a foreign key are renamed- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE
Cannot change column type INPLACE- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK
Adding foreign keys needs foreign_key_checks=OFF- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE
Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK
Dropping a primary key is not allowed without also adding a new primary key- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC
Adding an auto-increment column requires a lock- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS
Cannot replace hidden FTS_DOC_ID with a user-visible one- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS
Cannot drop or rename FTS_DOC_ID- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS
Fulltext index creation requires a lock- See Also:
- Constant Field Values
-
ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE
public static final int ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE
Sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction- See Also:
- Constant Field Values
-
ER_DUP_UNKNOWN_IN_INDEX
public static final int ER_DUP_UNKNOWN_IN_INDEX
Duplicate entry for key '%-.192s'- See Also:
- Constant Field Values
-
ER_IDENT_CAUSES_TOO_LONG_PATH
public static final int ER_IDENT_CAUSES_TOO_LONG_PATH
Long database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.- See Also:
- Constant Field Values
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL
Cannot silently convert NULL values, as required in this SQL_MODE- See Also:
- Constant Field Values
-
ER_MUST_CHANGE_PASSWORD_LOGIN
public static final int ER_MUST_CHANGE_PASSWORD_LOGIN
Your password has expired. To log in you must change it using a client that supports expired passwords.- See Also:
- Constant Field Values
-
ER_ROW_IN_WRONG_PARTITION
public static final int ER_ROW_IN_WRONG_PARTITION
Found a row in wrong partition %s- See Also:
- Constant Field Values
-
ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX
public static final int ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX
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.- See Also:
- Constant Field Values
-
ER_INNODB_NO_FT_USES_PARSER
public static final int ER_INNODB_NO_FT_USES_PARSER
Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table- See Also:
- Constant Field Values
-
ER_BINLOG_LOGICAL_CORRUPTION
public static final int ER_BINLOG_LOGICAL_CORRUPTION
The binary log file '%s' is logically corrupted: %s- See Also:
- Constant Field Values
-
ER_WARN_PURGE_LOG_IN_USE
public static final int ER_WARN_PURGE_LOG_IN_USE
File %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.- See Also:
- Constant Field Values
-
ER_WARN_PURGE_LOG_IS_ACTIVE
public static final int ER_WARN_PURGE_LOG_IS_ACTIVE
File %s was not purged because it is the active log file.- See Also:
- Constant Field Values
-
ER_AUTO_INCREMENT_CONFLICT
public static final int ER_AUTO_INCREMENT_CONFLICT
Auto-increment value in UPDATE conflicts with internally generated values- See Also:
- Constant Field Values
-
WARN_ON_BLOCKHOLE_IN_RBR
public static final int WARN_ON_BLOCKHOLE_IN_RBR
Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%-.192s'- See Also:
- Constant Field Values
-
ER_SLAVE_MI_INIT_REPOSITORY
public static final int ER_SLAVE_MI_INIT_REPOSITORY
Slave failed to initialize master info structure from the repository- See Also:
- Constant Field Values
-
ER_SLAVE_RLI_INIT_REPOSITORY
public static final int ER_SLAVE_RLI_INIT_REPOSITORY
Slave failed to initialize relay log info structure from the repository- See Also:
- Constant Field Values
-
ER_ACCESS_DENIED_CHANGE_USER_ERROR
public static final int ER_ACCESS_DENIED_CHANGE_USER_ERROR
Access denied trying to change to user '%-.48s'@'%-.64s' (using password: %s). Disconnecting.- See Also:
- Constant Field Values
-
ER_INNODB_READ_ONLY
public static final int ER_INNODB_READ_ONLY
InnoDB is in read only mode.- See Also:
- Constant Field Values
-
ER_STOP_SLAVE_SQL_THREAD_TIMEOUT
public static final int ER_STOP_SLAVE_SQL_THREAD_TIMEOUT
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.- See Also:
- Constant Field Values
-
ER_STOP_SLAVE_IO_THREAD_TIMEOUT
public static final int ER_STOP_SLAVE_IO_THREAD_TIMEOUT
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.- See Also:
- Constant Field Values
-
ER_TABLE_CORRUPT
public static final int ER_TABLE_CORRUPT
Operation cannot be performed. The table '%-.64s.%-.64s' is missing, corrupt or contains bad data.- See Also:
- Constant Field Values
-
ER_TEMP_FILE_WRITE_FAILURE
public static final int ER_TEMP_FILE_WRITE_FAILURE
Temporary file write failure.- See Also:
- Constant Field Values
-
ER_INNODB_FT_AUX_NOT_HEX_ID
public static final int ER_INNODB_FT_AUX_NOT_HEX_ID
Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.- See Also:
- Constant Field Values
-
ER_OLD_TEMPORALS_UPGRADED
public static final int ER_OLD_TEMPORALS_UPGRADED
TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.- See Also:
- Constant Field Values
-
ER_INNODB_FORCED_RECOVERY
public static final int ER_INNODB_FORCED_RECOVERY
Operation not allowed when innodb_forced_recovery > 0.- See Also:
- Constant Field Values
-
ER_AES_INVALID_IV
public static final int ER_AES_INVALID_IV
The initialization vector supplied to %s is too short. Must be at least %d bytes long- See Also:
- Constant Field Values
-
ER_PLUGIN_CANNOT_BE_UNINSTALLED
public static final int ER_PLUGIN_CANNOT_BE_UNINSTALLED
Plugin '%s' cannot be uninstalled now. %s- See Also:
- Constant Field Values
-
ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP
public static final int ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP
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'.- See Also:
- Constant Field Values
-
ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER
public static final int ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER
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.- See Also:
- Constant Field Values
-
-