com.github.shyiko.mysql.binlog.network
Class ErrorCode

java.lang.Object
  extended by 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
static int ER_ABORTING_CONNECTION
          Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)
static int ER_ACCESS_DENIED_CHANGE_USER_ERROR
          Access denied trying to change to user '%-.48s'@'%-.64s' (using password: %s).
static int ER_ACCESS_DENIED_ERROR
          Access denied for user '%-.48s'@'%-.64s' (using password: %s)
static int ER_ACCESS_DENIED_NO_PASSWORD_ERROR
          Access denied for user '%-.48s'@'%-.64s'
static int ER_ADD_PARTITION_NO_NEW_PARTITION
          At least one partition must be added
static int ER_ADD_PARTITION_SUBPART_ERROR
          Trying to Add partition(s) with wrong number of subpartitions
static int ER_ADMIN_WRONG_MRG_TABLE
          Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist
static int ER_AES_INVALID_IV
          The initialization vector supplied to %s is too short.
static int ER_ALTER_FILEGROUP_FAILED
          Failed to alter: %s
static int ER_ALTER_INFO
          Records: %ld Duplicates: %ld
static int ER_ALTER_OPERATION_NOT_SUPPORTED
          %s is not supported for this operation.
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON
          %s is not supported.
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC
          Adding an auto-increment column requires a lock
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS
          Cannot drop or rename FTS_DOC_ID
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE
          Cannot change column type INPLACE
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY
          COPY algorithm requires a lock
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK
          Adding foreign keys needs foreign_key_checks=OFF
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME
          Columns participating in a foreign key are renamed
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS
          Fulltext index creation requires a lock
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS
          Cannot replace hidden FTS_DOC_ID with a user-visible one
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE
          Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK
          Dropping a primary key is not allowed without also adding a new primary key
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL
          Cannot silently convert NULL values, as required in this SQL_MODE
static int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION
          Partition specific operations do not yet support LOCK/ALGORITHM
static int ER_AMBIGUOUS_FIELD_TERM
          First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
static int ER_AUTO_CONVERT
          Converting column '%s' from %s to %s
static int ER_AUTO_INCREMENT_CONFLICT
          Auto-increment value in UPDATE conflicts with internally generated values
static int ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON
          CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.
static int ER_AUTOINC_READ_FAILED
          Failed to read auto-increment value from storage engine
static int ER_BAD_DB_ERROR
          Unknown database '%-.192s'
static int ER_BAD_FIELD_ERROR
          Unknown column '%-.192s' in '%-.192s'
static int ER_BAD_FT_COLUMN
          Column '%-.192s' cannot be part of FULLTEXT index
static int ER_BAD_HOST_ERROR
          Can't get hostname for your address
static int ER_BAD_LOG_STATEMENT
          You cannot '%s' a log table if logging is enabled
static int ER_BAD_NULL_ERROR
          Column '%-.192s' cannot be null
static int ER_BAD_SLAVE
          The server is not configured as slave; fix in config file or with CHANGE MASTER TO
static 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.
static int ER_BAD_SLAVE_UNTIL_COND
          Incorrect parameter or combination of parameters for START SLAVE UNTIL
static int ER_BAD_TABLE_ERROR
          Unknown table '%-.100s'
static int ER_BASE64_DECODE_ERROR
          Decoding of base64 string failed
static 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.
static 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)
static int ER_BINLOG_LOGGING_IMPOSSIBLE
          Binary logging not possible.
static int ER_BINLOG_LOGICAL_CORRUPTION
          The binary log file '%s' is logically corrupted: %s
static 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.
static int ER_BINLOG_PURGE_EMFILE
          Too many files opened, please execute the command again
static int ER_BINLOG_PURGE_FATAL_ERR
          Fatal error during log purge
static int ER_BINLOG_PURGE_PROHIBITED
          Server configuration does not permit binlog purge
static int ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE
          Replication event checksum verification failed while reading from a log file.
static 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.
static 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.
static 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.
static int ER_BINLOG_ROW_LOGGING_FAILED
          Writing one row to the row-based binary log failed
static 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.
static 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
static int ER_BINLOG_ROW_WRONG_TABLE_DEF
          Table definition on master and slave does not match: %s
static 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.
static 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.
static 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
static 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.
static 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.
static int ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
          INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
static int ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
          CREATE...
static int ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
          CREATE...
static int ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
          CREATE TABLE...
static int ER_BINLOG_UNSAFE_INSERT_DELAYED
          The statement is unsafe because it uses INSERT DELAYED.
static int ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
          INSERT IGNORE...
static int ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
          INSERT...
static int ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
          INSERT...
static int ER_BINLOG_UNSAFE_LIMIT
          The statement is unsafe because it uses a LIMIT clause.
static int ER_BINLOG_UNSAFE_MIXED_STATEMENT
          Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
static int ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
          Mixing self-logging and non-self-logging engines in a statement is unsafe.
static 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.
static int ER_BINLOG_UNSAFE_REPLACE_SELECT
          REPLACE...
static 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)
static int ER_BINLOG_UNSAFE_STATEMENT
          Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.
static int ER_BINLOG_UNSAFE_SYSTEM_FUNCTION
          Statement is unsafe because it uses a system function that may return a different value on the slave.
static int ER_BINLOG_UNSAFE_SYSTEM_TABLE
          The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s).
static int ER_BINLOG_UNSAFE_SYSTEM_VARIABLE
          Statement is unsafe because it uses a system variable that may have a different value on the slave.
static int ER_BINLOG_UNSAFE_UDF
          Statement is unsafe because it uses a UDF which may not return the same value on the slave.
static 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.
static 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.
static int ER_BLOB_CANT_HAVE_DEFAULT
          BLOB/TEXT column '%-.192s' can't have a default value
static int ER_BLOB_FIELD_IN_PART_FUNC_ERROR
          A BLOB field is not allowed in partition function
static int ER_BLOB_KEY_WITHOUT_LENGTH
          BLOB/TEXT column '%-.192s' used in key specification without a key length
static int ER_BLOB_USED_AS_KEY
          BLOB column '%-.192s' can't be used in key specification with the used table type
static int ER_BLOBS_AND_NO_TERMINATED
          You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
static int ER_CANNOT_ADD_FOREIGN
          Cannot add foreign key constraint
static int ER_CANNOT_LOAD_FROM_TABLE_V2
          Cannot load from %s.%s.
static int ER_CANNOT_USER
          Operation %s failed for %.256s
static int ER_CANT_ACTIVATE_LOG
          Cannot activate '%-.64s' log
static int ER_CANT_AGGREGATE_2COLLATIONS
          Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
static int ER_CANT_AGGREGATE_3COLLATIONS
          Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'
static int ER_CANT_AGGREGATE_NCOLLATIONS
          Illegal mix of collations for operation '%s'
static 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.
static int ER_CANT_CHANGE_TX_CHARACTERISTICS
          Transaction characteristics can't be changed while a transaction is in progress
static int ER_CANT_CREATE_DB
          Can't create database '%-.192s' (errno: %d)
static int ER_CANT_CREATE_FEDERATED_TABLE
          Can't create federated table.
static int ER_CANT_CREATE_FILE
          Can't create file '%-.200s' (errno: %d - %s)
static int ER_CANT_CREATE_GEOMETRY_OBJECT
          Cannot get geometry object from data you send to the GEOMETRY field
static int ER_CANT_CREATE_HANDLER_FILE
          Failed to create specific handler file
static int ER_CANT_CREATE_SROUTINE
          Cannot create stored routine `%-.64s`.
static int ER_CANT_CREATE_TABLE
          Can't create table '%-.200s' (errno: %d)
static 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
static int ER_CANT_CREATE_USER_WITH_GRANT
          You are not allowed to create a user with GRANT
static int ER_CANT_DELETE_FILE
          Error on delete of '%-.192s' (errno: %d - %s)
static 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.
static int ER_CANT_DO_THIS_DURING_AN_TRANSACTION
          You are not allowed to execute this command in a transaction
static int ER_CANT_DROP_FIELD_OR_KEY
          Can't DROP '%-.192s'; check that column/key exists
static int ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION
          Cannot execute statement in a READ ONLY transaction.
static int ER_CANT_FIND_DL_ENTRY
          Can't find symbol '%-.128s' in library
static int ER_CANT_FIND_SYSTEM_REC
          Can't read record in system table
static int ER_CANT_FIND_UDF
          Can't load function '%-.192s'
static int ER_CANT_GET_STAT
          Can't get status of '%-.200s' (errno: %d - %s)
static int ER_CANT_GET_WD
          Can't get working directory (errno: %d - %s)
static int ER_CANT_INITIALIZE_UDF
          Can't initialize function '%-.192s'; %-.80s
static int ER_CANT_LOCK
          Can't lock file (errno: %d - %s)
static int ER_CANT_LOCK_LOG_TABLE
          You can't use locks with log tables.
static int ER_CANT_OPEN_FILE
          Can't open file: '%-.200s' (errno: %d - %s)
static int ER_CANT_OPEN_LIBRARY
          Can't open shared library '%-.192s' (errno: %d %-.128s)
static int ER_CANT_READ_DIR
          Can't read dir of '%-.192s' (errno: %d - %s)
static int ER_CANT_REMOVE_ALL_FIELDS
          You can't delete all columns with ALTER TABLE; use DROP TABLE instead
static int ER_CANT_RENAME_LOG_TABLE
          Cannot rename '%s'.
static int ER_CANT_REOPEN_TABLE
          Can't reopen table: '%-.192s'
static int ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF
           
static int ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON
           
static int ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF
           
static int ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID
           
static int ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY
           
static int ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF
           
static int ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY
           
static int ER_CANT_SET_WD
          Can't change dir to '%-.192s' (errno: %d - %s)
static int ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT
          Can't update table '%-.192s' while '%-.192s' is being created.
static 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.
static int ER_CANT_UPDATE_WITH_READLOCK
          Can't execute the query because you have a conflicting read lock
static int ER_CANT_USE_OPTION_HERE
          Incorrect usage/placement of '%s'
static int ER_CANT_WRITE_LOCK_LOG_TABLE
          You can't write-lock a log table.
static int ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE
          Failure while changing the type of replication repository: %s.
static int ER_CHECK_NO_SUCH_TABLE
          Can't open table
static int ER_CHECK_NOT_IMPLEMENTED
          The storage engine for the table doesn't support %s
static int ER_CHECKREAD
          Record has changed since last read in table '%-.192s'
static int ER_COALESCE_ONLY_ON_HASH_PARTITION
          COALESCE PARTITION can only be used on HASH/KEY partitions
static int ER_COALESCE_PARTITION_NO_PARTITION
          At least one partition must be coalesced
static int ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2
          Column count of %s.%s is wrong.
static int ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
          Column count of mysql.%s is wrong.
static int ER_COLLATION_CHARSET_MISMATCH
          COLLATION '%s' is not valid for CHARACTER SET '%s'
static int ER_COLUMNACCESS_DENIED_ERROR
          %-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'
static int ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
          Explicit or implicit commit is not allowed in stored function or trigger.
static int ER_CON_COUNT_ERROR
          Too many connections
static int ER_COND_ITEM_TOO_LONG
          Data too long for condition item '%s'
static int ER_CONFLICT_FN_PARSE_ERROR
          Error in parsing conflict function.
static int ER_CONFLICTING_DECLARATIONS
          Conflicting declarations: '%s%s' and '%s%s'
static int ER_CONNECT_TO_FOREIGN_DATA_SOURCE
          Unable to connect to foreign data source: %.64s
static int ER_CONNECT_TO_MASTER
          Error connecting to master: %-.128s
static int ER_CONSECUTIVE_REORG_PARTITIONS
          When reorganizing a set of partitions they must be in consecutive order
static int ER_CORRUPT_HELP_DB
          Help database is corrupt or does not exist
static int ER_CRASHED_ON_REPAIR
          Table '%-.192s' is marked as crashed and last (automatic?) repair failed
static int ER_CRASHED_ON_USAGE
          Table '%-.192s' is marked as crashed and should be repaired
static int ER_CREATE_DB_WITH_READ_LOCK
          CREATE DATABASE not allowed while thread is holding global read lock
static int ER_CREATE_FILEGROUP_FAILED
          Failed to create %s
static int ER_CUT_VALUE_GROUP_CONCAT
          Row %u was cut by GROUP_CONCAT()
static int ER_CYCLIC_REFERENCE
          Cyclic reference on subqueries
static int ER_DA_INVALID_CONDITION_NUMBER
          Invalid condition number
static int ER_DATA_OUT_OF_RANGE
          %s value is out of range in '%s'
static int ER_DATA_TOO_LONG
          Data too long for column '%s' at row %ld
static int ER_DATABASE_NAME
          Database
static int ER_DATETIME_FUNCTION_OVERFLOW
          Datetime function: %-.32s field overflow
static int ER_DB_CREATE_EXISTS
          Can't create database '%-.192s'; database exists
static int ER_DB_DROP_DELETE
          Error dropping database (can't delete '%-.192s', errno: %d)
static int ER_DB_DROP_EXISTS
          Can't drop database '%-.192s'; database doesn't exist
static int ER_DB_DROP_RMDIR
          Error dropping database (can't rmdir '%-.192s', errno: %d)
static int ER_DBACCESS_DENIED_ERROR
          Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'
static int ER_DDL_LOG_ERROR
          Error in DDL log
static int ER_DEBUG_SYNC_HIT_LIMIT
          Debug sync point hit limit reached
static int ER_DEBUG_SYNC_TIMEOUT
          Debug sync point wait timed out
static int ER_DELAYED_CANT_CHANGE_LOCK
          Delayed insert thread couldn't get requested lock for table %-.192s
static int ER_DELAYED_INSERT_TABLE_LOCKED
          INSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLES
static int ER_DELAYED_NOT_SUPPORTED
          DELAYED option not supported for table '%-.192s'
static int ER_DERIVED_MUST_HAVE_ALIAS
          Every derived table must have its own alias
static int ER_DIFF_GROUPS_PROC
          Can't handle procedures with different groups yet
static int ER_DISCARD_FK_CHECKS_RUNNING
          There is a foreign key check running on table '%-.192s'.
static int ER_DISK_FULL
          Disk full (%s); waiting for someone to free some space...
static int ER_DIVISION_BY_ZERO
          Division by 0
static int ER_DROP_DB_WITH_READ_LOCK
          DROP DATABASE not allowed while thread is holding global read lock
static int ER_DROP_FILEGROUP_FAILED
          Failed to drop %s
static int ER_DROP_INDEX_FK
          Cannot drop index '%-.192s': needed in a foreign key constraint
static int ER_DROP_LAST_PARTITION
          Cannot remove all partitions, use DROP TABLE instead
static int ER_DROP_PARTITION_NON_EXISTENT
          Error in list of partitions to %-.64s
static int ER_DROP_USER
          Cannot drop one or more of the requested users
static int ER_DUMP_NOT_IMPLEMENTED
          The storage engine for the table does not support binary table dump
static int ER_DUP_ARGUMENT
          Option '%s' used twice in statement
static int ER_DUP_ENTRY
          Duplicate entry '%-.192s' for key %d
static int ER_DUP_ENTRY_AUTOINCREMENT_CASE
          ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'
static int ER_DUP_ENTRY_WITH_KEY_NAME
          Duplicate entry '%-.64s' for key '%-.192s'
static int ER_DUP_FIELDNAME
          Duplicate column name '%-.192s'
static int ER_DUP_INDEX
          Duplicate index '%-.64s' defined on the table '%-.64s.%-.64s'.
static int ER_DUP_KEY
          Can't write; duplicate key in table '%-.192s'
static int ER_DUP_KEYNAME
          Duplicate key name '%-.192s'
static int ER_DUP_SIGNAL_SET
          Duplicate condition information item '%s'
static int ER_DUP_UNIQUE
          Can't write, because of unique constraint, to table '%-.192s'
static int ER_DUP_UNKNOWN_IN_INDEX
          Duplicate entry for key '%-.192s'
static int ER_DUPLICATED_VALUE_IN_TYPE
          Column '%-.100s' has duplicated value '%-.64s' in %s
static int ER_EMPTY_QUERY
          Query was empty
static int ER_ERROR_DURING_CHECKPOINT
          Got error %d during CHECKPOINT
static int ER_ERROR_DURING_COMMIT
          Got error %d during COMMIT
static int ER_ERROR_DURING_FLUSH_LOGS
          Got error %d during FLUSH_LOGS
static int ER_ERROR_DURING_ROLLBACK
          Got error %d during ROLLBACK
static int ER_ERROR_IN_TRIGGER_BODY
          Trigger '%-.64s' has an error in its body: '%-.256s'
static int ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
          Unknown trigger has an error in its body: '%-.256s'
static int ER_ERROR_ON_CLOSE
          Error on close of '%-.192s' (errno: %d - %s)
static int ER_ERROR_ON_READ
          Error reading file '%-.200s' (errno: %d - %s)
static int ER_ERROR_ON_RENAME
          Error on rename of '%-.210s' to '%-.210s' (errno: %d - %s)
static int ER_ERROR_ON_WRITE
          Error writing file '%-.200s' (errno: %d - %s)
static int ER_ERROR_WHEN_EXECUTING_COMMAND
          Error when executing command %s: %-.128s
static int ER_EVENT_ALREADY_EXISTS
          Event '%-.192s' already exists
static int ER_EVENT_CANNOT_ALTER_IN_THE_PAST
          Event execution time is in the past and ON COMPLETION NOT PRESERVE is set.
static int ER_EVENT_CANNOT_CREATE_IN_THE_PAST
          Event execution time is in the past and ON COMPLETION NOT PRESERVE is set.
static int ER_EVENT_CANNOT_DELETE
          Failed to delete the event from mysql.event
static int ER_EVENT_CANT_ALTER
          Failed to alter event '%-.192s'
static int ER_EVENT_COMPILE_ERROR
          Error during compilation of event's body
static int ER_EVENT_DATA_TOO_LONG
          Data for column '%s' too long
static int ER_EVENT_DOES_NOT_EXIST
          Unknown event '%-.192s'
static int ER_EVENT_DROP_FAILED
          Failed to drop %s
static int ER_EVENT_ENDS_BEFORE_STARTS
          ENDS is either invalid or before STARTS
static int ER_EVENT_EXEC_TIME_IN_THE_PAST
          Event execution time is in the past.
static int ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
          INTERVAL is either not positive or too big
static int ER_EVENT_INVALID_CREATION_CTX
          Creation context of event `%-.64s`.`%-.64s` is invalid
static int ER_EVENT_MODIFY_QUEUE_ERROR
          Internal scheduler error %d
static int ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
          No datetime expression provided
static int ER_EVENT_OPEN_TABLE_FAILED
          Failed to open mysql.event
static int ER_EVENT_RECURSION_FORBIDDEN
          Recursion of EVENT DDL statements is forbidden when body is present
static int ER_EVENT_SAME_NAME
          Same old and new event name
static int ER_EVENT_SET_VAR_ERROR
          Error during starting/stopping of the scheduler.
static int ER_EVENT_STORE_FAILED
          Failed to store event %s.
static int ER_EVENTS_DB_ERROR
          Cannot proceed because system tables used by Event Scheduler were found damaged at server start
static int ER_EXCEPTIONS_WRITE_ERROR
          Write to exceptions table failed.
static int ER_EXEC_STMT_WITH_OPEN_CURSOR
          You can't execute a prepared statement which has an open cursor associated with it.
static int ER_FAILED_READ_FROM_PAR_FILE
          Failed to read from the .par file
static 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
static int ER_FEATURE_DISABLED
          The '%s' feature is disabled; you need MySQL built with '%s' to have it working
static int ER_FIELD_NOT_FOUND_PART_ERROR
          Field in list of fields for partition function not found in table
static int ER_FIELD_SPECIFIED_TWICE
          Column '%-.192s' specified twice
static int ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
          Field '%-.192s' is of a not allowed type for this type of partitioning
static int ER_FILE_EXISTS_ERROR
          File '%-.200s' already exists
static int ER_FILE_NOT_FOUND
          Can't find file: '%-.200s' (errno: %d - %s)
static int ER_FILE_USED
          '%-.192s' is locked against change
static int ER_FILEGROUP_OPTION_ONLY_ONCE
          It is not allowed to specify %s more than once
static int ER_FILSORT_ABORT
          Sort aborted
static int ER_FK_CANNOT_DELETE_PARENT
          Cannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'
static int ER_FK_CANNOT_OPEN_PARENT
          Failed to open the referenced table '%s'
static int ER_FK_COLUMN_CANNOT_CHANGE
          Cannot change column '%-.192s': used in a foreign key constraint '%-.192s'
static int ER_FK_COLUMN_CANNOT_CHANGE_CHILD
          Cannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'
static int ER_FK_COLUMN_CANNOT_DROP
          Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'
static int ER_FK_COLUMN_CANNOT_DROP_CHILD
          Cannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'
static int ER_FK_COLUMN_NOT_NULL
          Column '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULL
static int ER_FK_DUP_NAME
          Duplicate foreign key constraint name '%s'
static int ER_FK_FAIL_ADD_SYSTEM
          Failed to add the foreign key constraint '%s' to system tables
static int ER_FK_INCORRECT_OPTION
          Failed to add the foreign key constraint on table '%s'.
static int ER_FK_NO_INDEX_CHILD
          Failed to add the foreign key constaint.
static int ER_FK_NO_INDEX_PARENT
          Failed to add the foreign key constaint.
static int ER_FLUSH_MASTER_BINLOG_CLOSED
          Binlog closed, cannot RESET MASTER
static int ER_FORBID_SCHEMA_CHANGE
          Changing schema from '%-.192s' to '%-.192s' is not allowed.
static int ER_FORCING_CLOSE
          %s: Forcing close of thread %ld user: '%-.48s'\n
static int ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
          The foreign data source you are trying to reference does not exist.
static int ER_FOREIGN_DATA_STRING_INVALID
          The data source connection string '%-.64s' is not in the correct format
static int ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
          Can't create federated table.
static int ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED
          Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry
static 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'
static 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
static int ER_FOREIGN_KEY_ON_PARTITIONED
          Foreign key clause is not yet supported in conjunction with partitioning
static int ER_FOREIGN_SERVER_DOESNT_EXIST
          The foreign server name you are trying to reference does not exist.
static int ER_FOREIGN_SERVER_EXISTS
          The foreign server, %s, you are trying to create already exists.
static int ER_FORM_NOT_FOUND
          View '%-.192s' doesn't exist for '%-.192s'
static 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.
static int ER_FPARSER_BAD_HEADER
          Malformed file type header in file '%-.192s'
static int ER_FPARSER_EOF_IN_COMMENT
          Unexpected end of file while parsing comment '%-.200s'
static int ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
          Unexpected end of file while skipping unknown parameter '%-.192s'
static int ER_FPARSER_ERROR_IN_PARAMETER
          Error while parsing parameter '%-.192s' (line: '%-.192s')
static int ER_FPARSER_TOO_BIG_FILE
          Configuration file '%-.192s' is too big
static int ER_FRM_UNKNOWN_TYPE
          File '%-.192s' has unknown type '%-.64s' in its header
static int ER_FSEEK_FAIL
          Failed on fseek()
static int ER_FT_MATCHING_KEY_NOT_FOUND
          Can't find FULLTEXT index matching the column list
static int ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING
          FULLTEXT index is not supported for partitioned tables.
static int ER_FUNC_INEXISTENT_NAME_COLLISION
          FUNCTION %s does not exist.
static int ER_FUNCTION_NOT_DEFINED
          Function '%-.192s' is not defined
static int ER_GET_ERRMSG
          Got error %d '%-.100s' from %s
static int ER_GET_ERRNO
          Got error %d from storage engine
static int ER_GET_TEMPORARY_ERRMSG
          Got temporary error %d '%-.100s' from %s
static int ER_GLOBAL_VARIABLE
          Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL
static int ER_GNO_EXHAUSTED
          Impossible to generate Global Transaction Identifier: the integer component reached the maximal value.
static int ER_GOT_SIGNAL
          %s: Got signal %d.
static int ER_GRANT_PLUGIN_USER_EXISTS
          GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
static int ER_GRANT_WRONG_HOST_OR_USER
          The host or user argument to GRANT is too long
static int ER_GTID_EXECUTED_WAS_CHANGED
           
static int ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON
           
static 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.
static int ER_GTID_MODE_REQUIRES_BINLOG
           
static 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.
static 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.
static 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.
static int ER_GTID_PURGED_WAS_CHANGED
           
static 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'.
static 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.
static int ER_GTID_UNSAFE_CREATE_SELECT
          CREATE TABLE ...
static 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.
static int ER_HANDSHAKE_ERROR
          Bad handshake
static int ER_HASHCHK
          Hashchk
static int ER_HOST_IS_BLOCKED
          Host '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
static int ER_HOST_NOT_PRIVILEGED
          Host '%-.64s' is not allowed to connect to this MySQL server
static int ER_HOSTNAME
          Host name
static int ER_IDENT_CAUSES_TOO_LONG_PATH
          Long database name and identifier for object resulted in path length exceeding %d characters.
static int ER_ILLEGAL_GRANT_FOR_TABLE
          Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used
static int ER_ILLEGAL_HA
          Table storage engine for '%-.192s' doesn't have this option
static int ER_ILLEGAL_HA_CREATE_OPTION
          Table storage engine '%-.64s' does not support the create option '%.64s'
static int ER_ILLEGAL_REFERENCE
          Reference '%-.64s' not supported (%s)
static int ER_ILLEGAL_VALUE_FOR_TYPE
          Illegal %s '%-.192s' value found during parsing
static 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
static int ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
          VALUES value must be of same type as partition function
static int ER_INCORRECT_GLOBAL_LOCAL_VAR
          Variable '%-.192s' is a %s variable
static int ER_INDEX_COLUMN_TOO_LONG
          Index column size too large.
static int ER_INDEX_CORRUPT
          Index %s is corrupted
static int ER_INDEX_REBUILD
          Failed rebuilding the index of dumped table '%-.192s'
static int ER_INNODB_FORCED_RECOVERY
          Operation not allowed when innodb_forced_recovery > 0.
static int ER_INNODB_FT_AUX_NOT_HEX_ID
          Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.
static int ER_INNODB_FT_LIMIT
          InnoDB presently supports one FULLTEXT index creation at a time
static int ER_INNODB_FT_WRONG_DOCID_COLUMN
          Column '%-.192s' is of wrong type for an InnoDB FULLTEXT index
static int ER_INNODB_FT_WRONG_DOCID_INDEX
          Index '%-.192s' is of wrong type for an InnoDB FULLTEXT index
static int ER_INNODB_IMPORT_ERROR
          ALTER TABLE '%-.192s' IMPORT TABLESPACE failed with error %lu : '%s'
static int ER_INNODB_INDEX_CORRUPT
          Index corrupt: %s
static int ER_INNODB_NO_FT_TEMP_TABLE
          Cannot create FULLTEXT index on temporary InnoDB table
static int ER_INNODB_NO_FT_USES_PARSER
          Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table
static int ER_INNODB_ONLINE_LOG_TOO_BIG
          Creating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log.
static int ER_INNODB_READ_ONLY
          InnoDB is in read only mode.
static 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.
static int ER_INSECURE_PLAIN_TEXT
          Sending passwords in plain text without SSL/TLS is extremely insecure.
static int ER_INSERT_INFO
          Records: %ld Duplicates: %ld Warnings: %ld
static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
          Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
          Cannot modify @@session.binlog_format inside a transaction
static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
          Cannot modify @@session.sql_log_bin inside a transaction
static int ER_INTERNAL_ERROR
          Internal error: %s
static int ER_INVALID_CHARACTER_STRING
          Invalid %s character string: '%.64s'
static int ER_INVALID_DEFAULT
          Invalid default value for '%-.192s'
static int ER_INVALID_GROUP_FUNC_USE
          Invalid use of group function
static int ER_INVALID_ON_UPDATE
          Invalid ON UPDATE clause for '%-.192s' column
static int ER_INVALID_USE_OF_NULL
          Invalid use of NULL value
static int ER_INVALID_YEAR_COLUMN_LENGTH
          YEAR(%lu) column type is deprecated.
static int ER_IO_ERR_LOG_INDEX_READ
          I/O error reading log index file
static int ER_IO_READ_ERROR
          IO Read error: (%lu, %s) %s
static int ER_IO_WRITE_ERROR
          IO Write error: (%lu, %s) %s
static int ER_IPSOCK_ERROR
          Can't create IP socket
static int ER_KEY_COLUMN_DOES_NOT_EXITS
          Key column '%-.192s' doesn't exist in table
static int ER_KEY_DOES_NOT_EXITS
          Key '%-.192s' doesn't exist in table '%-.192s'
static int ER_KEY_NOT_FOUND
          Can't find record in '%-.192s'
static int ER_KEY_PART_0
          Key part '%-.192s' length cannot be 0
static int ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
          Key reference and table reference don't match
static int ER_KILL_DENIED_ERROR
          You are not owner of thread %lu
static int ER_LIMITED_PART_RANGE
          The %-.64s handler only supports 32 bit integers in VALUES
static int ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
          List of fields is only allowed in KEY partitions
static int ER_LOAD_DATA_INVALID_COLUMN
          Invalid column reference (%-.64s) in LOAD DATA
static int ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
          Can't load value from file with fixed size rows to variable
static int ER_LOAD_INFO
          Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
static int ER_LOCAL_VARIABLE
          Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL
static int ER_LOCK_ABORTED
          Wait on a lock was aborted due to a pending exclusive lock
static int ER_LOCK_DEADLOCK
          Deadlock found when trying to get lock; try restarting transaction
static int ER_LOCK_OR_ACTIVE_TRANSACTION
          Can't execute the given command because you have active locked tables or an active transaction
static int ER_LOCK_TABLE_FULL
          The total number of locks exceeds the lock table size
static int ER_LOCK_WAIT_TIMEOUT
          Lock wait timeout exceeded; try restarting transaction
static int ER_LOG_IN_USE
          A purgeable log is in use, will not purge
static int ER_LOG_PURGE_NO_FILE
          Being purged log %s was not found
static int ER_LOG_PURGE_UNKNOWN_ERR
          Unknown error during log purge
static int ER_LOGGING_PROHIBIT_CHANGING_OF
          Binary logging and replication forbid changing the global server %s
static int ER_M_BIGGER_THAN_D
          For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').
static int ER_MALFORMED_DEFINER
          Definer is not fully qualified
static int ER_MALFORMED_GTID_SET_ENCODING
          Malformed GTID set encoding.
static int ER_MALFORMED_GTID_SET_SPECIFICATION
          Malformed GTID set specification '%.200s'.
static int ER_MALFORMED_GTID_SPECIFICATION
          Malformed GTID specification '%.200s'.
static int ER_MALFORMED_PACKET
          Malformed communication packet.
static int ER_MASTER
          Error from master: '%-.64s'
static int ER_MASTER_DELAY_VALUE_OUT_OF_RANGE
          The requested value %s for the master delay exceeds the maximum %u
static int ER_MASTER_FATAL_ERROR_READING_BINLOG
          Got fatal error %d from master when reading data from binary log: '%-.320s'
static 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.
static int ER_MASTER_INFO
          Could not initialize master info structure; more error messages can be found in the MySQL error log
static int ER_MASTER_NET_READ
          Net error reading from master
static int ER_MASTER_NET_WRITE
          Net error writing to master
static int ER_MAX_PREPARED_STMT_COUNT_REACHED
          Can't create more than max_prepared_stmt_count statements (current value: %lu)
static int ER_MAXVALUE_IN_VALUES_IN
          Cannot use MAXVALUE as value in VALUES IN
static int ER_MESSAGE_AND_STATEMENT
          %s Statement: %s
static 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
static int ER_MIX_HANDLER_ERROR
          The mix of handlers in the partitions is not allowed in this version of MySQL
static 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
static int ER_MIXING_NOT_ALLOWED
          Mixing of transactional and non-transactional tables is disabled
static int ER_MTS_CANT_PARALLEL
          Cannot execute the current event group in the parallel mode.
static 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.
static 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.
static int ER_MTS_FEATURE_IS_NOT_SUPPORTED
          %s is not supported in multi-threaded slave mode.
static int ER_MTS_INCONSISTENT_DATA
          %s
static int ER_MTS_RECOVERY_FAILURE
          Cannot recover after SLAVE errored out in parallel execution mode.
static int ER_MTS_RESET_WORKERS
          Cannot clean up worker info tables.
static 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.
static int ER_MULTI_UPDATE_KEY_CONFLICT
          Primary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.
static int ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
          Multiple definition of same constant in list partitioning
static int ER_MULTIPLE_PRI_KEY
          Multiple primary key defined
static int ER_MUST_CHANGE_PASSWORD
          You must SET PASSWORD before executing this statement
static int ER_MUST_CHANGE_PASSWORD_LOGIN
          Your password has expired.
static int ER_NAME_BECOMES_EMPTY
          Name '%-.64s' has become ''
static int ER_NATIVE_FCT_NAME_COLLISION
          This function '%-.192s' has the same name as a native function
static int ER_NDB_CANT_SWITCH_BINLOG_FORMAT
          The NDB cluster engine does not support changing the binlog format on the fly yet
static int ER_NDB_REPLICATION_SCHEMA_ERROR
          Bad schema for mysql.ndb_replication table.
static int ER_NEED_REPREPARE
          Prepared statement needs to be re-prepared
static int ER_NET_ERROR_ON_WRITE
          Got an error writing communication packets
static int ER_NET_FCNTL_ERROR
          Got an error from fcntl()
static int ER_NET_PACKET_TOO_LARGE
          Got a packet bigger than 'max_allowed_packet' bytes
static int ER_NET_PACKETS_OUT_OF_ORDER
          Got packets out of order
static int ER_NET_READ_ERROR
          Got an error reading communication packets
static int ER_NET_READ_ERROR_FROM_PIPE
          Got a read error from the connection pipe
static int ER_NET_READ_INTERRUPTED
          Got timeout reading communication packets
static int ER_NET_UNCOMPRESS_ERROR
          Couldn't uncompress communication packet
static int ER_NET_WRITE_INTERRUPTED
          Got timeout writing communication packets
static int ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE
          Replication event checksum verification failed while reading from network.
static int ER_NEVER_USED
          Ambiguous slave modes combination.
static int ER_NEW_ABORTING_CONNECTION
          Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)
static int ER_NISAMCHK
          Isamchk
static int ER_NO
          NO
static int ER_NO_BINARY_LOGGING
          You are not using binary logging
static int ER_NO_BINLOG_ERROR
          It is not allowed to shut off binlog on this command
static int ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
          Expression in RANGE/LIST VALUES must be constant
static int ER_NO_DB_ERROR
          No database selected
static int ER_NO_DEFAULT
          Variable '%-.64s' doesn't have a default value
static int ER_NO_DEFAULT_FOR_FIELD
          Field '%-.192s' doesn't have a default value
static int ER_NO_DEFAULT_FOR_VIEW_FIELD
          Field of view '%-.192s.%-.192s' underlying table doesn't have a default value
static int ER_NO_FILE_MAPPING
          Can't map file: %-.200s, errno: %d
static int ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
          The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
static int ER_NO_GROUP_FOR_PROC
          Select must have a group with this procedure
static int ER_NO_PARTITION_FOR_GIVEN_VALUE
          Table has no partition for value %-.64s
static int ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
          Table has no partition for some existing values
static int ER_NO_PARTS_ERROR
          Number of %-.64s = 0 is not an allowed value
static int ER_NO_PERMISSION_TO_CREATE_USER
          '%-.48s'@'%-.64s' is not allowed to create new users
static int ER_NO_RAID_COMPILED
          This version of MySQL is not compiled with RAID support
static int ER_NO_REFERENCED_ROW
          Cannot add or update a child row: a foreign key constraint fails
static int ER_NO_REFERENCED_ROW_2
          Cannot add or update a child row: a foreign key constraint fails (%.192s)
static int ER_NO_SUCH_INDEX
          Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the table
static int ER_NO_SUCH_KEY_VALUE
          Key value '%-.192s' was not found in table '%-.192s.%-.192s'
static int ER_NO_SUCH_PARTITION__UNUSED
          Partition '%-.64s' doesn't exist
static int ER_NO_SUCH_TABLE
          Table '%-.192s.%-.192s' doesn't exist
static int ER_NO_SUCH_THREAD
          Unknown thread id: %lu
static int ER_NO_SUCH_USER
          The user specified as a definer ('%-.64s'@'%-.64s') does not exist
static int ER_NO_TABLES_USED
          No tables used
static int ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
          Triggers can not be created on system tables
static int ER_NO_UNIQUE_LOGFILE
          Can't generate a unique log-filename %-.200s.(1-999)\n
static int ER_NON_GROUPING_FIELD_USED
          Non-grouping field '%-.192s' is used in %-.64s clause
static int ER_NON_INSERTABLE_TABLE
          The target table %-.100s of the %s is not insertable-into
static int ER_NON_UNIQ_ERROR
          Column '%-.192s' in %-.192s is ambiguous
static int ER_NON_UPDATABLE_TABLE
          The target table %-.100s of the %s is not updatable
static int ER_NONEXISTING_GRANT
          There is no such grant defined for user '%-.48s' on host '%-.64s'
static int ER_NONEXISTING_PROC_GRANT
          There is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'
static int ER_NONEXISTING_TABLE_GRANT
          There is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'
static int ER_NONUNIQ_TABLE
          Not unique table/alias: '%-.192s'
static int ER_NONUPDATEABLE_COLUMN
          Column '%-.192s' is not updatable
static int ER_NORMAL_SHUTDOWN
          %s: Normal shutdown\n
static int ER_NOT_ALLOWED_COMMAND
          The used command is not allowed with this MySQL version
static int ER_NOT_FORM_FILE
          Incorrect information in file: '%-.200s'
static int ER_NOT_KEYFILE
          Incorrect key file for table '%-.200s'; try to repair it
static int ER_NOT_SUPPORTED_AUTH_MODE
          Client does not support authentication protocol requested by server; consider upgrading MySQL client
static int ER_NOT_SUPPORTED_YET
          This version of MySQL doesn't yet support '%s'
static int ER_NOT_VALID_PASSWORD
          Your password does not satisfy the current policy requirements
static int ER_NULL_COLUMN_IN_INDEX
          Table handler doesn't support NULL in given index.
static int ER_NULL_IN_VALUES_LESS_THAN
          Not allowed to use NULL value in VALUES LESS THAN
static int ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE
          Cannot load from mysql.%s.
static int ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED
          Column count of mysql.%s is wrong.
static int ER_OLD_FILE_FORMAT
          '%-.192s' has an old format, you should re-create the '%s' object(s)
static int ER_OLD_KEYFILE
          Old key file for table '%-.192s'; repair it!
static int ER_OLD_TEMPORALS_UPGRADED
          TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.
static 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)
static int ER_ONLY_INTEGERS_ALLOWED
          Only integers allowed as number here
static int ER_ONLY_ON_RANGE_LIST_PARTITION
          %-.64s PARTITION can only be used on RANGE/LIST partitions
static int ER_OPEN_AS_READONLY
          Table '%-.192s' is read only
static int ER_OPERAND_COLUMNS
          Operand should contain %d column(s)
static int ER_OPTION_PREVENTS_STATEMENT
          The MySQL server is running with the %s option so it cannot execute this statement
static int ER_ORDER_WITH_PROC
          Can't use ORDER clause with this procedure
static 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
static int ER_OUT_OF_SORTMEMORY
          Out of sort memory, consider increasing server sort buffer size
static int ER_OUTOFMEMORY
          Out of memory; restart server and try again (needed %d bytes)
static int ER_PARSE_ERROR
          %s near '%-.80s' at line %d
static int ER_PART_STATE_ERROR
          Partition state cannot be defined from CREATE/ALTER TABLE
static int ER_PARTITION_CLAUSE_ON_NONPARTITIONED
          PARTITION () clause on non partitioned table
static int ER_PARTITION_COLUMN_LIST_ERROR
          Inconsistency in usage of column lists for partitioning
static int ER_PARTITION_CONST_DOMAIN_ERROR
          Partition constant is out of partition function domain
static int ER_PARTITION_ENTRY_ERROR
          Partitioning can not be used stand-alone in query
static int ER_PARTITION_EXCHANGE_DIFFERENT_OPTION
          Non matching attribute '%-.64s' between partition and table
static int ER_PARTITION_EXCHANGE_FOREIGN_KEY
          Table to exchange with partition has foreign key references: '%-.64s'
static int ER_PARTITION_EXCHANGE_PART_TABLE
          Table to exchange with partition is partitioned: '%-.64s'
static int ER_PARTITION_EXCHANGE_TEMP_TABLE
          Table to exchange with partition is temporary: '%-.64s'
static int ER_PARTITION_FIELDS_TOO_LONG
          The total length of the partitioning fields is too large
static int ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
          The %-.192s function returns the wrong type
static int ER_PARTITION_FUNCTION_FAILURE
          Partition function not supported in this version for this handler
static int ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
          This partition function is not allowed
static int ER_PARTITION_INSTEAD_OF_SUBPARTITION
          Subpartitioned table, use subpartition instead of partition
static int ER_PARTITION_MAXVALUE_ERROR
          MAXVALUE can only be used in last partition definition
static int ER_PARTITION_MERGE_ERROR
          Engine cannot be used in partitioned tables
static int ER_PARTITION_MGMT_ON_NONPARTITIONED
          Partition management on a not partitioned table is not possible
static int ER_PARTITION_NAME
          Partition
static int ER_PARTITION_NO_TEMPORARY
          Cannot create temporary table with partitions
static int ER_PARTITION_NOT_DEFINED_ERROR
          For the partitioned engine it is necessary to define all %-.64s
static int ER_PARTITION_REQUIRES_VALUES_ERROR
          Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partition
static int ER_PARTITION_SUBPART_MIX_ERROR
          Must define subpartitions on all partitions if on one partition
static int ER_PARTITION_SUBPARTITION_ERROR
          Subpartitions can only be hash partitions and by key
static int ER_PARTITION_WRONG_NO_PART_ERROR
          Wrong number of partitions defined, mismatch with previous setting
static int ER_PARTITION_WRONG_NO_SUBPART_ERROR
          Wrong number of subpartitions defined, mismatch with previous setting
static int ER_PARTITION_WRONG_VALUES_ERROR
          Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition
static int ER_PARTITIONS_MUST_BE_DEFINED_ERROR
          For %-.64s partitions each partition must be defined
static int ER_PASSWD_LENGTH
          Password hash should be a %d-digit hexadecimal number
static int ER_PASSWORD_ANONYMOUS_USER
          You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
static int ER_PASSWORD_FORMAT
          The password hash doesn't have the expected format.
static int ER_PASSWORD_NO_MATCH
          Can't find any matching row in the user table
static int ER_PASSWORD_NOT_ALLOWED
          You must have privileges to update tables in the mysql database to be able to change passwords for others
static int ER_PATH_LENGTH
          The path specified for %.64s is too long.
static int ER_PLUGIN_CANNOT_BE_UNINSTALLED
          Plugin '%s' cannot be uninstalled now.
static int ER_PLUGIN_IS_NOT_LOADED
          Plugin '%-.192s' is not loaded
static int ER_PLUGIN_IS_PERMANENT
          Plugin '%s' is force_plus_permanent and can not be unloaded
static int ER_PLUGIN_NO_INSTALL
          Plugin '%s' is marked as not dynamically installable.
static int ER_PLUGIN_NO_UNINSTALL
          Plugin '%s' is marked as not dynamically uninstallable.
static 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
static int ER_PROC_AUTO_GRANT_FAIL
          Failed to grant EXECUTE and ALTER ROUTINE privileges
static int ER_PROC_AUTO_REVOKE_FAIL
          Failed to revoke all privileges to dropped routine
static int ER_PROCACCESS_DENIED_ERROR
          %-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'
static int ER_PS_MANY_PARAM
          Prepared statement contains too many placeholders
static int ER_PS_NO_RECURSION
          The prepared statement contains a stored routine call that refers to that same statement.
static int ER_QUERY_CACHE_DISABLED
          Query cache is disabled; restart the server with query_cache_type=1 to enable it
static int ER_QUERY_INTERRUPTED
          Query execution was interrupted
static int ER_QUERY_ON_FOREIGN_DATA_SOURCE
          There was a problem processing the query on the foreign data source.
static int ER_QUERY_ON_MASTER
          Error running query on master: %-.128s
static int ER_RANGE_NOT_INCREASING_ERROR
          VALUES LESS THAN value must be strictly increasing for each partition
static int ER_RBR_NOT_AVAILABLE
          The server was not built with row-based replication
static int ER_READ_ONLY_MODE
          Running in read-only mode
static int ER_READ_ONLY_TRANSACTION
          Update locks cannot be acquired during a READ UNCOMMITTED transaction
static int ER_READY
          %s: ready for connections.\nVersion: '%s' socket: '%s' port: %d
static int ER_RECORD_FILE_FULL
          The table '%-.192s' is full
static int ER_REGEXP_ERROR
          Got error '%-.64s' from regexp
static int ER_RELAY_LOG_FAIL
          Failed purging old relay logs: %s
static int ER_RELAY_LOG_INIT
          Failed initializing relay log position: %s
static int ER_REMOVED_SPACES
          Leading spaces are removed from name '%s'
static int ER_RENAMED_NAME
          Renamed
static int ER_REORG_HASH_ONLY_ON_SAME_NO
          REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
static int ER_REORG_NO_PARAM_ERROR
          REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
static int ER_REORG_OUTSIDE_RANGE
          Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
static int ER_REORG_PARTITION_NOT_EXIST
          More partitions to reorganize than there are partitions
static int ER_REQUIRES_PRIMARY_KEY
          This table type requires a primary key
static int ER_RESERVED_SYNTAX
          The '%-.64s' syntax is reserved for purposes internal to the MySQL server
static int ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
          RESIGNAL when handler not active
static int ER_REVOKE_GRANTS
          Can't revoke all privileges for one or more of the requested users
static int ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET
          Found a row not matching the given partition set
static int ER_ROW_DOES_NOT_MATCH_PARTITION
          Found a row that does not match the partition
static int ER_ROW_IN_WRONG_PARTITION
          Found a row in wrong partition %s
static int ER_ROW_IS_REFERENCED
          Cannot delete or update a parent row: a foreign key constraint fails
static int ER_ROW_IS_REFERENCED_2
          Cannot delete or update a parent row: a foreign key constraint fails (%.192s)
static int ER_ROW_SINGLE_PARTITION_FIELD_ERROR
          Row expressions in VALUES IN only allowed for multi-field column partitioning
static int ER_RPL_INFO_DATA_TOO_LONG
          Data for column '%s' too long
static int ER_SAME_NAME_PARTITION
          Duplicate partition name %-.192s
static int ER_SAME_NAME_PARTITION_FIELD
          Duplicate partition field name '%-.192s'
static int ER_SELECT_REDUCED
          Select %u was reduced during optimization
static 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
static int ER_SERVER_SHUTDOWN
          Server shutdown in progress
static int ER_SET_CONSTANTS_ONLY
          You may only use constant expressions with SET
static int ER_SET_PASSWORD_AUTH_PLUGIN
          SET PASSWORD has no significance for users authenticating via plugins
static int ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION
          The statement 'SET %.200s' cannot invoke a stored function.
static int ER_SHUTDOWN_COMPLETE
          %s: Shutdown complete\n
static int ER_SIGNAL_BAD_CONDITION_TYPE
          SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
static int ER_SIGNAL_EXCEPTION
          Unhandled user-defined exception condition
static int ER_SIGNAL_NOT_FOUND
          Unhandled user-defined not found condition
static int ER_SIGNAL_WARN
          Unhandled user-defined warning condition
static int ER_SIZE_OVERFLOW_ERROR
          The size number was correct but we don't allow the digit part to be more than 2 billion
static int ER_SKIPPING_LOGGED_TRANSACTION
          Skipping transaction %.200s because it has already been executed and logged.
static int ER_SLAVE_CANT_CREATE_CONVERSION
          Can't create conversion table for table '%-.192s.%-.192s'
static int ER_SLAVE_CONFIGURATION
          Slave is not configured or failed to initialize properly.
static int ER_SLAVE_CONVERSION_FAILED
          Column %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'
static int ER_SLAVE_CORRUPT_EVENT
          Corrupted replication event was detected
static int ER_SLAVE_CREATE_EVENT_FAILURE
          Failed to create %s
static int ER_SLAVE_FATAL_ERROR
          Fatal error: %s
static int ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER
          Slave has more GTIDs than the master has, using the master's SERVER_UUID.
static int ER_SLAVE_HEARTBEAT_FAILURE
          Unexpected master's heartbeat data: %s
static 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).
static int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
          The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds.
static int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
          The requested value for the heartbeat period is less than 1 millisecond.
static int ER_SLAVE_IGNORE_SERVER_IDS
          The requested server id %d clashes with the slave startup option --replicate-same-server-id
static 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
static int ER_SLAVE_IGNORED_TABLE
          Slave SQL thread ignored the query because of replicate-*-table rules
static int ER_SLAVE_INCIDENT
          The incident %s occured on the master.
static int ER_SLAVE_MASTER_COM_FAILURE
          Master command %s failed: %s
static int ER_SLAVE_MI_INIT_REPOSITORY
          Slave failed to initialize master info structure from the repository
static int ER_SLAVE_MUST_STOP
          This operation cannot be performed with a running slave; run STOP SLAVE first
static int ER_SLAVE_NOT_RUNNING
          This operation requires a running slave; configure slave and do START SLAVE
static int ER_SLAVE_RELAY_LOG_READ_FAILURE
          Relay log read failure: %s
static int ER_SLAVE_RELAY_LOG_WRITE_FAILURE
          Relay log write failure: %s
static int ER_SLAVE_RLI_INIT_REPOSITORY
          Slave failed to initialize relay log info structure from the repository
static int ER_SLAVE_SILENT_RETRY_TRANSACTION
          Slave must silently retry current transaction
static int ER_SLAVE_THREAD
          Could not create slave thread; check system resources
static int ER_SLAVE_WAS_NOT_RUNNING
          Slave already has been stopped
static int ER_SLAVE_WAS_RUNNING
          Slave is already running
static int ER_SP_ALREADY_EXISTS
          %s %s already exists
static int ER_SP_BAD_CURSOR_QUERY
          Cursor statement must be a SELECT
static int ER_SP_BAD_CURSOR_SELECT
          Cursor SELECT must not have INTO
static int ER_SP_BAD_SQLSTATE
          Bad SQLSTATE: '%s'
static int ER_SP_BAD_VAR_SHADOW
          Variable '%-.64s' must be quoted with `...`, or renamed
static int ER_SP_BADRETURN
          RETURN is only allowed in a FUNCTION
static int ER_SP_BADSELECT
          PROCEDURE %s can't return a result set in the given context
static int ER_SP_BADSTATEMENT
          %s is not allowed in stored procedures
static int ER_SP_CANT_ALTER
          Failed to ALTER %s %s
static int ER_SP_CANT_SET_AUTOCOMMIT
          Not allowed to set autocommit from a stored function or trigger
static int ER_SP_CASE_NOT_FOUND
          Case not found for CASE statement
static int ER_SP_COND_MISMATCH
          Undefined CONDITION: %s
static int ER_SP_CURSOR_AFTER_HANDLER
          Cursor declaration after handler declaration
static int ER_SP_CURSOR_ALREADY_OPEN
          Cursor is already open
static int ER_SP_CURSOR_MISMATCH
          Undefined CURSOR: %s
static int ER_SP_CURSOR_NOT_OPEN
          Cursor is not open
static int ER_SP_DOES_NOT_EXIST
          %s %s does not exist
static int ER_SP_DROP_FAILED
          Failed to DROP %s %s
static int ER_SP_DUP_COND
          Duplicate condition: %s
static int ER_SP_DUP_CURS
          Duplicate cursor: %s
static int ER_SP_DUP_HANDLER
          Duplicate handler declared in the same block
static int ER_SP_DUP_PARAM
          Duplicate parameter: %s
static int ER_SP_DUP_VAR
          Duplicate variable: %s
static int ER_SP_FETCH_NO_DATA
          No data - zero rows fetched, selected, or processed
static int ER_SP_GOTO_IN_HNDLR
          GOTO is not allowed in a stored procedure handler
static int ER_SP_LABEL_MISMATCH
          End-label %s without match
static int ER_SP_LABEL_REDEFINE
          Redefining label %s
static int ER_SP_LILABEL_MISMATCH
          %s with no matching label: %s
static int ER_SP_NO_AGGREGATE
          AGGREGATE is not supported for stored functions
static int ER_SP_NO_DROP_SP
          Can't drop or alter a %s from within another stored routine
static int ER_SP_NO_RECURSION
          Recursive stored functions and triggers are not allowed.
static int ER_SP_NO_RECURSIVE_CREATE
          Can't create a %s from within another stored routine
static int ER_SP_NO_RETSET
          Not allowed to return a result set from a %s
static int ER_SP_NORETURN
          No RETURN found in FUNCTION %s
static int ER_SP_NORETURNEND
          FUNCTION %s ended without RETURN
static 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
static int ER_SP_PROC_TABLE_CORRUPT
          Failed to load routine %-.192s.
static int ER_SP_RECURSION_LIMIT
          Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s
static int ER_SP_STORE_FAILED
          Failed to CREATE %s %s
static int ER_SP_SUBSELECT_NYI
          Subquery value not supported
static int ER_SP_UNDECLARED_VAR
          Undeclared variable: %s
static int ER_SP_UNINIT_VAR
          Referring to uninitialized variable %s
static int ER_SP_VARCOND_AFTER_CURSHNDLR
          Variable or condition declaration after cursor or handler declaration
static int ER_SP_WRONG_NAME
          Incorrect routine name '%-.192s'
static int ER_SP_WRONG_NO_OF_ARGS
          Incorrect number of arguments for %s %s; expected %u, got %u
static int ER_SP_WRONG_NO_OF_FETCH_ARGS
          Incorrect number of FETCH variables
static int ER_SPATIAL_CANT_HAVE_NULL
          All parts of a SPATIAL index must be NOT NULL
static int ER_SPATIAL_MUST_HAVE_GEOM_COL
          A SPATIAL index may only contain a geometrical type column
static int ER_SPECIFIC_ACCESS_DENIED_ERROR
          Access denied; you need (at least one of) the %-.128s privilege(s) for this operation
static 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.
static int ER_SQLTHREAD_WITH_SECURE_SLAVE
          Setting authentication options is not possible when only the Slave SQL Thread is being started.
static int ER_SR_INVALID_CREATION_CTX
          Creation context of stored routine `%-.64s`.`%-.64s` is invalid
static int ER_STACK_OVERRUN
          Thread stack overrun: Used: %ld of a %ld stack.
static int ER_STACK_OVERRUN_NEED_MORE
          Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed.
static int ER_STARTUP
          %s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %s
static 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
static int ER_STMT_HAS_NO_OPEN_CURSOR
          The statement (%lu) has no open cursor.
static int ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG
          %s is not allowed in stored function or trigger
static 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.
static 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.
static int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
          Cannot change the binlog direct flag inside a stored function or trigger
static int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
          Cannot change the binary logging format inside a stored function or trigger
static int ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
          Cannot change the sql_log_bin inside a stored function or trigger
static int ER_SUBPARTITION_ERROR
          It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
static int ER_SUBPARTITION_NAME
          Subpartition
static int ER_SUBQUERY_NO_1_ROW
          Subquery returns more than 1 row
static 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
static int ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
          The used table type doesn't support AUTO_INCREMENT columns
static int ER_TABLE_CANT_HANDLE_BLOB
          The used table type doesn't support BLOB/TEXT columns
static int ER_TABLE_CANT_HANDLE_FT
          The used table type doesn't support FULLTEXT indexes
static int ER_TABLE_CANT_HANDLE_SPKEYS
          The used table type doesn't support SPATIAL indexes
static int ER_TABLE_CORRUPT
          Operation cannot be performed.
static int ER_TABLE_DEF_CHANGED
          Table definition has changed, please retry transaction
static int ER_TABLE_EXISTS_ERROR
          Table '%-.192s' already exists
static int ER_TABLE_HAS_NO_FT
          The table does not have FULLTEXT index to support this query
static int ER_TABLE_IN_FK_CHECK
          Table is being used in foreign key check.
static int ER_TABLE_IN_SYSTEM_TABLESPACE
          Table '%-.192s' in system tablespace
static int ER_TABLE_MUST_HAVE_COLUMNS
          A table must have at least 1 column
static int ER_TABLE_NAME
          Table
static int ER_TABLE_NEEDS_REBUILD
          Table rebuild required.
static int ER_TABLE_NEEDS_UPGRADE
          Table upgrade required.
static int ER_TABLE_NOT_LOCKED
          Table '%-.192s' was not locked with LOCK TABLES
static int ER_TABLE_NOT_LOCKED_FOR_WRITE
          Table '%-.192s' was locked with a READ lock and can't be updated
static int ER_TABLE_SCHEMA_MISMATCH
          Schema mismatch (%s)
static int ER_TABLEACCESS_DENIED_ERROR
          %-.128s command denied to user '%-.48s'@'%-.64s' for table '%-.64s'
static int ER_TABLENAME_NOT_ALLOWED_HERE
          Table '%-.192s' from one of the SELECTs cannot be used in %-.32s
static int ER_TABLES_DIFFERENT_METADATA
          Tables have different definitions
static int ER_TABLESPACE_AUTO_EXTEND_ERROR
          The handler doesn't support autoextend of tablespaces
static int ER_TABLESPACE_DISCARDED
          Tablespace has been discarded for table '%-.192s'
static int ER_TABLESPACE_EXISTS
          Tablespace for table '%-.192s' exists.
static int ER_TABLESPACE_MISSING
          Tablespace is missing for table '%-.192s'
static int ER_TEMP_FILE_WRITE_FAILURE
          Temporary file write failure.
static 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
static int ER_TEMPORARY_NAME
          Temporary
static int ER_TEXTFILE_NOT_READABLE
          The file '%-.128s' must be in the database directory or be readable by all
static int ER_TOO_BIG_DISPLAYWIDTH
          Display width out of range for column '%-.192s' (max = %lu)
static int ER_TOO_BIG_FIELDLENGTH
          Column length too big for column '%-.192s' (max = %lu); use BLOB or TEXT instead
static int ER_TOO_BIG_FOR_UNCOMPRESS
          Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)
static int ER_TOO_BIG_PRECISION
          Too big precision %d specified for column '%-.192s'.
static int ER_TOO_BIG_ROWSIZE
          Row size too large.
static int ER_TOO_BIG_SCALE
          Too big scale %d specified for column '%-.192s'.
static 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
static int ER_TOO_BIG_SET
          Too many strings for column %-.192s and SET
static int ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
          Too high level of nesting for select
static int ER_TOO_LONG_BODY
          Routine body for '%-.100s' is too long
static int ER_TOO_LONG_FIELD_COMMENT
          Comment for field '%-.64s' is too long (max = %lu)
static int ER_TOO_LONG_IDENT
          Identifier name '%-.100s' is too long
static int ER_TOO_LONG_INDEX_COMMENT
          Comment for index '%-.64s' is too long (max = %lu)
static int ER_TOO_LONG_KEY
          Specified key was too long; max key length is %d bytes
static int ER_TOO_LONG_STRING
          Result string is longer than 'max_allowed_packet' bytes
static int ER_TOO_LONG_TABLE_COMMENT
          Comment for table '%-.64s' is too long (max = %lu)
static int ER_TOO_LONG_TABLE_PARTITION_COMMENT
          Comment for table partition '%-.64s' is too long (max = %lu)
static int ER_TOO_MANY_CONCURRENT_TRXS
          Too many active concurrent transactions
static int ER_TOO_MANY_DELAYED_THREADS
          Too many delayed threads in use
static int ER_TOO_MANY_FIELDS
          Too many columns
static int ER_TOO_MANY_KEY_PARTS
          Too many key parts specified; max %d parts allowed
static int ER_TOO_MANY_KEYS
          Too many keys specified; max %d keys allowed
static int ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR
          Too many fields in '%-.192s'
static int ER_TOO_MANY_PARTITIONS_ERROR
          Too many partitions (including subpartitions) were defined
static int ER_TOO_MANY_ROWS
          Result consisted of more than one row
static int ER_TOO_MANY_TABLES
          Too many tables; MySQL can only use %d tables in a join
static int ER_TOO_MANY_USER_CONNECTIONS
          User %-.64s already has more than 'max_user_connections' active connections
static int ER_TOO_MANY_VALUES_ERROR
          Cannot have more than one value for this type of %-.64s partitioning
static 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
static 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
static int ER_TRG_ALREADY_EXISTS
          Trigger already exists
static int ER_TRG_CANT_CHANGE_ROW
          Updating of %s row is not allowed in %strigger
static int ER_TRG_CANT_OPEN_TABLE
          Cannot open table for trigger `%-.64s`.`%-.64s`
static int ER_TRG_CORRUPTED_FILE
          Corrupted TRG file for table `%-.64s`.`%-.64s`
static int ER_TRG_DOES_NOT_EXIST
          Trigger does not exist
static int ER_TRG_IN_WRONG_SCHEMA
          Trigger in wrong schema
static int ER_TRG_INVALID_CREATION_CTX
          Trigger creation context of table `%-.64s`.`%-.64s` is invalid
static int ER_TRG_NO_CREATION_CTX
          Triggers for table `%-.64s`.`%-.64s` have no creation context
static int ER_TRG_NO_DEFINER
          No definer attribute for trigger '%-.192s'.'%-.192s'.
static int ER_TRG_NO_SUCH_ROW_IN_TRG
          There is no %s row in %s trigger
static int ER_TRG_ON_VIEW_OR_TEMP_TABLE
          Trigger's '%-.192s' is view or temporary table
static int ER_TRUNCATE_ILLEGAL_FK
          Cannot truncate a table referenced in a foreign key constraint (%.192s)
static int ER_TRUNCATED_WRONG_VALUE
          Truncated incorrect %-.32s value: '%-.128s'
static int ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
          Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld
static int ER_UDF_EXISTS
          Function '%-.192s' already exists
static int ER_UDF_NO_PATHS
          No paths allowed for shared library
static int ER_UNDO_RECORD_TOO_BIG
          Undo log record is too big.
static int ER_UNEXPECTED_EOF
          Unexpected EOF found when reading file '%-.192s' (errno: %d - %s)
static int ER_UNION_TABLES_IN_DIFFERENT_DIR
          Incorrect table definition; all MERGE tables must be in the same database
static int ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
          A %-.192s must include all columns in the table's partitioning function
static int ER_UNKNOWN_ALTER_ALGORITHM
          Unknown ALGORITHM '%s'
static int ER_UNKNOWN_ALTER_LOCK
          Unknown LOCK type '%s'
static int ER_UNKNOWN_CHARACTER_SET
          Unknown character set: '%-.64s'
static int ER_UNKNOWN_COLLATION
          Unknown collation: '%-.64s'
static int ER_UNKNOWN_COM_ERROR
          Unknown command
static int ER_UNKNOWN_ERROR
          Unknown error
static int ER_UNKNOWN_EXPLAIN_FORMAT
          Unknown EXPLAIN format name: '%s'
static int ER_UNKNOWN_KEY_CACHE
          Unknown key cache '%-.100s'
static int ER_UNKNOWN_LOCALE
          Unknown locale: '%-.64s'
static int ER_UNKNOWN_PARTITION
          Unknown partition '%-.64s' in table '%-.64s'
static int ER_UNKNOWN_PROCEDURE
          Unknown procedure '%-.192s'
static int ER_UNKNOWN_STMT_HANDLER
          Unknown prepared statement handler (%.*s) given to %s
static int ER_UNKNOWN_STORAGE_ENGINE
          Unknown storage engine '%s'
static int ER_UNKNOWN_SYSTEM_VARIABLE
          Unknown system variable '%-.64s'
static int ER_UNKNOWN_TABLE
          Unknown table '%-.192s' in %-.32s
static int ER_UNKNOWN_TARGET_BINLOG
          Target log not found in binlog index
static int ER_UNKNOWN_TIME_ZONE
          Unknown or incorrect time zone: '%-.64s'
static int ER_UNSUPORTED_LOG_ENGINE
          This storage engine cannot be used for log tables"
static int ER_UNSUPPORTED_ENGINE
          Storage engine '%s' does not support system tables.
static int ER_UNSUPPORTED_EXTENSION
          Table '%-.192s' uses an extension that doesn't exist in this MySQL version
static int ER_UNSUPPORTED_PS
          This command is not supported in the prepared statement protocol yet
static int ER_UNTIL_COND_IGNORED
          SQL thread is not to be started so UNTIL options are ignored
static int ER_UPDATE_INFO
          Rows matched: %ld Changed: %ld Warnings: %ld
static int ER_UPDATE_LOG_DEPRECATED_IGNORED
          The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.
static 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.
static int ER_UPDATE_TABLE_USED
          You can't specify target table '%-.192s' for update in FROM clause
static 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
static int ER_USER_LIMIT_REACHED
          User '%-.64s' has exceeded the '%s' resource (current value: %ld)
static int ER_USERNAME
          User name
static int ER_VALUES_IS_NOT_INT_TYPE_ERROR
          VALUES value for partition '%-.64s' must have type INT
static int ER_VAR_CANT_BE_READ
          Variable '%-.64s' can only be set, not read
static int ER_VARIABLE_IS_NOT_STRUCT
          Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)
static int ER_VARIABLE_IS_READONLY
          %s variable '%s' is read-only.
static int ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER
          The system variable %.200s cannot be set in stored functions or triggers.
static int ER_VARIABLE_NOT_SETTABLE_IN_SP
          The system variable %.200s cannot be set in stored procedures.
static int ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION
          The system variable %.200s cannot be set when there is an ongoing transaction.
static int ER_VIEW_CHECK_FAILED
          CHECK OPTION failed '%-.192s.%-.192s'
static int ER_VIEW_CHECKSUM
          View text checksum failed
static int ER_VIEW_DELETE_MERGE_VIEW
          Can not delete from join view '%-.192s.%-.192s'
static int ER_VIEW_FRM_NO_USER
          View '%-.192s'.'%-.192s' has no definer information (old table format).
static 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
static int ER_VIEW_INVALID_CREATION_CTX
          Creation context of view `%-.64s`.`%-.64s' is invalid
static int ER_VIEW_MULTIUPDATE
          Can not modify more than one base table through a join view '%-.192s.%-.192s'
static int ER_VIEW_NO_CREATION_CTX
          View `%-.64s`.`%-.64s` has no creation context
static int ER_VIEW_NO_EXPLAIN
          EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
static int ER_VIEW_NO_INSERT_FIELD_LIST
          Can not insert into join view '%-.192s.%-.192s' without fields list
static int ER_VIEW_NONUPD_CHECK
          CHECK OPTION on non-updatable view '%-.192s.%-.192s'
static int ER_VIEW_OTHER_USER
          You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer
static int ER_VIEW_PREVENT_UPDATE
          The definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.
static int ER_VIEW_RECURSIVE
          `%-.192s`.`%-.192s` contains view recursion
static int ER_VIEW_SELECT_CLAUSE
          View's SELECT contains a '%s' clause
static int ER_VIEW_SELECT_DERIVED
          View's SELECT contains a subquery in the FROM clause
static int ER_VIEW_SELECT_TMPTABLE
          View's SELECT refers to a temporary table '%-.192s'
static int ER_VIEW_SELECT_VARIABLE
          View's SELECT contains a variable or parameter
static int ER_VIEW_WRONG_LIST
          View's SELECT and view's field list have different column counts
static int ER_WARN_ALLOWED_PACKET_OVERFLOWED
          Result of %s() was larger than max_allowed_packet (%ld) - truncated
static int ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
          Cannot drop default keycache
static int ER_WARN_DATA_OUT_OF_RANGE
          Out of range value for column '%s' at row %ld
static int ER_WARN_DEPRECATED_SYNTAX
          '%s' is deprecated and will be removed in a future release.
static int ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT
          '%s' is deprecated and will be removed in a future release.
static int ER_WARN_DEPRECATED_SYNTAX_WITH_VER
          The syntax '%s' is deprecated and will be removed in MySQL %s.
static int ER_WARN_ENGINE_TRANSACTION_ROLLBACK
          Storage engine %s does not support rollback for this statement.
static int ER_WARN_FIELD_RESOLVED
          Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d
static 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
static int ER_WARN_I_S_SKIPPED_TABLE
          Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement
static int ER_WARN_INDEX_NOT_APPLICABLE
          Cannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'
static int ER_WARN_INVALID_TIMESTAMP
          Invalid TIMESTAMP value in column '%s' at row %ld
static int ER_WARN_NULL_TO_NOTNULL
          Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld
static 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.
static int ER_WARN_PURGE_LOG_IS_ACTIVE
          File %s was not purged because it is the active log file.
static int ER_WARN_QC_RESIZE
          Query cache failed to set size %lu; new query cache size is %lu
static int ER_WARN_TOO_FEW_RECORDS
          Row %ld doesn't contain data for all columns
static int ER_WARN_TOO_MANY_RECORDS
          Row %ld was truncated; it contained more data than there were input columns
static int ER_WARN_USING_OTHER_HANDLER
          Using storage engine %s for table '%s'
static int ER_WARN_VIEW_MERGE
          View merge algorithm can't be used here for now (assumed undefined algorithm)
static int ER_WARN_VIEW_WITHOUT_KEY
          View being updated does not have complete key of underlying table in it
static int ER_WARNING_NOT_COMPLETE_ROLLBACK
          Some non-transactional changed tables couldn't be rolled back
static int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE
          The creation of some temporary tables could not be rolled back.
static int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE
          Some temporary tables were dropped, but these operations could not be rolled back.
static int ER_WRONG_ARGUMENTS
          Incorrect arguments to %s
static int ER_WRONG_AUTO_KEY
          Incorrect table definition; there can be only one auto column and it must be defined as a key
static int ER_WRONG_COLUMN_NAME
          Incorrect column name '%-.100s'
static int ER_WRONG_DB_NAME
          Incorrect database name '%-.100s'
static int ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
          Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
static int ER_WRONG_FIELD_SPEC
          Incorrect column specifier for column '%-.192s'
static int ER_WRONG_FIELD_TERMINATORS
          Field separator argument is not what is expected; check the manual
static int ER_WRONG_FIELD_WITH_GROUP
          '%-.192s' isn't in GROUP BY
static int ER_WRONG_FK_DEF
          Incorrect foreign key definition for '%-.192s': %s
static int ER_WRONG_GROUP_FIELD
          Can't group on '%-.192s'
static int ER_WRONG_KEY_COLUMN
          The used storage engine can't index column '%-.192s'
static int ER_WRONG_LOCK_OF_SYSTEM_TABLE
          You can't combine write-locking of system tables with other tables or lock types
static int ER_WRONG_MAGIC
          Wrong magic in %-.64s
static int ER_WRONG_MRG_TABLE
          Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
static int ER_WRONG_NAME_FOR_CATALOG
          Incorrect catalog name '%-.100s'
static int ER_WRONG_NAME_FOR_INDEX
          Incorrect index name '%-.100s'
static int ER_WRONG_NATIVE_TABLE_STRUCTURE
          Native table '%-.64s'.'%-.64s' has the wrong structure
static int ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
          The used SELECT statements have a different number of columns
static int ER_WRONG_OBJECT
          '%-.192s.%-.192s' is not %s
static int ER_WRONG_OUTER_JOIN
          Cross dependency found in OUTER JOIN; examine your ON conditions
static int ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
          Incorrect parameter count in the call to native function '%-.192s'
static int ER_WRONG_PARAMCOUNT_TO_PROCEDURE
          Incorrect parameter count to procedure '%-.192s'
static int ER_WRONG_PARAMETERS_TO_NATIVE_FCT
          Incorrect parameters in the call to native function '%-.192s'
static int ER_WRONG_PARAMETERS_TO_PROCEDURE
          Incorrect parameters to procedure '%-.192s'
static int ER_WRONG_PARAMETERS_TO_STORED_FCT
          Incorrect parameters in the call to stored function '%-.192s'
static int ER_WRONG_PARTITION_NAME
          Incorrect partition name
static int ER_WRONG_PERFSCHEMA_USAGE
          Invalid performance_schema usage.
static int ER_WRONG_SIZE_NUMBER
          A size parameter was incorrectly specified, either number or on the form 10M
static int ER_WRONG_SPVAR_TYPE_IN_LIMIT
          A variable of a non-integer based type in LIMIT clause
static int ER_WRONG_STRING_LENGTH
          String '%-.70s' is too long for %s (should be no longer than %d)
static 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
static int ER_WRONG_SUM_SELECT
          Statement has sum functions and columns in same statement
static int ER_WRONG_TABLE_NAME
          Incorrect table name '%-.100s'
static int ER_WRONG_TYPE_COLUMN_VALUE_ERROR
          Partition column values of incorrect type
static int ER_WRONG_TYPE_FOR_VAR
          Incorrect argument type to variable '%-.64s'
static int ER_WRONG_USAGE
          Incorrect usage of %s and %s
static int ER_WRONG_VALUE
          Incorrect %-.32s value: '%-.128s'
static int ER_WRONG_VALUE_COUNT
          Column count doesn't match value count
static int ER_WRONG_VALUE_COUNT_ON_ROW
          Column count doesn't match value count at row %ld
static int ER_WRONG_VALUE_FOR_TYPE
          Incorrect %-.32s value: '%-.128s' for function %-.32s
static int ER_WRONG_VALUE_FOR_VAR
          Variable '%-.64s' can't be set to the value of '%-.200s'
static int ER_WSAS_FAILED
          WSAStartup Failed
static int ER_XA_RBDEADLOCK
          XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
static int ER_XA_RBROLLBACK
          XA_RBROLLBACK: Transaction branch was rolled back
static int ER_XA_RBTIMEOUT
          XA_RBTIMEOUT: Transaction branch was rolled back: took too long
static int ER_XAER_DUPID
          XAER_DUPID: The XID already exists
static int ER_XAER_INVAL
          XAER_INVAL: Invalid arguments (or unsupported command)
static int ER_XAER_NOTA
          XAER_NOTA: Unknown XID
static int ER_XAER_OUTSIDE
          XAER_OUTSIDE: Some work is done outside global transaction
static int ER_XAER_RMERR
          XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency
static int ER_XAER_RMFAIL
          XAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s state
static int ER_YES
          YES
static int ER_ZLIB_Z_BUF_ERROR
          ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)
static int ER_ZLIB_Z_DATA_ERROR
          ZLIB: Input data corrupted
static int ER_ZLIB_Z_MEM_ERROR
          ZLIB: Not enough memory
static int WARN_COND_ITEM_TRUNCATED
          Data truncated for condition item '%s'
static int WARN_DATA_TRUNCATED
          Data truncated for column '%s' at row %ld
static int WARN_NO_MASTER_INFO
          The master info structure does not exist
static int WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
          Non-ASCII separator arguments are not fully supported
static int WARN_ON_BLOCKHOLE_IN_RBR
          Row events are not logged for %s statements that modify BLACKHOLE tables in row format.
static int WARN_OPTION_BELOW_LIMIT
          The value of '%s' should be no less than the value of '%s'
static int WARN_OPTION_IGNORED
          <%-.64s> option ignored
static int WARN_PLUGIN_BUSY
          Plugin is busy and will be uninstalled on shutdown
static int WARN_PLUGIN_DELETE_BUILTIN
          Built-in plugins cannot be deleted
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
See Also:
Constant Field Values

ER_GTID_MODE_REQUIRES_BINLOG

public static final int ER_GTID_MODE_REQUIRES_BINLOG
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
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
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
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
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
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
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
See Also:
Constant Field Values

ER_GTID_PURGED_WAS_CHANGED

public static final int ER_GTID_PURGED_WAS_CHANGED
See Also:
Constant Field Values

ER_GTID_EXECUTED_WAS_CHANGED

public static final int ER_GTID_EXECUTED_WAS_CHANGED
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


Copyright © 2015. All Rights Reserved.