Class ErrorCode
java.lang.Object
com.github.shyiko.mysql.binlog.network.ErrorCode
MySQL error codes. Auto-generated from sql/share/errmsg-utf8.txt.
- Author:
- Stanley Shyiko
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)static final intAccess denied trying to change to user '%-.48s'@'%-.64s' (using password: %s).static final intAccess denied for user '%-.48s'@'%-.64s' (using password: %s)static final intAccess denied for user '%-.48s'@'%-.64s'static final intAt least one partition must be addedstatic final intTrying to Add partition(s) with wrong number of subpartitionsstatic final intTable '%-.64s' is differently defined or of non-MyISAM type or doesn't existstatic final intThe initialization vector supplied to %s is too short.static final intFailed to alter: %sstatic final intRecords: %ld Duplicates: %ldstatic final int%s is not supported for this operation.static final int%s is not supported.static final intAdding an auto-increment column requires a lockstatic final intCannot drop or rename FTS_DOC_IDstatic final intCannot change column type INPLACEstatic final intCOPY algorithm requires a lockstatic final intAdding foreign keys needs foreign_key_checks=OFFstatic final intColumns participating in a foreign key are renamedstatic final intFulltext index creation requires a lockstatic final intCannot replace hidden FTS_DOC_ID with a user-visible onestatic final intCreating unique indexes with IGNORE requires COPY algorithm to remove duplicate rowsstatic final intDropping a primary key is not allowed without also adding a new primary keystatic final intCannot silently convert NULL values, as required in this SQL_MODEstatic final intPartition specific operations do not yet support LOCK/ALGORITHMstatic final intFirst character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BYstatic final intConverting column '%s' from %s to %sstatic final intAuto-increment value in UPDATE conflicts with internally generated valuesstatic final intCHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.static final intFailed to read auto-increment value from storage enginestatic final intUnknown database '%-.192s'static final intUnknown column '%-.192s' in '%-.192s'static final intColumn '%-.192s' cannot be part of FULLTEXT indexstatic final intCan't get hostname for your addressstatic final intYou cannot '%s' a log table if logging is enabledstatic final intColumn '%-.192s' cannot be nullstatic final intThe server is not configured as slave; fix in config file or with CHANGE MASTER TOstatic final intParameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.static final intIncorrect parameter or combination of parameters for START SLAVE UNTILstatic final intUnknown table '%-.100s'static final intDecoding of base64 string failedstatic final intOption binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.static final intYou 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 final intBinary logging not possible.static final intThe binary log file '%s' is logically corrupted: %sstatic final intCannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.static final intToo many files opened, please execute the command againstatic final intFatal error during log purgestatic final intServer configuration does not permit binlog purgestatic final intReplication event checksum verification failed while reading from a log file.static final intCannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.static final intCannot 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 final intCannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.static final intWriting one row to the row-based binary log failedstatic final intCannot 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 final intSlave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log eventsstatic final intTable definition on master and slave does not match: %sstatic final intOption 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 final intCannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.static final intCannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%sstatic final intCannot 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 final intStatement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column.static final intINSERT into autoincrement field which is not the first part in the composed primary key is unsafe.static final intCREATE...static final intCREATE...static final intCREATE TABLE...static final intThe statement is unsafe because it uses INSERT DELAYED.static final intINSERT IGNORE...static final intINSERT...static final intINSERT...static final intThe statement is unsafe because it uses a LIMIT clause.static final intStatement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.static final intMixing self-logging and non-self-logging engines in a statement is unsafe.static final intStatement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.static final intREPLACE...static final intThis 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 final intUnsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.static final intStatement is unsafe because it uses a system function that may return a different value on the slave.static final intThe statement is unsafe because it uses the general log, slow query log, or performance_schema table(s).static final intStatement is unsafe because it uses a system variable that may have a different value on the slave.static final intStatement is unsafe because it uses a UDF which may not return the same value on the slave.static final intUPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored.static final intStatements 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 final intBLOB/TEXT column '%-.192s' can't have a default valuestatic final intA BLOB field is not allowed in partition functionstatic final intBLOB/TEXT column '%-.192s' used in key specification without a key lengthstatic final intBLOB column '%-.192s' can't be used in key specification with the used table typestatic final intYou can't use fixed rowlength with BLOBs; please use 'fields terminated by'static final intCannot add foreign key constraintstatic final intCannot load from %s.%s.static final intOperation %s failed for %.256sstatic final intCannot activate '%-.64s' logstatic final intIllegal mix of collations (%s,%s) and (%s,%s) for operation '%s'static final intIllegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'static final intIllegal mix of collations for operation '%s'static final intThe system variable @@SESSION.GTID_NEXT cannot change inside a transaction.static final intTransaction characteristics can't be changed while a transaction is in progressstatic final intCan't create database '%-.192s' (errno: %d)static final intCan't create federated table.static final intCan't create file '%-.200s' (errno: %d - %s)static final intCannot get geometry object from data you send to the GEOMETRY fieldstatic final intFailed to create specific handler filestatic final intCannot create stored routine `%-.64s`.static final intCan't create table '%-.200s' (errno: %d)static final intCan't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bugstatic final intYou are not allowed to create a user with GRANTstatic final intError on delete of '%-.192s' (errno: %d - %s)static final intCannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.static final intYou are not allowed to execute this command in a transactionstatic final intCan't DROP '%-.192s'; check that column/key existsstatic final intCannot execute statement in a READ ONLY transaction.static final intCan't find symbol '%-.128s' in librarystatic final intCan't read record in system tablestatic final intCan't load function '%-.192s'static final intCan't get status of '%-.200s' (errno: %d - %s)static final intCan't get working directory (errno: %d - %s)static final intCan't initialize function '%-.192s'; %-.80sstatic final intCan't lock file (errno: %d - %s)static final intYou can't use locks with log tables.static final intCan't open file: '%-.200s' (errno: %d - %s)static final intCan't open shared library '%-.192s' (errno: %d %-.128s)static final intCan't read dir of '%-.192s' (errno: %d - %s)static final intYou can't delete all columns with ALTER TABLE; use DROP TABLE insteadstatic final intCannot rename '%s'.static final intCan't reopen table: '%-.192s'static final int@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.static final int@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.static final int@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.static final int@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID.static final int@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.static final int@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.static final int@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).static final intCan't change dir to '%-.192s' (errno: %d - %s)static final intCan't update table '%-.192s' while '%-.192s' is being created.static final intCan't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.static final intCan't execute the query because you have a conflicting read lockstatic final intIncorrect usage/placement of '%s'static final intYou can't write-lock a log table.static final intFailure while changing the type of replication repository: %s.static final intCan't open tablestatic final intThe storage engine for the table doesn't support %sstatic final intRecord has changed since last read in table '%-.192s'static final intCOALESCE PARTITION can only be used on HASH/KEY partitionsstatic final intAt least one partition must be coalescedstatic final intColumn count of %s.%s is wrong.static final intColumn count of mysql.%s is wrong.static final intCOLLATION '%s' is not valid for CHARACTER SET '%s'static final int%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'static final intExplicit or implicit commit is not allowed in stored function or trigger.static final intToo many connectionsstatic final intData too long for condition item '%s'static final intError in parsing conflict function.static final intConflicting declarations: '%s%s' and '%s%s'static final intUnable to connect to foreign data source: %.64sstatic final intError connecting to master: %-.128sstatic final intWhen reorganizing a set of partitions they must be in consecutive orderstatic final intHelp database is corrupt or does not existstatic final intTable '%-.192s' is marked as crashed and last (automatic?) repair failedstatic final intTable '%-.192s' is marked as crashed and should be repairedstatic final intCREATE DATABASE not allowed while thread is holding global read lockstatic final intFailed to create %sstatic final intRow %u was cut by GROUP_CONCAT()static final intCyclic reference on subqueriesstatic final intInvalid condition numberstatic final int%s value is out of range in '%s'static final intData too long for column '%s' at row %ldstatic final intDatabasestatic final intDatetime function: %-.32s field overflowstatic final intCan't create database '%-.192s'; database existsstatic final intError dropping database (can't delete '%-.192s', errno: %d)static final intCan't drop database '%-.192s'; database doesn't existstatic final intError dropping database (can't rmdir '%-.192s', errno: %d)static final intAccess denied for user '%-.48s'@'%-.64s' to database '%-.192s'static final intError in DDL logstatic final intDebug sync point hit limit reachedstatic final intDebug sync point wait timed outstatic final intDelayed insert thread couldn't get requested lock for table %-.192sstatic final intINSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLESstatic final intDELAYED option not supported for table '%-.192s'static final intEvery derived table must have its own aliasstatic final intCan't handle procedures with different groups yetstatic final intThere is a foreign key check running on table '%-.192s'.static final intDisk full (%s); waiting for someone to free some space...static final intDivision by 0static final intDROP DATABASE not allowed while thread is holding global read lockstatic final intFailed to drop %sstatic final intCannot drop index '%-.192s': needed in a foreign key constraintstatic final intCannot remove all partitions, use DROP TABLE insteadstatic final intError in list of partitions to %-.64sstatic final intCannot drop one or more of the requested usersstatic final intThe storage engine for the table does not support binary table dumpstatic final intOption '%s' used twice in statementstatic final intDuplicate entry '%-.192s' for key %dstatic final intALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'static final intDuplicate entry '%-.64s' for key '%-.192s'static final intDuplicate column name '%-.192s'static final intDuplicate index '%-.64s' defined on the table '%-.64s.%-.64s'.static final intCan't write; duplicate key in table '%-.192s'static final intDuplicate key name '%-.192s'static final intDuplicate condition information item '%s'static final intCan't write, because of unique constraint, to table '%-.192s'static final intDuplicate entry for key '%-.192s'static final intColumn '%-.100s' has duplicated value '%-.64s' in %sstatic final intQuery was emptystatic final intGot error %d during CHECKPOINTstatic final intGot error %d during COMMITstatic final intGot error %d during FLUSH_LOGSstatic final intGot error %d during ROLLBACKstatic final intTrigger '%-.64s' has an error in its body: '%-.256s'static final intUnknown trigger has an error in its body: '%-.256s'static final intError on close of '%-.192s' (errno: %d - %s)static final intError reading file '%-.200s' (errno: %d - %s)static final intError on rename of '%-.210s' to '%-.210s' (errno: %d - %s)static final intError writing file '%-.200s' (errno: %d - %s)static final intError when executing command %s: %-.128sstatic final intEvent '%-.192s' already existsstatic final intEvent execution time is in the past and ON COMPLETION NOT PRESERVE is set.static final intEvent execution time is in the past and ON COMPLETION NOT PRESERVE is set.static final intFailed to delete the event from mysql.eventstatic final intFailed to alter event '%-.192s'static final intError during compilation of event's bodystatic final intData for column '%s' too longstatic final intUnknown event '%-.192s'static final intFailed to drop %sstatic final intENDS is either invalid or before STARTSstatic final intEvent execution time is in the past.static final intINTERVAL is either not positive or too bigstatic final intCreation context of event `%-.64s`.`%-.64s` is invalidstatic final intInternal scheduler error %dstatic final intNo datetime expression providedstatic final intFailed to open mysql.eventstatic final intRecursion of EVENT DDL statements is forbidden when body is presentstatic final intSame old and new event namestatic final intError during starting/stopping of the scheduler.static final intFailed to store event %s.static final intCannot proceed because system tables used by Event Scheduler were found damaged at server startstatic final intWrite to exceptions table failed.static final intYou can't execute a prepared statement which has an open cursor associated with it.static final intFailed to read from the .par filestatic final intA routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changesstatic final intThe '%s' feature is disabled; you need MySQL built with '%s' to have it workingstatic final intField in list of fields for partition function not found in tablestatic final intColumn '%-.192s' specified twicestatic final intField '%-.192s' is of a not allowed type for this type of partitioningstatic final intFile '%-.200s' already existsstatic final intCan't find file: '%-.200s' (errno: %d - %s)static final int'%-.192s' is locked against changestatic final intIt is not allowed to specify %s more than oncestatic final intSort abortedstatic final intCannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'static final intFailed to open the referenced table '%s'static final intCannot change column '%-.192s': used in a foreign key constraint '%-.192s'static final intCannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'static final intCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'static final intCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'static final intColumn '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULLstatic final intDuplicate foreign key constraint name '%s'static final intFailed to add the foreign key constraint '%s' to system tablesstatic final intFailed to add the foreign key constraint on table '%s'.static final intFailed to add the foreign key constaint.static final intFailed to add the foreign key constaint.static final intBinlog closed, cannot RESET MASTERstatic final intChanging schema from '%-.192s' to '%-.192s' is not allowed.static final int%s: Forcing close of thread %ld user: '%-.48s'\nstatic final intThe foreign data source you are trying to reference does not exist.static final intThe data source connection string '%-.64s' is not in the correct formatstatic final intCan't create federated table.static final intUpholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entrystatic final intForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in table '%.192s', key '%.192s'static final intForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in a child tablestatic final intForeign key clause is not yet supported in conjunction with partitioningstatic final intThe foreign server name you are trying to reference does not exist.static final intThe foreign server, %s, you are trying to create already exists.static final intView '%-.192s' doesn't exist for '%-.192s'static final intFound a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.static final intMalformed file type header in file '%-.192s'static final intUnexpected end of file while parsing comment '%-.200s'static final intUnexpected end of file while skipping unknown parameter '%-.192s'static final intError while parsing parameter '%-.192s' (line: '%-.192s')static final intConfiguration file '%-.192s' is too bigstatic final intFile '%-.192s' has unknown type '%-.64s' in its headerstatic final intFailed on fseek()static final intCan't find FULLTEXT index matching the column liststatic final intFULLTEXT index is not supported for partitioned tables.static final intFUNCTION %s does not exist.static final intFunction '%-.192s' is not definedstatic final intGot error %d '%-.100s' from %sstatic final intGot error %d from storage enginestatic final intGot temporary error %d '%-.100s' from %sstatic final intVariable '%-.64s' is a GLOBAL variable and should be set with SET GLOBALstatic final intImpossible to generate Global Transaction Identifier: the integer component reached the maximal value.static final int%s: Got signal %d.static final intGRANT with IDENTIFIED WITH is illegal because the user %-.*s already existsstatic final intThe host or user argument to GRANT is too longstatic final int@@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.static final int@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.static final intThe value of @@GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1 <-> UPGRADE_STEP_2 <-> ON.static final int@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.static final intThe system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.static final intThe system variable @@SESSION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_NEXT_LIST.static final intWhen @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK.static final int@@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.static final intCannot 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 final intWhen @@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 final intCREATE TABLE ...static final intWhen @@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 final intBad handshakestatic final intHashchkstatic final intHost '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'static final intHost '%-.64s' is not allowed to connect to this MySQL serverstatic final intHost namestatic final intLong database name and identifier for object resulted in path length exceeding %d characters.static final intIllegal GRANT/REVOKE command; please consult the manual to see which privileges can be usedstatic final intTable storage engine for '%-.192s' doesn't have this optionstatic final intTable storage engine '%-.64s' does not support the create option '%.64s'static final intReference '%-.64s' not supported (%s)static final intIllegal %s '%-.192s' value found during parsingstatic final intThe partition info in the frm file is not consistent with what can be written into the frm filestatic final intVALUES value must be of same type as partition functionstatic final intVariable '%-.192s' is a %s variablestatic final intIndex column size too large.static final intIndex %s is corruptedstatic final intFailed rebuilding the index of dumped table '%-.192s'static final intOperation not allowed when innodb_forced_recovery > 0.static final intUpgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.static final intInnoDB presently supports one FULLTEXT index creation at a timestatic final intColumn '%-.192s' is of wrong type for an InnoDB FULLTEXT indexstatic final intIndex '%-.192s' is of wrong type for an InnoDB FULLTEXT indexstatic final intALTER TABLE '%-.192s' IMPORT TABLESPACE failed with error %lu : '%s'static final intIndex corrupt: %sstatic final intCannot create FULLTEXT index on temporary InnoDB tablestatic final intCannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB tablestatic final intCreating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log.static final intInnoDB is in read only mode.static final intStoring MySQL user name or password information in the master info repository is not secure and is therefore not recommended.static final intSending passwords in plain text without SSL/TLS is extremely insecure.static final intRecords: %ld Duplicates: %ld Warnings: %ldstatic final intCannot modify @@session.binlog_direct_non_transactional_updates inside a transactionstatic final intCannot modify @@session.binlog_format inside a transactionstatic final intCannot modify @@session.sql_log_bin inside a transactionstatic final intInternal error: %sstatic final intInvalid %s character string: '%.64s'static final intInvalid default value for '%-.192s'static final intInvalid use of group functionstatic final intInvalid ON UPDATE clause for '%-.192s' columnstatic final intInvalid use of NULL valuestatic final intYEAR(%lu) column type is deprecated.static final intI/O error reading log index filestatic final intIO Read error: (%lu, %s) %sstatic final intIO Write error: (%lu, %s) %sstatic final intCan't create IP socketstatic final intKey column '%-.192s' doesn't exist in tablestatic final intKey '%-.192s' doesn't exist in table '%-.192s'static final intCan't find record in '%-.192s'static final intKey part '%-.192s' length cannot be 0static final intKey reference and table reference don't matchstatic final intYou are not owner of thread %lustatic final intThe %-.64s handler only supports 32 bit integers in VALUESstatic final intList of fields is only allowed in KEY partitionsstatic final intInvalid column reference (%-.64s) in LOAD DATAstatic final intCan't load value from file with fixed size rows to variablestatic final intRecords: %ld Deleted: %ld Skipped: %ld Warnings: %ldstatic final intVariable '%-.64s' is a SESSION variable and can't be used with SET GLOBALstatic final intWait on a lock was aborted due to a pending exclusive lockstatic final intDeadlock found when trying to get lock; try restarting transactionstatic final intCan't execute the given command because you have active locked tables or an active transactionstatic final intThe total number of locks exceeds the lock table sizestatic final intLock wait timeout exceeded; try restarting transactionstatic final intA purgeable log is in use, will not purgestatic final intBeing purged log %s was not foundstatic final intUnknown error during log purgestatic final intBinary logging and replication forbid changing the global server %sstatic final intFor float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').static final intDefiner is not fully qualifiedstatic final intMalformed GTID set encoding.static final intMalformed GTID set specification '%.200s'.static final intMalformed GTID specification '%.200s'.static final intMalformed communication packet.static final intError from master: '%-.64s'static final intThe requested value %s for the master delay exceeds the maximum %ustatic final intGot fatal error %d from master when reading data from binary log: '%-.320s'static final intThe 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 final intCould not initialize master info structure; more error messages can be found in the MySQL error logstatic final intNet error reading from masterstatic final intNet error writing to masterstatic final intCan't create more than max_prepared_stmt_count statements (current value: %lu)static final intCannot use MAXVALUE as value in VALUES INstatic final int%s Statement: %sstatic final intIt is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restartstatic final intThe mix of handlers in the partitions is not allowed in this version of MySQLstatic final intMixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clausestatic final intMixing of transactional and non-transactional tables is disabledstatic final intCannot execute the current event group in the parallel mode.static final intCHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode.static final intCannot 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 final int%s is not supported in multi-threaded slave mode.static final int%sstatic final intCannot recover after SLAVE errored out in parallel execution mode.static final intCannot clean up worker info tables.static final intThe number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.static final intPrimary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.static final intMultiple definition of same constant in list partitioningstatic final intMultiple primary key definedstatic final intYou must SET PASSWORD before executing this statementstatic final intYour password has expired.static final intName '%-.64s' has become ''static final intThis function '%-.192s' has the same name as a native functionstatic final intThe NDB cluster engine does not support changing the binlog format on the fly yetstatic final intBad schema for mysql.ndb_replication table.static final intPrepared statement needs to be re-preparedstatic final intGot an error writing communication packetsstatic final intGot an error from fcntl()static final intGot a packet bigger than 'max_allowed_packet' bytesstatic final intGot packets out of orderstatic final intGot an error reading communication packetsstatic final intGot a read error from the connection pipestatic final intGot timeout reading communication packetsstatic final intCouldn't uncompress communication packetstatic final intGot timeout writing communication packetsstatic final intReplication event checksum verification failed while reading from network.static final intAmbiguous slave modes combination.static final intAborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)static final intIsamchkstatic final intNOstatic final intYou are not using binary loggingstatic final intIt is not allowed to shut off binlog on this commandstatic final intExpression in RANGE/LIST VALUES must be constantstatic final intNo database selectedstatic final intVariable '%-.64s' doesn't have a default valuestatic final intField '%-.192s' doesn't have a default valuestatic final intField of view '%-.192s.%-.192s' underlying table doesn't have a default valuestatic final intCan't map file: %-.200s, errno: %dstatic final intThe BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.static final intSelect must have a group with this procedurestatic final intTable has no partition for value %-.64sstatic final intTable has no partition for some existing valuesstatic final intNumber of %-.64s = 0 is not an allowed valuestatic final int'%-.48s'@'%-.64s' is not allowed to create new usersstatic final intThis version of MySQL is not compiled with RAID supportstatic final intCannot add or update a child row: a foreign key constraint failsstatic final intCannot add or update a child row: a foreign key constraint fails (%.192s)static final intTable '%-.192s' has no index like the one used in CREATE INDEX; recreate the tablestatic final intKey value '%-.192s' was not found in table '%-.192s.%-.192s'static final intPartition '%-.64s' doesn't existstatic final intTable '%-.192s.%-.192s' doesn't existstatic final intUnknown thread id: %lustatic final intThe user specified as a definer ('%-.64s'@'%-.64s') does not existstatic final intNo tables usedstatic final intTriggers can not be created on system tablesstatic final intCan't generate a unique log-filename %-.200s.(1-999)\nstatic final intNon-grouping field '%-.192s' is used in %-.64s clausestatic final intThe target table %-.100s of the %s is not insertable-intostatic final intColumn '%-.192s' in %-.192s is ambiguousstatic final intThe target table %-.100s of the %s is not updatablestatic final intThere is no such grant defined for user '%-.48s' on host '%-.64s'static final intThere is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'static final intThere is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'static final intNot unique table/alias: '%-.192s'static final intColumn '%-.192s' is not updatablestatic final int%s: Normal shutdown\nstatic final intThe used command is not allowed with this MySQL versionstatic final intIncorrect information in file: '%-.200s'static final intIncorrect key file for table '%-.200s'; try to repair itstatic final intClient does not support authentication protocol requested by server; consider upgrading MySQL clientstatic final intThis version of MySQL doesn't yet support '%s'static final intYour password does not satisfy the current policy requirementsstatic final intTable handler doesn't support NULL in given index.static final intNot allowed to use NULL value in VALUES LESS THANstatic final intCannot load from mysql.%s.static final intColumn count of mysql.%s is wrong.static final int'%-.192s' has an old format, you should re-create the '%s' object(s)static final intOld key file for table '%-.192s'; repair it!static final intTIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.static final intOnly Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)static final intOnly integers allowed as number herestatic final int%-.64s PARTITION can only be used on RANGE/LIST partitionsstatic final intTable '%-.192s' is read onlystatic final intOperand should contain %d column(s)static final intThe MySQL server is running with the %s option so it cannot execute this statementstatic final intCan't use ORDER clause with this procedurestatic final intOut of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap spacestatic final intOut of sort memory, consider increasing server sort buffer sizestatic final intOut of memory; restart server and try again (needed %d bytes)static final int%s near '%-.80s' at line %dstatic final intPartition state cannot be defined from CREATE/ALTER TABLEstatic final intPARTITION () clause on non partitioned tablestatic final intInconsistency in usage of column lists for partitioningstatic final intPartition constant is out of partition function domainstatic final intPartitioning can not be used stand-alone in querystatic final intNon matching attribute '%-.64s' between partition and tablestatic final intTable to exchange with partition has foreign key references: '%-.64s'static final intTable to exchange with partition is partitioned: '%-.64s'static final intTable to exchange with partition is temporary: '%-.64s'static final intThe total length of the partitioning fields is too largestatic final intThe %-.192s function returns the wrong typestatic final intPartition function not supported in this version for this handlerstatic final intThis partition function is not allowedstatic final intSubpartitioned table, use subpartition instead of partitionstatic final intMAXVALUE can only be used in last partition definitionstatic final intEngine cannot be used in partitioned tablesstatic final intPartition management on a not partitioned table is not possiblestatic final intPartitionstatic final intCannot create temporary table with partitionsstatic final intFor the partitioned engine it is necessary to define all %-.64sstatic final intSyntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partitionstatic final intMust define subpartitions on all partitions if on one partitionstatic final intSubpartitions can only be hash partitions and by keystatic final intWrong number of partitions defined, mismatch with previous settingstatic final intWrong number of subpartitions defined, mismatch with previous settingstatic final intOnly %-.64s PARTITIONING can use VALUES %-.64s in partition definitionstatic final intFor %-.64s partitions each partition must be definedstatic final intPassword hash should be a %d-digit hexadecimal numberstatic final intYou are using MySQL as an anonymous user and anonymous users are not allowed to change passwordsstatic final intThe password hash doesn't have the expected format.static final intCan't find any matching row in the user tablestatic final intYou must have privileges to update tables in the mysql database to be able to change passwords for othersstatic final intThe path specified for %.64s is too long.static final intPlugin '%s' cannot be uninstalled now.static final intPlugin '%-.192s' is not loadedstatic final intPlugin '%s' is force_plus_permanent and can not be unloadedstatic final intPlugin '%s' is marked as not dynamically installable.static final intPlugin '%s' is marked as not dynamically uninstallable.static final intAll parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE insteadstatic final intFailed to grant EXECUTE and ALTER ROUTINE privilegesstatic final intFailed to revoke all privileges to dropped routinestatic final int%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'static final intPrepared statement contains too many placeholdersstatic final intThe prepared statement contains a stored routine call that refers to that same statement.static final intQuery cache is disabled; restart the server with query_cache_type=1 to enable itstatic final intQuery execution was interruptedstatic final intThere was a problem processing the query on the foreign data source.static final intError running query on master: %-.128sstatic final intVALUES LESS THAN value must be strictly increasing for each partitionstatic final intThe server was not built with row-based replicationstatic final intRunning in read-only modestatic final intUpdate locks cannot be acquired during a READ UNCOMMITTED transactionstatic final int%s: ready for connections.\nVersion: '%s' socket: '%s' port: %dstatic final intThe table '%-.192s' is fullstatic final intGot error '%-.64s' from regexpstatic final intFailed purging old relay logs: %sstatic final intFailed initializing relay log position: %sstatic final intLeading spaces are removed from name '%s'static final intRenamedstatic final intREORGANIZE PARTITION can only be used to reorganize partitions not to change their numbersstatic final intREORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONsstatic final intReorganize of range partitions cannot change total ranges except for last partition where it can extend the rangestatic final intMore partitions to reorganize than there are partitionsstatic final intThis table type requires a primary keystatic final intThe '%-.64s' syntax is reserved for purposes internal to the MySQL serverstatic final intRESIGNAL when handler not activestatic final intCan't revoke all privileges for one or more of the requested usersstatic final intFound a row not matching the given partition setstatic final intFound a row that does not match the partitionstatic final intFound a row in wrong partition %sstatic final intCannot delete or update a parent row: a foreign key constraint failsstatic final intCannot delete or update a parent row: a foreign key constraint fails (%.192s)static final intRow expressions in VALUES IN only allowed for multi-field column partitioningstatic final intData for column '%s' too longstatic final intDuplicate partition name %-.192sstatic final intDuplicate partition field name '%-.192s'static final intSelect %u was reduced during optimizationstatic final intServer is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new formatstatic final intServer shutdown in progressstatic final intYou may only use constant expressions with SETstatic final intSET PASSWORD has no significance for users authenticating via pluginsstatic final intThe statement 'SET %.200s' cannot invoke a stored function.static final int%s: Shutdown complete\nstatic final intSIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATEstatic final intUnhandled user-defined exception conditionstatic final intUnhandled user-defined not found conditionstatic final intUnhandled user-defined warning conditionstatic final intThe size number was correct but we don't allow the digit part to be more than 2 billionstatic final intSkipping transaction %.200s because it has already been executed and logged.static final intCan't create conversion table for table '%-.192s.%-.192s'static final intSlave is not configured or failed to initialize properly.static final intColumn %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'static final intCorrupted replication event was detectedstatic final intFailed to create %sstatic final intFatal error: %sstatic final intSlave has more GTIDs than the master has, using the master's SERVER_UUID.static final intUnexpected master's heartbeat data: %sstatic final intThe requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).static final intThe requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds.static final intThe requested value for the heartbeat period is less than 1 millisecond.static final intThe requested server id %d clashes with the slave startup option --replicate-same-server-idstatic final intSSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is startedstatic final intSlave SQL thread ignored the query because of replicate-*-table rulesstatic final intThe incident %s occured on the master.static final intMaster command %s failed: %sstatic final intSlave failed to initialize master info structure from the repositorystatic final intThis operation cannot be performed with a running slave; run STOP SLAVE firststatic final intThis operation requires a running slave; configure slave and do START SLAVEstatic final intRelay log read failure: %sstatic final intRelay log write failure: %sstatic final intSlave failed to initialize relay log info structure from the repositorystatic final intSlave must silently retry current transactionstatic final intCould not create slave thread; check system resourcesstatic final intSlave already has been stoppedstatic final intSlave is already runningstatic final int%s %s already existsstatic final intCursor statement must be a SELECTstatic final intCursor SELECT must not have INTOstatic final intBad SQLSTATE: '%s'static final intVariable '%-.64s' must be quoted with `...`, or renamedstatic final intRETURN is only allowed in a FUNCTIONstatic final intPROCEDURE %s can't return a result set in the given contextstatic final int%s is not allowed in stored proceduresstatic final intFailed to ALTER %s %sstatic final intNot allowed to set autocommit from a stored function or triggerstatic final intCase not found for CASE statementstatic final intUndefined CONDITION: %sstatic final intCursor declaration after handler declarationstatic final intCursor is already openstatic final intUndefined CURSOR: %sstatic final intCursor is not openstatic final int%s %s does not existstatic final intFailed to DROP %s %sstatic final intDuplicate condition: %sstatic final intDuplicate cursor: %sstatic final intDuplicate handler declared in the same blockstatic final intDuplicate parameter: %sstatic final intDuplicate variable: %sstatic final intNo data - zero rows fetched, selected, or processedstatic final intGOTO is not allowed in a stored procedure handlerstatic final intEnd-label %s without matchstatic final intRedefining label %sstatic final int%s with no matching label: %sstatic final intAGGREGATE is not supported for stored functionsstatic final intCan't drop or alter a %s from within another stored routinestatic final intRecursive stored functions and triggers are not allowed.static final intCan't create a %s from within another stored routinestatic final intNot allowed to return a result set from a %sstatic final intNo RETURN found in FUNCTION %sstatic final intFUNCTION %s ended without RETURNstatic final intOUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE triggerstatic final intFailed to load routine %-.192s.static final intRecursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192sstatic final intFailed to CREATE %s %sstatic final intSubquery value not supportedstatic final intUndeclared variable: %sstatic final intReferring to uninitialized variable %sstatic final intVariable or condition declaration after cursor or handler declarationstatic final intIncorrect routine name '%-.192s'static final intIncorrect number of arguments for %s %s; expected %u, got %ustatic final intIncorrect number of FETCH variablesstatic final intAll parts of a SPATIAL index must be NOT NULLstatic final intA SPATIAL index may only contain a geometrical type columnstatic final intAccess denied; you need (at least one of) the %-.128s privilege(s) for this operationstatic final intSql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON.static final intSetting authentication options is not possible when only the Slave SQL Thread is being started.static final intCreation context of stored routine `%-.64s`.`%-.64s` is invalidstatic final intThread stack overrun: Used: %ld of a %ld stack.static final intThread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed.static final int%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %sstatic final intMulti-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try againstatic final intThe statement (%lu) has no open cursor.static final int%s is not allowed in stored function or triggerstatic final intSTOP 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 final intSTOP 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 final intCannot change the binlog direct flag inside a stored function or triggerstatic final intCannot change the binary logging format inside a stored function or triggerstatic final intCannot change the sql_log_bin inside a stored function or triggerstatic final intIt is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioningstatic final intSubpartitionstatic final intSubquery returns more than 1 rowstatic final intYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to usestatic final intThe used table type doesn't support AUTO_INCREMENT columnsstatic final intThe used table type doesn't support BLOB/TEXT columnsstatic final intThe used table type doesn't support FULLTEXT indexesstatic final intThe used table type doesn't support SPATIAL indexesstatic final intOperation cannot be performed.static final intTable definition has changed, please retry transactionstatic final intTable '%-.192s' already existsstatic final intThe table does not have FULLTEXT index to support this querystatic final intTable is being used in foreign key check.static final intTable '%-.192s' in system tablespacestatic final intA table must have at least 1 columnstatic final intTablestatic final intTable rebuild required.static final intTable upgrade required.static final intTable '%-.192s' was not locked with LOCK TABLESstatic final intTable '%-.192s' was locked with a READ lock and can't be updatedstatic final intSchema mismatch (%s)static final int%-.128s command denied to user '%-.48s'@'%-.64s' for table '%-.64s'static final intTable '%-.192s' from one of the SELECTs cannot be used in %-.32sstatic final intTables have different definitionsstatic final intThe handler doesn't support autoextend of tablespacesstatic final intTablespace has been discarded for table '%-.192s'static final intTablespace for table '%-.192s' exists.static final intTablespace is missing for table '%-.192s'static final intTemporary file write failure.static final intCannot switch out of the row-based binary log format when the session has open temporary tablesstatic final intTemporarystatic final intThe file '%-.128s' must be in the database directory or be readable by allstatic final intDisplay width out of range for column '%-.192s' (max = %lu)static final intColumn length too big for column '%-.192s' (max = %lu); use BLOB or TEXT insteadstatic final intUncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)static final intToo big precision %d specified for column '%-.192s'.static final intRow size too large.static final intToo big scale %d specified for column '%-.192s'.static final intThe SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okaystatic final intToo many strings for column %-.192s and SETstatic final intToo high level of nesting for selectstatic final intRoutine body for '%-.100s' is too longstatic final intComment for field '%-.64s' is too long (max = %lu)static final intIdentifier name '%-.100s' is too longstatic final intComment for index '%-.64s' is too long (max = %lu)static final intSpecified key was too long; max key length is %d bytesstatic final intResult string is longer than 'max_allowed_packet' bytesstatic final intComment for table '%-.64s' is too long (max = %lu)static final intComment for table partition '%-.64s' is too long (max = %lu)static final intToo many active concurrent transactionsstatic final intToo many delayed threads in usestatic final intToo many columnsstatic final intToo many key parts specified; max %d parts allowedstatic final intToo many keys specified; max %d keys allowedstatic final intToo many fields in '%-.192s'static final intToo many partitions (including subpartitions) were definedstatic final intResult consisted of more than one rowstatic final intToo many tables; MySQL can only use %d tables in a joinstatic final intUser %-.64s already has more than 'max_user_connections' active connectionsstatic final intCannot have more than one value for this type of %-.64s partitioningstatic final intIncorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clausestatic final intMulti-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try againstatic final intTrigger already existsstatic final intUpdating of %s row is not allowed in %striggerstatic final intCannot open table for trigger `%-.64s`.`%-.64s`static final intCorrupted TRG file for table `%-.64s`.`%-.64s`static final intTrigger does not existstatic final intTrigger in wrong schemastatic final intTrigger creation context of table `%-.64s`.`%-.64s` is invalidstatic final intTriggers for table `%-.64s`.`%-.64s` have no creation contextstatic final intNo definer attribute for trigger '%-.192s'.'%-.192s'.static final intThere is no %s row in %s triggerstatic final intTrigger's '%-.192s' is view or temporary tablestatic final intCannot truncate a table referenced in a foreign key constraint (%.192s)static final intTruncated incorrect %-.32s value: '%-.128s'static final intIncorrect %-.32s value: '%-.128s' for column '%.192s' at row %ldstatic final intFunction '%-.192s' already existsstatic final intNo paths allowed for shared librarystatic final intUndo log record is too big.static final intUnexpected EOF found when reading file '%-.192s' (errno: %d - %s)static final intIncorrect table definition; all MERGE tables must be in the same databasestatic final intA %-.192s must include all columns in the table's partitioning functionstatic final intUnknown ALGORITHM '%s'static final intUnknown LOCK type '%s'static final intUnknown character set: '%-.64s'static final intUnknown collation: '%-.64s'static final intUnknown commandstatic final intUnknown errorstatic final intUnknown EXPLAIN format name: '%s'static final intUnknown key cache '%-.100s'static final intUnknown locale: '%-.64s'static final intUnknown partition '%-.64s' in table '%-.64s'static final intUnknown procedure '%-.192s'static final intUnknown prepared statement handler (%.*s) given to %sstatic final intUnknown storage engine '%s'static final intUnknown system variable '%-.64s'static final intUnknown table '%-.192s' in %-.32sstatic final intTarget log not found in binlog indexstatic final intUnknown or incorrect time zone: '%-.64s'static final intThis storage engine cannot be used for log tables"static final intStorage engine '%s' does not support system tables.static final intTable '%-.192s' uses an extension that doesn't exist in this MySQL versionstatic final intThis command is not supported in the prepared statement protocol yetstatic final intSQL thread is not to be started so UNTIL options are ignoredstatic final intRows matched: %ld Changed: %ld Warnings: %ldstatic final intThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.static final intThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.static final intYou can't specify target table '%-.192s' for update in FROM clausestatic final intYou are using safe update mode and you tried to update a table without a WHERE that uses a KEY columnstatic final intUser '%-.64s' has exceeded the '%s' resource (current value: %ld)static final intUser namestatic final intVALUES value for partition '%-.64s' must have type INTstatic final intVariable '%-.64s' can only be set, not readstatic final intVariable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)static final int%s variable '%s' is read-only.static final intThe system variable %.200s cannot be set in stored functions or triggers.static final intThe system variable %.200s cannot be set in stored procedures.static final intThe system variable %.200s cannot be set when there is an ongoing transaction.static final intCHECK OPTION failed '%-.192s.%-.192s'static final intView text checksum failedstatic final intCan not delete from join view '%-.192s.%-.192s'static final intView '%-.192s'.'%-.192s' has no definer information (old table format).static final intView '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use themstatic final intCreation context of view `%-.64s`.`%-.64s' is invalidstatic final intCan not modify more than one base table through a join view '%-.192s.%-.192s'static final intView `%-.64s`.`%-.64s` has no creation contextstatic final intEXPLAIN/SHOW can not be issued; lacking privileges for underlying tablestatic final intCan not insert into join view '%-.192s.%-.192s' without fields liststatic final intCHECK OPTION on non-updatable view '%-.192s.%-.192s'static final intYou need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definerstatic final intThe definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.static final int`%-.192s`.`%-.192s` contains view recursionstatic final intView's SELECT contains a '%s' clausestatic final intView's SELECT contains a subquery in the FROM clausestatic final intView's SELECT refers to a temporary table '%-.192s'static final intView's SELECT contains a variable or parameterstatic final intView's SELECT and view's field list have different column countsstatic final intResult of %s() was larger than max_allowed_packet (%ld) - truncatedstatic final intCannot drop default keycachestatic final intOut of range value for column '%s' at row %ldstatic final int'%s' is deprecated and will be removed in a future release.static final int'%s' is deprecated and will be removed in a future release.static final intThe syntax '%s' is deprecated and will be removed in MySQL %s.static final intStorage engine %s does not support rollback for this statement.static final intField or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%dstatic final intMySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to workstatic final intTable '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statementstatic final intCannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'static final intInvalid TIMESTAMP value in column '%s' at row %ldstatic final intColumn set to default value; NULL supplied to NOT NULL column '%s' at row %ldstatic final intFile %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.static final intFile %s was not purged because it is the active log file.static final intQuery cache failed to set size %lu; new query cache size is %lustatic final intRow %ld doesn't contain data for all columnsstatic final intRow %ld was truncated; it contained more data than there were input columnsstatic final intUsing storage engine %s for table '%s'static final intView merge algorithm can't be used here for now (assumed undefined algorithm)static final intView being updated does not have complete key of underlying table in itstatic final intSome non-transactional changed tables couldn't be rolled backstatic final intThe creation of some temporary tables could not be rolled back.static final intSome temporary tables were dropped, but these operations could not be rolled back.static final intIncorrect arguments to %sstatic final intIncorrect table definition; there can be only one auto column and it must be defined as a keystatic final intIncorrect column name '%-.100s'static final intIncorrect database name '%-.100s'static final intConstant, random or timezone-dependent expressions in (sub)partitioning function are not allowedstatic final intIncorrect column specifier for column '%-.192s'static final intField separator argument is not what is expected; check the manualstatic final int'%-.192s' isn't in GROUP BYstatic final intIncorrect foreign key definition for '%-.192s': %sstatic final intCan't group on '%-.192s'static final intThe used storage engine can't index column '%-.192s'static final intYou can't combine write-locking of system tables with other tables or lock typesstatic final intWrong magic in %-.64sstatic final intUnable to open underlying table which is differently defined or of non-MyISAM type or doesn't existstatic final intIncorrect catalog name '%-.100s'static final intIncorrect index name '%-.100s'static final intNative table '%-.64s'.'%-.64s' has the wrong structurestatic final intThe used SELECT statements have a different number of columnsstatic final int'%-.192s.%-.192s' is not %sstatic final intCross dependency found in OUTER JOIN; examine your ON conditionsstatic final intIncorrect parameter count in the call to native function '%-.192s'static final intIncorrect parameter count to procedure '%-.192s'static final intIncorrect parameters in the call to native function '%-.192s'static final intIncorrect parameters to procedure '%-.192s'static final intIncorrect parameters in the call to stored function '%-.192s'static final intIncorrect partition namestatic final intInvalid performance_schema usage.static final intA size parameter was incorrectly specified, either number or on the form 10Mstatic final intA variable of a non-integer based type in LIMIT clausestatic final intString '%-.70s' is too long for %s (should be no longer than %d)static final intIncorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keysstatic final intStatement has sum functions and columns in same statementstatic final intIncorrect table name '%-.100s'static final intPartition column values of incorrect typestatic final intIncorrect argument type to variable '%-.64s'static final intIncorrect usage of %s and %sstatic final intIncorrect %-.32s value: '%-.128s'static final intColumn count doesn't match value countstatic final intColumn count doesn't match value count at row %ldstatic final intIncorrect %-.32s value: '%-.128s' for function %-.32sstatic final intVariable '%-.64s' can't be set to the value of '%-.200s'static final intWSAStartup Failedstatic final intXA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detectedstatic final intXA_RBROLLBACK: Transaction branch was rolled backstatic final intXA_RBTIMEOUT: Transaction branch was rolled back: took too longstatic final intXAER_DUPID: The XID already existsstatic final intXAER_INVAL: Invalid arguments (or unsupported command)static final intXAER_NOTA: Unknown XIDstatic final intXAER_OUTSIDE: Some work is done outside global transactionstatic final intXAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistencystatic final intXAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s statestatic final intYESstatic final intZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)static final intZLIB: Input data corruptedstatic final intZLIB: Not enough memorystatic final intData truncated for condition item '%s'static final intData truncated for column '%s' at row %ldstatic final intThe master info structure does not existstatic final intNon-ASCII separator arguments are not fully supportedstatic final intRow events are not logged for %s statements that modify BLACKHOLE tables in row format.static final intThe value of '%s' should be no less than the value of '%s'static final int%-.64s option ignoredstatic final intPlugin is busy and will be uninstalled on shutdownstatic final intBuilt-in plugins cannot be deleted -
Method Summary
-
Field Details
-
ER_HASHCHK
public static final int ER_HASHCHKHashchk- See Also:
-
ER_NISAMCHK
public static final int ER_NISAMCHKIsamchk- See Also:
-
ER_NO
public static final int ER_NONO- See Also:
-
ER_YES
public static final int ER_YESYES- See Also:
-
ER_CANT_CREATE_FILE
public static final int ER_CANT_CREATE_FILECan't create file '%-.200s' (errno: %d - %s)- See Also:
-
ER_CANT_CREATE_TABLE
public static final int ER_CANT_CREATE_TABLECan't create table '%-.200s' (errno: %d)- See Also:
-
ER_CANT_CREATE_DB
public static final int ER_CANT_CREATE_DBCan't create database '%-.192s' (errno: %d)- See Also:
-
ER_DB_CREATE_EXISTS
public static final int ER_DB_CREATE_EXISTSCan't create database '%-.192s'; database exists- See Also:
-
ER_DB_DROP_EXISTS
public static final int ER_DB_DROP_EXISTSCan't drop database '%-.192s'; database doesn't exist- See Also:
-
ER_DB_DROP_DELETE
public static final int ER_DB_DROP_DELETEError dropping database (can't delete '%-.192s', errno: %d)- See Also:
-
ER_DB_DROP_RMDIR
public static final int ER_DB_DROP_RMDIRError dropping database (can't rmdir '%-.192s', errno: %d)- See Also:
-
ER_CANT_DELETE_FILE
public static final int ER_CANT_DELETE_FILEError on delete of '%-.192s' (errno: %d - %s)- See Also:
-
ER_CANT_FIND_SYSTEM_REC
public static final int ER_CANT_FIND_SYSTEM_RECCan't read record in system table- See Also:
-
ER_CANT_GET_STAT
public static final int ER_CANT_GET_STATCan't get status of '%-.200s' (errno: %d - %s)- See Also:
-
ER_CANT_GET_WD
public static final int ER_CANT_GET_WDCan't get working directory (errno: %d - %s)- See Also:
-
ER_CANT_LOCK
public static final int ER_CANT_LOCKCan't lock file (errno: %d - %s)- See Also:
-
ER_CANT_OPEN_FILE
public static final int ER_CANT_OPEN_FILECan't open file: '%-.200s' (errno: %d - %s)- See Also:
-
ER_FILE_NOT_FOUND
public static final int ER_FILE_NOT_FOUNDCan't find file: '%-.200s' (errno: %d - %s)- See Also:
-
ER_CANT_READ_DIR
public static final int ER_CANT_READ_DIRCan't read dir of '%-.192s' (errno: %d - %s)- See Also:
-
ER_CANT_SET_WD
public static final int ER_CANT_SET_WDCan't change dir to '%-.192s' (errno: %d - %s)- See Also:
-
ER_CHECKREAD
public static final int ER_CHECKREADRecord has changed since last read in table '%-.192s'- See Also:
-
ER_DISK_FULL
public static final int ER_DISK_FULLDisk full (%s); waiting for someone to free some space... (errno: %d - %s)- See Also:
-
ER_DUP_KEY
public static final int ER_DUP_KEYCan't write; duplicate key in table '%-.192s'- See Also:
-
ER_ERROR_ON_CLOSE
public static final int ER_ERROR_ON_CLOSEError on close of '%-.192s' (errno: %d - %s)- See Also:
-
ER_ERROR_ON_READ
public static final int ER_ERROR_ON_READError reading file '%-.200s' (errno: %d - %s)- See Also:
-
ER_ERROR_ON_RENAME
public static final int ER_ERROR_ON_RENAMEError on rename of '%-.210s' to '%-.210s' (errno: %d - %s)- See Also:
-
ER_ERROR_ON_WRITE
public static final int ER_ERROR_ON_WRITEError writing file '%-.200s' (errno: %d - %s)- See Also:
-
ER_FILE_USED
public static final int ER_FILE_USED'%-.192s' is locked against change- See Also:
-
ER_FILSORT_ABORT
public static final int ER_FILSORT_ABORTSort aborted- See Also:
-
ER_FORM_NOT_FOUND
public static final int ER_FORM_NOT_FOUNDView '%-.192s' doesn't exist for '%-.192s'- See Also:
-
ER_GET_ERRNO
public static final int ER_GET_ERRNOGot error %d from storage engine- See Also:
-
ER_ILLEGAL_HA
public static final int ER_ILLEGAL_HATable storage engine for '%-.192s' doesn't have this option- See Also:
-
ER_KEY_NOT_FOUND
public static final int ER_KEY_NOT_FOUNDCan't find record in '%-.192s'- See Also:
-
ER_NOT_FORM_FILE
public static final int ER_NOT_FORM_FILEIncorrect information in file: '%-.200s'- See Also:
-
ER_NOT_KEYFILE
public static final int ER_NOT_KEYFILEIncorrect key file for table '%-.200s'; try to repair it- See Also:
-
ER_OLD_KEYFILE
public static final int ER_OLD_KEYFILEOld key file for table '%-.192s'; repair it!- See Also:
-
ER_OPEN_AS_READONLY
public static final int ER_OPEN_AS_READONLYTable '%-.192s' is read only- See Also:
-
ER_OUTOFMEMORY
public static final int ER_OUTOFMEMORYOut of memory; restart server and try again (needed %d bytes)- See Also:
-
ER_OUT_OF_SORTMEMORY
public static final int ER_OUT_OF_SORTMEMORYOut of sort memory, consider increasing server sort buffer size- See Also:
-
ER_UNEXPECTED_EOF
public static final int ER_UNEXPECTED_EOFUnexpected EOF found when reading file '%-.192s' (errno: %d - %s)- See Also:
-
ER_CON_COUNT_ERROR
public static final int ER_CON_COUNT_ERRORToo many connections- See Also:
-
ER_OUT_OF_RESOURCES
public static final int ER_OUT_OF_RESOURCESOut of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space- See Also:
-
ER_BAD_HOST_ERROR
public static final int ER_BAD_HOST_ERRORCan't get hostname for your address- See Also:
-
ER_HANDSHAKE_ERROR
public static final int ER_HANDSHAKE_ERRORBad handshake- See Also:
-
ER_DBACCESS_DENIED_ERROR
public static final int ER_DBACCESS_DENIED_ERRORAccess denied for user '%-.48s'@'%-.64s' to database '%-.192s'- See Also:
-
ER_ACCESS_DENIED_ERROR
public static final int ER_ACCESS_DENIED_ERRORAccess denied for user '%-.48s'@'%-.64s' (using password: %s)- See Also:
-
ER_NO_DB_ERROR
public static final int ER_NO_DB_ERRORNo database selected- See Also:
-
ER_UNKNOWN_COM_ERROR
public static final int ER_UNKNOWN_COM_ERRORUnknown command- See Also:
-
ER_BAD_NULL_ERROR
public static final int ER_BAD_NULL_ERRORColumn '%-.192s' cannot be null- See Also:
-
ER_BAD_DB_ERROR
public static final int ER_BAD_DB_ERRORUnknown database '%-.192s'- See Also:
-
ER_TABLE_EXISTS_ERROR
public static final int ER_TABLE_EXISTS_ERRORTable '%-.192s' already exists- See Also:
-
ER_BAD_TABLE_ERROR
public static final int ER_BAD_TABLE_ERRORUnknown table '%-.100s'- See Also:
-
ER_NON_UNIQ_ERROR
public static final int ER_NON_UNIQ_ERRORColumn '%-.192s' in %-.192s is ambiguous- See Also:
-
ER_SERVER_SHUTDOWN
public static final int ER_SERVER_SHUTDOWNServer shutdown in progress- See Also:
-
ER_BAD_FIELD_ERROR
public static final int ER_BAD_FIELD_ERRORUnknown column '%-.192s' in '%-.192s'- See Also:
-
ER_WRONG_FIELD_WITH_GROUP
public static final int ER_WRONG_FIELD_WITH_GROUP'%-.192s' isn't in GROUP BY- See Also:
-
ER_WRONG_GROUP_FIELD
public static final int ER_WRONG_GROUP_FIELDCan't group on '%-.192s'- See Also:
-
ER_WRONG_SUM_SELECT
public static final int ER_WRONG_SUM_SELECTStatement has sum functions and columns in same statement- See Also:
-
ER_WRONG_VALUE_COUNT
public static final int ER_WRONG_VALUE_COUNTColumn count doesn't match value count- See Also:
-
ER_TOO_LONG_IDENT
public static final int ER_TOO_LONG_IDENTIdentifier name '%-.100s' is too long- See Also:
-
ER_DUP_FIELDNAME
public static final int ER_DUP_FIELDNAMEDuplicate column name '%-.192s'- See Also:
-
ER_DUP_KEYNAME
public static final int ER_DUP_KEYNAMEDuplicate key name '%-.192s'- See Also:
-
ER_DUP_ENTRY
public static final int ER_DUP_ENTRYDuplicate entry '%-.192s' for key %d- See Also:
-
ER_WRONG_FIELD_SPEC
public static final int ER_WRONG_FIELD_SPECIncorrect column specifier for column '%-.192s'- See Also:
-
ER_PARSE_ERROR
public static final int ER_PARSE_ERROR%s near '%-.80s' at line %d- See Also:
-
ER_EMPTY_QUERY
public static final int ER_EMPTY_QUERYQuery was empty- See Also:
-
ER_NONUNIQ_TABLE
public static final int ER_NONUNIQ_TABLENot unique table/alias: '%-.192s'- See Also:
-
ER_INVALID_DEFAULT
public static final int ER_INVALID_DEFAULTInvalid default value for '%-.192s'- See Also:
-
ER_MULTIPLE_PRI_KEY
public static final int ER_MULTIPLE_PRI_KEYMultiple primary key defined- See Also:
-
ER_TOO_MANY_KEYS
public static final int ER_TOO_MANY_KEYSToo many keys specified; max %d keys allowed- See Also:
-
ER_TOO_MANY_KEY_PARTS
public static final int ER_TOO_MANY_KEY_PARTSToo many key parts specified; max %d parts allowed- See Also:
-
ER_TOO_LONG_KEY
public static final int ER_TOO_LONG_KEYSpecified key was too long; max key length is %d bytes- See Also:
-
ER_KEY_COLUMN_DOES_NOT_EXITS
public static final int ER_KEY_COLUMN_DOES_NOT_EXITSKey column '%-.192s' doesn't exist in table- See Also:
-
ER_BLOB_USED_AS_KEY
public static final int ER_BLOB_USED_AS_KEYBLOB column '%-.192s' can't be used in key specification with the used table type- See Also:
-
ER_TOO_BIG_FIELDLENGTH
public static final int ER_TOO_BIG_FIELDLENGTHColumn length too big for column '%-.192s' (max = %lu); use BLOB or TEXT instead- See Also:
-
ER_WRONG_AUTO_KEY
public static final int ER_WRONG_AUTO_KEYIncorrect table definition; there can be only one auto column and it must be defined as a key- See Also:
-
ER_READY
public static final int ER_READY%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d- See Also:
-
ER_NORMAL_SHUTDOWN
public static final int ER_NORMAL_SHUTDOWN%s: Normal shutdown\n- See Also:
-
ER_GOT_SIGNAL
public static final int ER_GOT_SIGNAL%s: Got signal %d. Aborting!\n- See Also:
-
ER_SHUTDOWN_COMPLETE
public static final int ER_SHUTDOWN_COMPLETE%s: Shutdown complete\n- See Also:
-
ER_FORCING_CLOSE
public static final int ER_FORCING_CLOSE%s: Forcing close of thread %ld user: '%-.48s'\n- See Also:
-
ER_IPSOCK_ERROR
public static final int ER_IPSOCK_ERRORCan't create IP socket- See Also:
-
ER_NO_SUCH_INDEX
public static final int ER_NO_SUCH_INDEXTable '%-.192s' has no index like the one used in CREATE INDEX; recreate the table- See Also:
-
ER_WRONG_FIELD_TERMINATORS
public static final int ER_WRONG_FIELD_TERMINATORSField separator argument is not what is expected; check the manual- See Also:
-
ER_BLOBS_AND_NO_TERMINATED
public static final int ER_BLOBS_AND_NO_TERMINATEDYou can't use fixed rowlength with BLOBs; please use 'fields terminated by'- See Also:
-
ER_TEXTFILE_NOT_READABLE
public static final int ER_TEXTFILE_NOT_READABLEThe file '%-.128s' must be in the database directory or be readable by all- See Also:
-
ER_FILE_EXISTS_ERROR
public static final int ER_FILE_EXISTS_ERRORFile '%-.200s' already exists- See Also:
-
ER_LOAD_INFO
public static final int ER_LOAD_INFORecords: %ld Deleted: %ld Skipped: %ld Warnings: %ld- See Also:
-
ER_ALTER_INFO
public static final int ER_ALTER_INFORecords: %ld Duplicates: %ld- See Also:
-
ER_WRONG_SUB_KEY
public static final int ER_WRONG_SUB_KEYIncorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys- See Also:
-
ER_CANT_REMOVE_ALL_FIELDS
public static final int ER_CANT_REMOVE_ALL_FIELDSYou can't delete all columns with ALTER TABLE; use DROP TABLE instead- See Also:
-
ER_CANT_DROP_FIELD_OR_KEY
public static final int ER_CANT_DROP_FIELD_OR_KEYCan't DROP '%-.192s'; check that column/key exists- See Also:
-
ER_INSERT_INFO
public static final int ER_INSERT_INFORecords: %ld Duplicates: %ld Warnings: %ld- See Also:
-
ER_UPDATE_TABLE_USED
public static final int ER_UPDATE_TABLE_USEDYou can't specify target table '%-.192s' for update in FROM clause- See Also:
-
ER_NO_SUCH_THREAD
public static final int ER_NO_SUCH_THREADUnknown thread id: %lu- See Also:
-
ER_KILL_DENIED_ERROR
public static final int ER_KILL_DENIED_ERRORYou are not owner of thread %lu- See Also:
-
ER_NO_TABLES_USED
public static final int ER_NO_TABLES_USEDNo tables used- See Also:
-
ER_TOO_BIG_SET
public static final int ER_TOO_BIG_SETToo many strings for column %-.192s and SET- See Also:
-
ER_NO_UNIQUE_LOGFILE
public static final int ER_NO_UNIQUE_LOGFILECan't generate a unique log-filename %-.200s.(1-999)\n- See Also:
-
ER_TABLE_NOT_LOCKED_FOR_WRITE
public static final int ER_TABLE_NOT_LOCKED_FOR_WRITETable '%-.192s' was locked with a READ lock and can't be updated- See Also:
-
ER_TABLE_NOT_LOCKED
public static final int ER_TABLE_NOT_LOCKEDTable '%-.192s' was not locked with LOCK TABLES- See Also:
-
ER_BLOB_CANT_HAVE_DEFAULT
public static final int ER_BLOB_CANT_HAVE_DEFAULTBLOB/TEXT column '%-.192s' can't have a default value- See Also:
-
ER_WRONG_DB_NAME
public static final int ER_WRONG_DB_NAMEIncorrect database name '%-.100s'- See Also:
-
ER_WRONG_TABLE_NAME
public static final int ER_WRONG_TABLE_NAMEIncorrect table name '%-.100s'- See Also:
-
ER_TOO_BIG_SELECT
public static final int ER_TOO_BIG_SELECTThe SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay- See Also:
-
ER_UNKNOWN_ERROR
public static final int ER_UNKNOWN_ERRORUnknown error- See Also:
-
ER_UNKNOWN_PROCEDURE
public static final int ER_UNKNOWN_PROCEDUREUnknown procedure '%-.192s'- See Also:
-
ER_WRONG_PARAMCOUNT_TO_PROCEDURE
public static final int ER_WRONG_PARAMCOUNT_TO_PROCEDUREIncorrect parameter count to procedure '%-.192s'- See Also:
-
ER_WRONG_PARAMETERS_TO_PROCEDURE
public static final int ER_WRONG_PARAMETERS_TO_PROCEDUREIncorrect parameters to procedure '%-.192s'- See Also:
-
ER_UNKNOWN_TABLE
public static final int ER_UNKNOWN_TABLEUnknown table '%-.192s' in %-.32s- See Also:
-
ER_FIELD_SPECIFIED_TWICE
public static final int ER_FIELD_SPECIFIED_TWICEColumn '%-.192s' specified twice- See Also:
-
ER_INVALID_GROUP_FUNC_USE
public static final int ER_INVALID_GROUP_FUNC_USEInvalid use of group function- See Also:
-
ER_UNSUPPORTED_EXTENSION
public static final int ER_UNSUPPORTED_EXTENSIONTable '%-.192s' uses an extension that doesn't exist in this MySQL version- See Also:
-
ER_TABLE_MUST_HAVE_COLUMNS
public static final int ER_TABLE_MUST_HAVE_COLUMNSA table must have at least 1 column- See Also:
-
ER_RECORD_FILE_FULL
public static final int ER_RECORD_FILE_FULLThe table '%-.192s' is full- See Also:
-
ER_UNKNOWN_CHARACTER_SET
public static final int ER_UNKNOWN_CHARACTER_SETUnknown character set: '%-.64s'- See Also:
-
ER_TOO_MANY_TABLES
public static final int ER_TOO_MANY_TABLESToo many tables; MySQL can only use %d tables in a join- See Also:
-
ER_TOO_MANY_FIELDS
public static final int ER_TOO_MANY_FIELDSToo many columns- See Also:
-
ER_TOO_BIG_ROWSIZE
public static final int ER_TOO_BIG_ROWSIZERow 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:
-
ER_STACK_OVERRUN
public static final int ER_STACK_OVERRUNThread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed- See Also:
-
ER_WRONG_OUTER_JOIN
public static final int ER_WRONG_OUTER_JOINCross dependency found in OUTER JOIN; examine your ON conditions- See Also:
-
ER_NULL_COLUMN_IN_INDEX
public static final int ER_NULL_COLUMN_IN_INDEXTable handler doesn't support NULL in given index. Please change column '%-.192s' to be NOT NULL or use another handler- See Also:
-
ER_CANT_FIND_UDF
public static final int ER_CANT_FIND_UDFCan't load function '%-.192s'- See Also:
-
ER_CANT_INITIALIZE_UDF
public static final int ER_CANT_INITIALIZE_UDFCan't initialize function '%-.192s'; %-.80s- See Also:
-
ER_UDF_NO_PATHS
public static final int ER_UDF_NO_PATHSNo paths allowed for shared library- See Also:
-
ER_UDF_EXISTS
public static final int ER_UDF_EXISTSFunction '%-.192s' already exists- See Also:
-
ER_CANT_OPEN_LIBRARY
public static final int ER_CANT_OPEN_LIBRARYCan't open shared library '%-.192s' (errno: %d %-.128s)- See Also:
-
ER_CANT_FIND_DL_ENTRY
public static final int ER_CANT_FIND_DL_ENTRYCan't find symbol '%-.128s' in library- See Also:
-
ER_FUNCTION_NOT_DEFINED
public static final int ER_FUNCTION_NOT_DEFINEDFunction '%-.192s' is not defined- See Also:
-
ER_HOST_IS_BLOCKED
public static final int ER_HOST_IS_BLOCKEDHost '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'- See Also:
-
ER_HOST_NOT_PRIVILEGED
public static final int ER_HOST_NOT_PRIVILEGEDHost '%-.64s' is not allowed to connect to this MySQL server- See Also:
-
ER_PASSWORD_ANONYMOUS_USER
public static final int ER_PASSWORD_ANONYMOUS_USERYou are using MySQL as an anonymous user and anonymous users are not allowed to change passwords- See Also:
-
ER_PASSWORD_NOT_ALLOWED
public static final int ER_PASSWORD_NOT_ALLOWEDYou must have privileges to update tables in the mysql database to be able to change passwords for others- See Also:
-
ER_PASSWORD_NO_MATCH
public static final int ER_PASSWORD_NO_MATCHCan't find any matching row in the user table- See Also:
-
ER_UPDATE_INFO
public static final int ER_UPDATE_INFORows matched: %ld Changed: %ld Warnings: %ld- See Also:
-
ER_CANT_CREATE_THREAD
public static final int ER_CANT_CREATE_THREADCan't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug- See Also:
-
ER_WRONG_VALUE_COUNT_ON_ROW
public static final int ER_WRONG_VALUE_COUNT_ON_ROWColumn count doesn't match value count at row %ld- See Also:
-
ER_CANT_REOPEN_TABLE
public static final int ER_CANT_REOPEN_TABLECan't reopen table: '%-.192s'- See Also:
-
ER_INVALID_USE_OF_NULL
public static final int ER_INVALID_USE_OF_NULLInvalid use of NULL value- See Also:
-
ER_REGEXP_ERROR
public static final int ER_REGEXP_ERRORGot error '%-.64s' from regexp- See Also:
-
ER_MIX_OF_GROUP_FUNC_AND_FIELDS
public static final int ER_MIX_OF_GROUP_FUNC_AND_FIELDSMixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause- See Also:
-
ER_NONEXISTING_GRANT
public static final int ER_NONEXISTING_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s'- See Also:
-
ER_TABLEACCESS_DENIED_ERROR
public static final int ER_TABLEACCESS_DENIED_ERROR%-.128s command denied to user '%-.48s'@'%-.64s' for table '%-.64s'- See Also:
-
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:
-
ER_ILLEGAL_GRANT_FOR_TABLE
public static final int ER_ILLEGAL_GRANT_FOR_TABLEIllegal GRANT/REVOKE command; please consult the manual to see which privileges can be used- See Also:
-
ER_GRANT_WRONG_HOST_OR_USER
public static final int ER_GRANT_WRONG_HOST_OR_USERThe host or user argument to GRANT is too long- See Also:
-
ER_NO_SUCH_TABLE
public static final int ER_NO_SUCH_TABLETable '%-.192s.%-.192s' doesn't exist- See Also:
-
ER_NONEXISTING_TABLE_GRANT
public static final int ER_NONEXISTING_TABLE_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'- See Also:
-
ER_NOT_ALLOWED_COMMAND
public static final int ER_NOT_ALLOWED_COMMANDThe used command is not allowed with this MySQL version- See Also:
-
ER_SYNTAX_ERROR
public static final int ER_SYNTAX_ERRORYou 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:
-
ER_DELAYED_CANT_CHANGE_LOCK
public static final int ER_DELAYED_CANT_CHANGE_LOCKDelayed insert thread couldn't get requested lock for table %-.192s- See Also:
-
ER_TOO_MANY_DELAYED_THREADS
public static final int ER_TOO_MANY_DELAYED_THREADSToo many delayed threads in use- See Also:
-
ER_ABORTING_CONNECTION
public static final int ER_ABORTING_CONNECTIONAborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)- See Also:
-
ER_NET_PACKET_TOO_LARGE
public static final int ER_NET_PACKET_TOO_LARGEGot a packet bigger than 'max_allowed_packet' bytes- See Also:
-
ER_NET_READ_ERROR_FROM_PIPE
public static final int ER_NET_READ_ERROR_FROM_PIPEGot a read error from the connection pipe- See Also:
-
ER_NET_FCNTL_ERROR
public static final int ER_NET_FCNTL_ERRORGot an error from fcntl()- See Also:
-
ER_NET_PACKETS_OUT_OF_ORDER
public static final int ER_NET_PACKETS_OUT_OF_ORDERGot packets out of order- See Also:
-
ER_NET_UNCOMPRESS_ERROR
public static final int ER_NET_UNCOMPRESS_ERRORCouldn't uncompress communication packet- See Also:
-
ER_NET_READ_ERROR
public static final int ER_NET_READ_ERRORGot an error reading communication packets- See Also:
-
ER_NET_READ_INTERRUPTED
public static final int ER_NET_READ_INTERRUPTEDGot timeout reading communication packets- See Also:
-
ER_NET_ERROR_ON_WRITE
public static final int ER_NET_ERROR_ON_WRITEGot an error writing communication packets- See Also:
-
ER_NET_WRITE_INTERRUPTED
public static final int ER_NET_WRITE_INTERRUPTEDGot timeout writing communication packets- See Also:
-
ER_TOO_LONG_STRING
public static final int ER_TOO_LONG_STRINGResult string is longer than 'max_allowed_packet' bytes- See Also:
-
ER_TABLE_CANT_HANDLE_BLOB
public static final int ER_TABLE_CANT_HANDLE_BLOBThe used table type doesn't support BLOB/TEXT columns- See Also:
-
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT
public static final int ER_TABLE_CANT_HANDLE_AUTO_INCREMENTThe used table type doesn't support AUTO_INCREMENT columns- See Also:
-
ER_DELAYED_INSERT_TABLE_LOCKED
public static final int ER_DELAYED_INSERT_TABLE_LOCKEDINSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLES- See Also:
-
ER_WRONG_COLUMN_NAME
public static final int ER_WRONG_COLUMN_NAMEIncorrect column name '%-.100s'- See Also:
-
ER_WRONG_KEY_COLUMN
public static final int ER_WRONG_KEY_COLUMNThe used storage engine can't index column '%-.192s'- See Also:
-
ER_WRONG_MRG_TABLE
public static final int ER_WRONG_MRG_TABLEUnable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist- See Also:
-
ER_DUP_UNIQUE
public static final int ER_DUP_UNIQUECan't write, because of unique constraint, to table '%-.192s'- See Also:
-
ER_BLOB_KEY_WITHOUT_LENGTH
public static final int ER_BLOB_KEY_WITHOUT_LENGTHBLOB/TEXT column '%-.192s' used in key specification without a key length- See Also:
-
ER_PRIMARY_CANT_HAVE_NULL
public static final int ER_PRIMARY_CANT_HAVE_NULLAll parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead- See Also:
-
ER_TOO_MANY_ROWS
public static final int ER_TOO_MANY_ROWSResult consisted of more than one row- See Also:
-
ER_REQUIRES_PRIMARY_KEY
public static final int ER_REQUIRES_PRIMARY_KEYThis table type requires a primary key- See Also:
-
ER_NO_RAID_COMPILED
public static final int ER_NO_RAID_COMPILEDThis version of MySQL is not compiled with RAID support- See Also:
-
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE
public static final int ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODEYou are using safe update mode and you tried to update a table without a WHERE that uses a KEY column- See Also:
-
ER_KEY_DOES_NOT_EXITS
public static final int ER_KEY_DOES_NOT_EXITSKey '%-.192s' doesn't exist in table '%-.192s'- See Also:
-
ER_CHECK_NO_SUCH_TABLE
public static final int ER_CHECK_NO_SUCH_TABLECan't open table- See Also:
-
ER_CHECK_NOT_IMPLEMENTED
public static final int ER_CHECK_NOT_IMPLEMENTEDThe storage engine for the table doesn't support %s- See Also:
-
ER_CANT_DO_THIS_DURING_AN_TRANSACTION
public static final int ER_CANT_DO_THIS_DURING_AN_TRANSACTIONYou are not allowed to execute this command in a transaction- See Also:
-
ER_ERROR_DURING_COMMIT
public static final int ER_ERROR_DURING_COMMITGot error %d during COMMIT- See Also:
-
ER_ERROR_DURING_ROLLBACK
public static final int ER_ERROR_DURING_ROLLBACKGot error %d during ROLLBACK- See Also:
-
ER_ERROR_DURING_FLUSH_LOGS
public static final int ER_ERROR_DURING_FLUSH_LOGSGot error %d during FLUSH_LOGS- See Also:
-
ER_ERROR_DURING_CHECKPOINT
public static final int ER_ERROR_DURING_CHECKPOINTGot error %d during CHECKPOINT- See Also:
-
ER_NEW_ABORTING_CONNECTION
public static final int ER_NEW_ABORTING_CONNECTIONAborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)- See Also:
-
ER_DUMP_NOT_IMPLEMENTED
public static final int ER_DUMP_NOT_IMPLEMENTEDThe storage engine for the table does not support binary table dump- See Also:
-
ER_FLUSH_MASTER_BINLOG_CLOSED
public static final int ER_FLUSH_MASTER_BINLOG_CLOSEDBinlog closed, cannot RESET MASTER- See Also:
-
ER_INDEX_REBUILD
public static final int ER_INDEX_REBUILDFailed rebuilding the index of dumped table '%-.192s'- See Also:
-
ER_MASTER
public static final int ER_MASTERError from master: '%-.64s'- See Also:
-
ER_MASTER_NET_READ
public static final int ER_MASTER_NET_READNet error reading from master- See Also:
-
ER_MASTER_NET_WRITE
public static final int ER_MASTER_NET_WRITENet error writing to master- See Also:
-
ER_FT_MATCHING_KEY_NOT_FOUND
public static final int ER_FT_MATCHING_KEY_NOT_FOUNDCan't find FULLTEXT index matching the column list- See Also:
-
ER_LOCK_OR_ACTIVE_TRANSACTION
public static final int ER_LOCK_OR_ACTIVE_TRANSACTIONCan't execute the given command because you have active locked tables or an active transaction- See Also:
-
ER_UNKNOWN_SYSTEM_VARIABLE
public static final int ER_UNKNOWN_SYSTEM_VARIABLEUnknown system variable '%-.64s'- See Also:
-
ER_CRASHED_ON_USAGE
public static final int ER_CRASHED_ON_USAGETable '%-.192s' is marked as crashed and should be repaired- See Also:
-
ER_CRASHED_ON_REPAIR
public static final int ER_CRASHED_ON_REPAIRTable '%-.192s' is marked as crashed and last (automatic?) repair failed- See Also:
-
ER_WARNING_NOT_COMPLETE_ROLLBACK
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACKSome non-transactional changed tables couldn't be rolled back- See Also:
-
ER_TRANS_CACHE_FULL
public static final int ER_TRANS_CACHE_FULLMulti-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again- See Also:
-
ER_SLAVE_MUST_STOP
public static final int ER_SLAVE_MUST_STOPThis operation cannot be performed with a running slave; run STOP SLAVE first- See Also:
-
ER_SLAVE_NOT_RUNNING
public static final int ER_SLAVE_NOT_RUNNINGThis operation requires a running slave; configure slave and do START SLAVE- See Also:
-
ER_BAD_SLAVE
public static final int ER_BAD_SLAVEThe server is not configured as slave; fix in config file or with CHANGE MASTER TO- See Also:
-
ER_MASTER_INFO
public static final int ER_MASTER_INFOCould not initialize master info structure; more error messages can be found in the MySQL error log- See Also:
-
ER_SLAVE_THREAD
public static final int ER_SLAVE_THREADCould not create slave thread; check system resources- See Also:
-
ER_TOO_MANY_USER_CONNECTIONS
public static final int ER_TOO_MANY_USER_CONNECTIONSUser %-.64s already has more than 'max_user_connections' active connections- See Also:
-
ER_SET_CONSTANTS_ONLY
public static final int ER_SET_CONSTANTS_ONLYYou may only use constant expressions with SET- See Also:
-
ER_LOCK_WAIT_TIMEOUT
public static final int ER_LOCK_WAIT_TIMEOUTLock wait timeout exceeded; try restarting transaction- See Also:
-
ER_LOCK_TABLE_FULL
public static final int ER_LOCK_TABLE_FULLThe total number of locks exceeds the lock table size- See Also:
-
ER_READ_ONLY_TRANSACTION
public static final int ER_READ_ONLY_TRANSACTIONUpdate locks cannot be acquired during a READ UNCOMMITTED transaction- See Also:
-
ER_DROP_DB_WITH_READ_LOCK
public static final int ER_DROP_DB_WITH_READ_LOCKDROP DATABASE not allowed while thread is holding global read lock- See Also:
-
ER_CREATE_DB_WITH_READ_LOCK
public static final int ER_CREATE_DB_WITH_READ_LOCKCREATE DATABASE not allowed while thread is holding global read lock- See Also:
-
ER_WRONG_ARGUMENTS
public static final int ER_WRONG_ARGUMENTSIncorrect arguments to %s- See Also:
-
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:
-
ER_UNION_TABLES_IN_DIFFERENT_DIR
public static final int ER_UNION_TABLES_IN_DIFFERENT_DIRIncorrect table definition; all MERGE tables must be in the same database- See Also:
-
ER_LOCK_DEADLOCK
public static final int ER_LOCK_DEADLOCKDeadlock found when trying to get lock; try restarting transaction- See Also:
-
ER_TABLE_CANT_HANDLE_FT
public static final int ER_TABLE_CANT_HANDLE_FTThe used table type doesn't support FULLTEXT indexes- See Also:
-
ER_CANNOT_ADD_FOREIGN
public static final int ER_CANNOT_ADD_FOREIGNCannot add foreign key constraint- See Also:
-
ER_NO_REFERENCED_ROW
public static final int ER_NO_REFERENCED_ROWCannot add or update a child row: a foreign key constraint fails- See Also:
-
ER_ROW_IS_REFERENCED
public static final int ER_ROW_IS_REFERENCEDCannot delete or update a parent row: a foreign key constraint fails- See Also:
-
ER_CONNECT_TO_MASTER
public static final int ER_CONNECT_TO_MASTERError connecting to master: %-.128s- See Also:
-
ER_QUERY_ON_MASTER
public static final int ER_QUERY_ON_MASTERError running query on master: %-.128s- See Also:
-
ER_ERROR_WHEN_EXECUTING_COMMAND
public static final int ER_ERROR_WHEN_EXECUTING_COMMANDError when executing command %s: %-.128s- See Also:
-
ER_WRONG_USAGE
public static final int ER_WRONG_USAGEIncorrect usage of %s and %s- See Also:
-
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT
public static final int ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECTThe used SELECT statements have a different number of columns- See Also:
-
ER_CANT_UPDATE_WITH_READLOCK
public static final int ER_CANT_UPDATE_WITH_READLOCKCan't execute the query because you have a conflicting read lock- See Also:
-
ER_MIXING_NOT_ALLOWED
public static final int ER_MIXING_NOT_ALLOWEDMixing of transactional and non-transactional tables is disabled- See Also:
-
ER_DUP_ARGUMENT
public static final int ER_DUP_ARGUMENTOption '%s' used twice in statement- See Also:
-
ER_USER_LIMIT_REACHED
public static final int ER_USER_LIMIT_REACHEDUser '%-.64s' has exceeded the '%s' resource (current value: %ld)- See Also:
-
ER_SPECIFIC_ACCESS_DENIED_ERROR
public static final int ER_SPECIFIC_ACCESS_DENIED_ERRORAccess denied; you need (at least one of) the %-.128s privilege(s) for this operation- See Also:
-
ER_LOCAL_VARIABLE
public static final int ER_LOCAL_VARIABLEVariable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL- See Also:
-
ER_GLOBAL_VARIABLE
public static final int ER_GLOBAL_VARIABLEVariable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL- See Also:
-
ER_NO_DEFAULT
public static final int ER_NO_DEFAULTVariable '%-.64s' doesn't have a default value- See Also:
-
ER_WRONG_VALUE_FOR_VAR
public static final int ER_WRONG_VALUE_FOR_VARVariable '%-.64s' can't be set to the value of '%-.200s'- See Also:
-
ER_WRONG_TYPE_FOR_VAR
public static final int ER_WRONG_TYPE_FOR_VARIncorrect argument type to variable '%-.64s'- See Also:
-
ER_VAR_CANT_BE_READ
public static final int ER_VAR_CANT_BE_READVariable '%-.64s' can only be set, not read- See Also:
-
ER_CANT_USE_OPTION_HERE
public static final int ER_CANT_USE_OPTION_HEREIncorrect usage/placement of '%s'- See Also:
-
ER_NOT_SUPPORTED_YET
public static final int ER_NOT_SUPPORTED_YETThis version of MySQL doesn't yet support '%s'- See Also:
-
ER_MASTER_FATAL_ERROR_READING_BINLOG
public static final int ER_MASTER_FATAL_ERROR_READING_BINLOGGot fatal error %d from master when reading data from binary log: '%-.320s'- See Also:
-
ER_SLAVE_IGNORED_TABLE
public static final int ER_SLAVE_IGNORED_TABLESlave SQL thread ignored the query because of replicate-*-table rules- See Also:
-
ER_INCORRECT_GLOBAL_LOCAL_VAR
public static final int ER_INCORRECT_GLOBAL_LOCAL_VARVariable '%-.192s' is a %s variable- See Also:
-
ER_WRONG_FK_DEF
public static final int ER_WRONG_FK_DEFIncorrect foreign key definition for '%-.192s': %s- See Also:
-
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF
public static final int ER_KEY_REF_DO_NOT_MATCH_TABLE_REFKey reference and table reference don't match- See Also:
-
ER_OPERAND_COLUMNS
public static final int ER_OPERAND_COLUMNSOperand should contain %d column(s)- See Also:
-
ER_SUBQUERY_NO_1_ROW
public static final int ER_SUBQUERY_NO_1_ROWSubquery returns more than 1 row- See Also:
-
ER_UNKNOWN_STMT_HANDLER
public static final int ER_UNKNOWN_STMT_HANDLERUnknown prepared statement handler (%.*s) given to %s- See Also:
-
ER_CORRUPT_HELP_DB
public static final int ER_CORRUPT_HELP_DBHelp database is corrupt or does not exist- See Also:
-
ER_CYCLIC_REFERENCE
public static final int ER_CYCLIC_REFERENCECyclic reference on subqueries- See Also:
-
ER_AUTO_CONVERT
public static final int ER_AUTO_CONVERTConverting column '%s' from %s to %s- See Also:
-
ER_ILLEGAL_REFERENCE
public static final int ER_ILLEGAL_REFERENCEReference '%-.64s' not supported (%s)- See Also:
-
ER_DERIVED_MUST_HAVE_ALIAS
public static final int ER_DERIVED_MUST_HAVE_ALIASEvery derived table must have its own alias- See Also:
-
ER_SELECT_REDUCED
public static final int ER_SELECT_REDUCEDSelect %u was reduced during optimization- See Also:
-
ER_TABLENAME_NOT_ALLOWED_HERE
public static final int ER_TABLENAME_NOT_ALLOWED_HERETable '%-.192s' from one of the SELECTs cannot be used in %-.32s- See Also:
-
ER_NOT_SUPPORTED_AUTH_MODE
public static final int ER_NOT_SUPPORTED_AUTH_MODEClient does not support authentication protocol requested by server; consider upgrading MySQL client- See Also:
-
ER_SPATIAL_CANT_HAVE_NULL
public static final int ER_SPATIAL_CANT_HAVE_NULLAll parts of a SPATIAL index must be NOT NULL- See Also:
-
ER_COLLATION_CHARSET_MISMATCH
public static final int ER_COLLATION_CHARSET_MISMATCHCOLLATION '%s' is not valid for CHARACTER SET '%s'- See Also:
-
ER_SLAVE_WAS_RUNNING
public static final int ER_SLAVE_WAS_RUNNINGSlave is already running- See Also:
-
ER_SLAVE_WAS_NOT_RUNNING
public static final int ER_SLAVE_WAS_NOT_RUNNINGSlave already has been stopped- See Also:
-
ER_TOO_BIG_FOR_UNCOMPRESS
public static final int ER_TOO_BIG_FOR_UNCOMPRESSUncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)- See Also:
-
ER_ZLIB_Z_MEM_ERROR
public static final int ER_ZLIB_Z_MEM_ERRORZLIB: Not enough memory- See Also:
-
ER_ZLIB_Z_BUF_ERROR
public static final int ER_ZLIB_Z_BUF_ERRORZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)- See Also:
-
ER_ZLIB_Z_DATA_ERROR
public static final int ER_ZLIB_Z_DATA_ERRORZLIB: Input data corrupted- See Also:
-
ER_CUT_VALUE_GROUP_CONCAT
public static final int ER_CUT_VALUE_GROUP_CONCATRow %u was cut by GROUP_CONCAT()- See Also:
-
ER_WARN_TOO_FEW_RECORDS
public static final int ER_WARN_TOO_FEW_RECORDSRow %ld doesn't contain data for all columns- See Also:
-
ER_WARN_TOO_MANY_RECORDS
public static final int ER_WARN_TOO_MANY_RECORDSRow %ld was truncated; it contained more data than there were input columns- See Also:
-
ER_WARN_NULL_TO_NOTNULL
public static final int ER_WARN_NULL_TO_NOTNULLColumn set to default value; NULL supplied to NOT NULL column '%s' at row %ld- See Also:
-
ER_WARN_DATA_OUT_OF_RANGE
public static final int ER_WARN_DATA_OUT_OF_RANGEOut of range value for column '%s' at row %ld- See Also:
-
WARN_DATA_TRUNCATED
public static final int WARN_DATA_TRUNCATEDData truncated for column '%s' at row %ld- See Also:
-
ER_WARN_USING_OTHER_HANDLER
public static final int ER_WARN_USING_OTHER_HANDLERUsing storage engine %s for table '%s'- See Also:
-
ER_CANT_AGGREGATE_2COLLATIONS
public static final int ER_CANT_AGGREGATE_2COLLATIONSIllegal mix of collations (%s,%s) and (%s,%s) for operation '%s'- See Also:
-
ER_DROP_USER
public static final int ER_DROP_USERCannot drop one or more of the requested users- See Also:
-
ER_REVOKE_GRANTS
public static final int ER_REVOKE_GRANTSCan't revoke all privileges for one or more of the requested users- See Also:
-
ER_CANT_AGGREGATE_3COLLATIONS
public static final int ER_CANT_AGGREGATE_3COLLATIONSIllegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'- See Also:
-
ER_CANT_AGGREGATE_NCOLLATIONS
public static final int ER_CANT_AGGREGATE_NCOLLATIONSIllegal mix of collations for operation '%s'- See Also:
-
ER_VARIABLE_IS_NOT_STRUCT
public static final int ER_VARIABLE_IS_NOT_STRUCTVariable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)- See Also:
-
ER_UNKNOWN_COLLATION
public static final int ER_UNKNOWN_COLLATIONUnknown collation: '%-.64s'- See Also:
-
ER_SLAVE_IGNORED_SSL_PARAMS
public static final int ER_SLAVE_IGNORED_SSL_PARAMSSSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started- See Also:
-
ER_SERVER_IS_IN_SECURE_AUTH_MODE
public static final int ER_SERVER_IS_IN_SECURE_AUTH_MODEServer is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format- See Also:
-
ER_WARN_FIELD_RESOLVED
public static final int ER_WARN_FIELD_RESOLVEDField or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d- See Also:
-
ER_BAD_SLAVE_UNTIL_COND
public static final int ER_BAD_SLAVE_UNTIL_CONDIncorrect parameter or combination of parameters for START SLAVE UNTIL- See Also:
-
ER_MISSING_SKIP_SLAVE
public static final int ER_MISSING_SKIP_SLAVEIt is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart- See Also:
-
ER_UNTIL_COND_IGNORED
public static final int ER_UNTIL_COND_IGNOREDSQL thread is not to be started so UNTIL options are ignored- See Also:
-
ER_WRONG_NAME_FOR_INDEX
public static final int ER_WRONG_NAME_FOR_INDEXIncorrect index name '%-.100s'- See Also:
-
ER_WRONG_NAME_FOR_CATALOG
public static final int ER_WRONG_NAME_FOR_CATALOGIncorrect catalog name '%-.100s'- See Also:
-
ER_WARN_QC_RESIZE
public static final int ER_WARN_QC_RESIZEQuery cache failed to set size %lu; new query cache size is %lu- See Also:
-
ER_BAD_FT_COLUMN
public static final int ER_BAD_FT_COLUMNColumn '%-.192s' cannot be part of FULLTEXT index- See Also:
-
ER_UNKNOWN_KEY_CACHE
public static final int ER_UNKNOWN_KEY_CACHEUnknown key cache '%-.100s'- See Also:
-
ER_WARN_HOSTNAME_WONT_WORK
public static final int ER_WARN_HOSTNAME_WONT_WORKMySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work- See Also:
-
ER_UNKNOWN_STORAGE_ENGINE
public static final int ER_UNKNOWN_STORAGE_ENGINEUnknown storage engine '%s'- See Also:
-
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:
-
ER_NON_UPDATABLE_TABLE
public static final int ER_NON_UPDATABLE_TABLEThe target table %-.100s of the %s is not updatable- See Also:
-
ER_FEATURE_DISABLED
public static final int ER_FEATURE_DISABLEDThe '%s' feature is disabled; you need MySQL built with '%s' to have it working- See Also:
-
ER_OPTION_PREVENTS_STATEMENT
public static final int ER_OPTION_PREVENTS_STATEMENTThe MySQL server is running with the %s option so it cannot execute this statement- See Also:
-
ER_DUPLICATED_VALUE_IN_TYPE
public static final int ER_DUPLICATED_VALUE_IN_TYPEColumn '%-.100s' has duplicated value '%-.64s' in %s- See Also:
-
ER_TRUNCATED_WRONG_VALUE
public static final int ER_TRUNCATED_WRONG_VALUETruncated incorrect %-.32s value: '%-.128s'- See Also:
-
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS
public static final int ER_TOO_MUCH_AUTO_TIMESTAMP_COLSIncorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause- See Also:
-
ER_INVALID_ON_UPDATE
public static final int ER_INVALID_ON_UPDATEInvalid ON UPDATE clause for '%-.192s' column- See Also:
-
ER_UNSUPPORTED_PS
public static final int ER_UNSUPPORTED_PSThis command is not supported in the prepared statement protocol yet- See Also:
-
ER_GET_ERRMSG
public static final int ER_GET_ERRMSGGot error %d '%-.100s' from %s- See Also:
-
ER_GET_TEMPORARY_ERRMSG
public static final int ER_GET_TEMPORARY_ERRMSGGot temporary error %d '%-.100s' from %s- See Also:
-
ER_UNKNOWN_TIME_ZONE
public static final int ER_UNKNOWN_TIME_ZONEUnknown or incorrect time zone: '%-.64s'- See Also:
-
ER_WARN_INVALID_TIMESTAMP
public static final int ER_WARN_INVALID_TIMESTAMPInvalid TIMESTAMP value in column '%s' at row %ld- See Also:
-
ER_INVALID_CHARACTER_STRING
public static final int ER_INVALID_CHARACTER_STRINGInvalid %s character string: '%.64s'- See Also:
-
ER_WARN_ALLOWED_PACKET_OVERFLOWED
public static final int ER_WARN_ALLOWED_PACKET_OVERFLOWEDResult of %s() was larger than max_allowed_packet (%ld) - truncated- See Also:
-
ER_CONFLICTING_DECLARATIONS
public static final int ER_CONFLICTING_DECLARATIONSConflicting declarations: '%s%s' and '%s%s'- See Also:
-
ER_SP_NO_RECURSIVE_CREATE
public static final int ER_SP_NO_RECURSIVE_CREATECan't create a %s from within another stored routine- See Also:
-
ER_SP_ALREADY_EXISTS
public static final int ER_SP_ALREADY_EXISTS%s %s already exists- See Also:
-
ER_SP_DOES_NOT_EXIST
public static final int ER_SP_DOES_NOT_EXIST%s %s does not exist- See Also:
-
ER_SP_DROP_FAILED
public static final int ER_SP_DROP_FAILEDFailed to DROP %s %s- See Also:
-
ER_SP_STORE_FAILED
public static final int ER_SP_STORE_FAILEDFailed to CREATE %s %s- See Also:
-
ER_SP_LILABEL_MISMATCH
public static final int ER_SP_LILABEL_MISMATCH%s with no matching label: %s- See Also:
-
ER_SP_LABEL_REDEFINE
public static final int ER_SP_LABEL_REDEFINERedefining label %s- See Also:
-
ER_SP_LABEL_MISMATCH
public static final int ER_SP_LABEL_MISMATCHEnd-label %s without match- See Also:
-
ER_SP_UNINIT_VAR
public static final int ER_SP_UNINIT_VARReferring to uninitialized variable %s- See Also:
-
ER_SP_BADSELECT
public static final int ER_SP_BADSELECTPROCEDURE %s can't return a result set in the given context- See Also:
-
ER_SP_BADRETURN
public static final int ER_SP_BADRETURNRETURN is only allowed in a FUNCTION- See Also:
-
ER_SP_BADSTATEMENT
public static final int ER_SP_BADSTATEMENT%s is not allowed in stored procedures- See Also:
-
ER_UPDATE_LOG_DEPRECATED_IGNORED
public static final int ER_UPDATE_LOG_DEPRECATED_IGNOREDThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.- See Also:
-
ER_UPDATE_LOG_DEPRECATED_TRANSLATED
public static final int ER_UPDATE_LOG_DEPRECATED_TRANSLATEDThe update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.- See Also:
-
ER_QUERY_INTERRUPTED
public static final int ER_QUERY_INTERRUPTEDQuery execution was interrupted- See Also:
-
ER_SP_WRONG_NO_OF_ARGS
public static final int ER_SP_WRONG_NO_OF_ARGSIncorrect number of arguments for %s %s; expected %u, got %u- See Also:
-
ER_SP_COND_MISMATCH
public static final int ER_SP_COND_MISMATCHUndefined CONDITION: %s- See Also:
-
ER_SP_NORETURN
public static final int ER_SP_NORETURNNo RETURN found in FUNCTION %s- See Also:
-
ER_SP_NORETURNEND
public static final int ER_SP_NORETURNENDFUNCTION %s ended without RETURN- See Also:
-
ER_SP_BAD_CURSOR_QUERY
public static final int ER_SP_BAD_CURSOR_QUERYCursor statement must be a SELECT- See Also:
-
ER_SP_BAD_CURSOR_SELECT
public static final int ER_SP_BAD_CURSOR_SELECTCursor SELECT must not have INTO- See Also:
-
ER_SP_CURSOR_MISMATCH
public static final int ER_SP_CURSOR_MISMATCHUndefined CURSOR: %s- See Also:
-
ER_SP_CURSOR_ALREADY_OPEN
public static final int ER_SP_CURSOR_ALREADY_OPENCursor is already open- See Also:
-
ER_SP_CURSOR_NOT_OPEN
public static final int ER_SP_CURSOR_NOT_OPENCursor is not open- See Also:
-
ER_SP_UNDECLARED_VAR
public static final int ER_SP_UNDECLARED_VARUndeclared variable: %s- See Also:
-
ER_SP_WRONG_NO_OF_FETCH_ARGS
public static final int ER_SP_WRONG_NO_OF_FETCH_ARGSIncorrect number of FETCH variables- See Also:
-
ER_SP_FETCH_NO_DATA
public static final int ER_SP_FETCH_NO_DATANo data - zero rows fetched, selected, or processed- See Also:
-
ER_SP_DUP_PARAM
public static final int ER_SP_DUP_PARAMDuplicate parameter: %s- See Also:
-
ER_SP_DUP_VAR
public static final int ER_SP_DUP_VARDuplicate variable: %s- See Also:
-
ER_SP_DUP_COND
public static final int ER_SP_DUP_CONDDuplicate condition: %s- See Also:
-
ER_SP_DUP_CURS
public static final int ER_SP_DUP_CURSDuplicate cursor: %s- See Also:
-
ER_SP_CANT_ALTER
public static final int ER_SP_CANT_ALTERFailed to ALTER %s %s- See Also:
-
ER_SP_SUBSELECT_NYI
public static final int ER_SP_SUBSELECT_NYISubquery value not supported- See Also:
-
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:
-
ER_SP_VARCOND_AFTER_CURSHNDLR
public static final int ER_SP_VARCOND_AFTER_CURSHNDLRVariable or condition declaration after cursor or handler declaration- See Also:
-
ER_SP_CURSOR_AFTER_HANDLER
public static final int ER_SP_CURSOR_AFTER_HANDLERCursor declaration after handler declaration- See Also:
-
ER_SP_CASE_NOT_FOUND
public static final int ER_SP_CASE_NOT_FOUNDCase not found for CASE statement- See Also:
-
ER_FPARSER_TOO_BIG_FILE
public static final int ER_FPARSER_TOO_BIG_FILEConfiguration file '%-.192s' is too big- See Also:
-
ER_FPARSER_BAD_HEADER
public static final int ER_FPARSER_BAD_HEADERMalformed file type header in file '%-.192s'- See Also:
-
ER_FPARSER_EOF_IN_COMMENT
public static final int ER_FPARSER_EOF_IN_COMMENTUnexpected end of file while parsing comment '%-.200s'- See Also:
-
ER_FPARSER_ERROR_IN_PARAMETER
public static final int ER_FPARSER_ERROR_IN_PARAMETERError while parsing parameter '%-.192s' (line: '%-.192s')- See Also:
-
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER
public static final int ER_FPARSER_EOF_IN_UNKNOWN_PARAMETERUnexpected end of file while skipping unknown parameter '%-.192s'- See Also:
-
ER_VIEW_NO_EXPLAIN
public static final int ER_VIEW_NO_EXPLAINEXPLAIN/SHOW can not be issued; lacking privileges for underlying table- See Also:
-
ER_FRM_UNKNOWN_TYPE
public static final int ER_FRM_UNKNOWN_TYPEFile '%-.192s' has unknown type '%-.64s' in its header- See Also:
-
ER_WRONG_OBJECT
public static final int ER_WRONG_OBJECT'%-.192s.%-.192s' is not %s- See Also:
-
ER_NONUPDATEABLE_COLUMN
public static final int ER_NONUPDATEABLE_COLUMNColumn '%-.192s' is not updatable- See Also:
-
ER_VIEW_SELECT_DERIVED
public static final int ER_VIEW_SELECT_DERIVEDView's SELECT contains a subquery in the FROM clause- See Also:
-
ER_VIEW_SELECT_CLAUSE
public static final int ER_VIEW_SELECT_CLAUSEView's SELECT contains a '%s' clause- See Also:
-
ER_VIEW_SELECT_VARIABLE
public static final int ER_VIEW_SELECT_VARIABLEView's SELECT contains a variable or parameter- See Also:
-
ER_VIEW_SELECT_TMPTABLE
public static final int ER_VIEW_SELECT_TMPTABLEView's SELECT refers to a temporary table '%-.192s'- See Also:
-
ER_VIEW_WRONG_LIST
public static final int ER_VIEW_WRONG_LISTView's SELECT and view's field list have different column counts- See Also:
-
ER_WARN_VIEW_MERGE
public static final int ER_WARN_VIEW_MERGEView merge algorithm can't be used here for now (assumed undefined algorithm)- See Also:
-
ER_WARN_VIEW_WITHOUT_KEY
public static final int ER_WARN_VIEW_WITHOUT_KEYView being updated does not have complete key of underlying table in it- See Also:
-
ER_VIEW_INVALID
public static final int ER_VIEW_INVALIDView '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them- See Also:
-
ER_SP_NO_DROP_SP
public static final int ER_SP_NO_DROP_SPCan't drop or alter a %s from within another stored routine- See Also:
-
ER_SP_GOTO_IN_HNDLR
public static final int ER_SP_GOTO_IN_HNDLRGOTO is not allowed in a stored procedure handler- See Also:
-
ER_TRG_ALREADY_EXISTS
public static final int ER_TRG_ALREADY_EXISTSTrigger already exists- See Also:
-
ER_TRG_DOES_NOT_EXIST
public static final int ER_TRG_DOES_NOT_EXISTTrigger does not exist- See Also:
-
ER_TRG_ON_VIEW_OR_TEMP_TABLE
public static final int ER_TRG_ON_VIEW_OR_TEMP_TABLETrigger's '%-.192s' is view or temporary table- See Also:
-
ER_TRG_CANT_CHANGE_ROW
public static final int ER_TRG_CANT_CHANGE_ROWUpdating of %s row is not allowed in %strigger- See Also:
-
ER_TRG_NO_SUCH_ROW_IN_TRG
public static final int ER_TRG_NO_SUCH_ROW_IN_TRGThere is no %s row in %s trigger- See Also:
-
ER_NO_DEFAULT_FOR_FIELD
public static final int ER_NO_DEFAULT_FOR_FIELDField '%-.192s' doesn't have a default value- See Also:
-
ER_DIVISION_BY_ZERO
public static final int ER_DIVISION_BY_ZERODivision by 0- See Also:
-
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
public static final int ER_TRUNCATED_WRONG_VALUE_FOR_FIELDIncorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld- See Also:
-
ER_ILLEGAL_VALUE_FOR_TYPE
public static final int ER_ILLEGAL_VALUE_FOR_TYPEIllegal %s '%-.192s' value found during parsing- See Also:
-
ER_VIEW_NONUPD_CHECK
public static final int ER_VIEW_NONUPD_CHECKCHECK OPTION on non-updatable view '%-.192s.%-.192s'- See Also:
-
ER_VIEW_CHECK_FAILED
public static final int ER_VIEW_CHECK_FAILEDCHECK OPTION failed '%-.192s.%-.192s'- See Also:
-
ER_PROCACCESS_DENIED_ERROR
public static final int ER_PROCACCESS_DENIED_ERROR%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'- See Also:
-
ER_RELAY_LOG_FAIL
public static final int ER_RELAY_LOG_FAILFailed purging old relay logs: %s- See Also:
-
ER_PASSWD_LENGTH
public static final int ER_PASSWD_LENGTHPassword hash should be a %d-digit hexadecimal number- See Also:
-
ER_UNKNOWN_TARGET_BINLOG
public static final int ER_UNKNOWN_TARGET_BINLOGTarget log not found in binlog index- See Also:
-
ER_IO_ERR_LOG_INDEX_READ
public static final int ER_IO_ERR_LOG_INDEX_READI/O error reading log index file- See Also:
-
ER_BINLOG_PURGE_PROHIBITED
public static final int ER_BINLOG_PURGE_PROHIBITEDServer configuration does not permit binlog purge- See Also:
-
ER_FSEEK_FAIL
public static final int ER_FSEEK_FAILFailed on fseek()- See Also:
-
ER_BINLOG_PURGE_FATAL_ERR
public static final int ER_BINLOG_PURGE_FATAL_ERRFatal error during log purge- See Also:
-
ER_LOG_IN_USE
public static final int ER_LOG_IN_USEA purgeable log is in use, will not purge- See Also:
-
ER_LOG_PURGE_UNKNOWN_ERR
public static final int ER_LOG_PURGE_UNKNOWN_ERRUnknown error during log purge- See Also:
-
ER_RELAY_LOG_INIT
public static final int ER_RELAY_LOG_INITFailed initializing relay log position: %s- See Also:
-
ER_NO_BINARY_LOGGING
public static final int ER_NO_BINARY_LOGGINGYou are not using binary logging- See Also:
-
ER_RESERVED_SYNTAX
public static final int ER_RESERVED_SYNTAXThe '%-.64s' syntax is reserved for purposes internal to the MySQL server- See Also:
-
ER_WSAS_FAILED
public static final int ER_WSAS_FAILEDWSAStartup Failed- See Also:
-
ER_DIFF_GROUPS_PROC
public static final int ER_DIFF_GROUPS_PROCCan't handle procedures with different groups yet- See Also:
-
ER_NO_GROUP_FOR_PROC
public static final int ER_NO_GROUP_FOR_PROCSelect must have a group with this procedure- See Also:
-
ER_ORDER_WITH_PROC
public static final int ER_ORDER_WITH_PROCCan't use ORDER clause with this procedure- See Also:
-
ER_LOGGING_PROHIBIT_CHANGING_OF
public static final int ER_LOGGING_PROHIBIT_CHANGING_OFBinary logging and replication forbid changing the global server %s- See Also:
-
ER_NO_FILE_MAPPING
public static final int ER_NO_FILE_MAPPINGCan't map file: %-.200s, errno: %d- See Also:
-
ER_WRONG_MAGIC
public static final int ER_WRONG_MAGICWrong magic in %-.64s- See Also:
-
ER_PS_MANY_PARAM
public static final int ER_PS_MANY_PARAMPrepared statement contains too many placeholders- See Also:
-
ER_KEY_PART_0
public static final int ER_KEY_PART_0Key part '%-.192s' length cannot be 0- See Also:
-
ER_VIEW_CHECKSUM
public static final int ER_VIEW_CHECKSUMView text checksum failed- See Also:
-
ER_VIEW_MULTIUPDATE
public static final int ER_VIEW_MULTIUPDATECan not modify more than one base table through a join view '%-.192s.%-.192s'- See Also:
-
ER_VIEW_NO_INSERT_FIELD_LIST
public static final int ER_VIEW_NO_INSERT_FIELD_LISTCan not insert into join view '%-.192s.%-.192s' without fields list- See Also:
-
ER_VIEW_DELETE_MERGE_VIEW
public static final int ER_VIEW_DELETE_MERGE_VIEWCan not delete from join view '%-.192s.%-.192s'- See Also:
-
ER_CANNOT_USER
public static final int ER_CANNOT_USEROperation %s failed for %.256s- See Also:
-
ER_XAER_NOTA
public static final int ER_XAER_NOTAXAER_NOTA: Unknown XID- See Also:
-
ER_XAER_INVAL
public static final int ER_XAER_INVALXAER_INVAL: Invalid arguments (or unsupported command)- See Also:
-
ER_XAER_RMFAIL
public static final int ER_XAER_RMFAILXAER_RMFAIL: The command cannot be executed when global transaction is in the %.64s state- See Also:
-
ER_XAER_OUTSIDE
public static final int ER_XAER_OUTSIDEXAER_OUTSIDE: Some work is done outside global transaction- See Also:
-
ER_XAER_RMERR
public static final int ER_XAER_RMERRXAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency- See Also:
-
ER_XA_RBROLLBACK
public static final int ER_XA_RBROLLBACKXA_RBROLLBACK: Transaction branch was rolled back- See Also:
-
ER_NONEXISTING_PROC_GRANT
public static final int ER_NONEXISTING_PROC_GRANTThere is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'- See Also:
-
ER_PROC_AUTO_GRANT_FAIL
public static final int ER_PROC_AUTO_GRANT_FAILFailed to grant EXECUTE and ALTER ROUTINE privileges- See Also:
-
ER_PROC_AUTO_REVOKE_FAIL
public static final int ER_PROC_AUTO_REVOKE_FAILFailed to revoke all privileges to dropped routine- See Also:
-
ER_DATA_TOO_LONG
public static final int ER_DATA_TOO_LONGData too long for column '%s' at row %ld- See Also:
-
ER_SP_BAD_SQLSTATE
public static final int ER_SP_BAD_SQLSTATEBad SQLSTATE: '%s'- See Also:
-
ER_STARTUP
public static final int ER_STARTUP%s: ready for connections.\nVersion: '%s' socket: '%s' port: %d %s- See Also:
-
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
public static final int ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VARCan't load value from file with fixed size rows to variable- See Also:
-
ER_CANT_CREATE_USER_WITH_GRANT
public static final int ER_CANT_CREATE_USER_WITH_GRANTYou are not allowed to create a user with GRANT- See Also:
-
ER_WRONG_VALUE_FOR_TYPE
public static final int ER_WRONG_VALUE_FOR_TYPEIncorrect %-.32s value: '%-.128s' for function %-.32s- See Also:
-
ER_TABLE_DEF_CHANGED
public static final int ER_TABLE_DEF_CHANGEDTable definition has changed, please retry transaction- See Also:
-
ER_SP_DUP_HANDLER
public static final int ER_SP_DUP_HANDLERDuplicate handler declared in the same block- See Also:
-
ER_SP_NOT_VAR_ARG
public static final int ER_SP_NOT_VAR_ARGOUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger- See Also:
-
ER_SP_NO_RETSET
public static final int ER_SP_NO_RETSETNot allowed to return a result set from a %s- See Also:
-
ER_CANT_CREATE_GEOMETRY_OBJECT
public static final int ER_CANT_CREATE_GEOMETRY_OBJECTCannot get geometry object from data you send to the GEOMETRY field- See Also:
-
ER_FAILED_ROUTINE_BREAK_BINLOG
public static final int ER_FAILED_ROUTINE_BREAK_BINLOGA routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes- See Also:
-
ER_BINLOG_UNSAFE_ROUTINE
public static final int ER_BINLOG_UNSAFE_ROUTINEThis function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)- See Also:
-
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
public static final int ER_BINLOG_CREATE_ROUTINE_NEED_SUPERYou do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)- See Also:
-
ER_EXEC_STMT_WITH_OPEN_CURSOR
public static final int ER_EXEC_STMT_WITH_OPEN_CURSORYou can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.- See Also:
-
ER_STMT_HAS_NO_OPEN_CURSOR
public static final int ER_STMT_HAS_NO_OPEN_CURSORThe statement (%lu) has no open cursor.- See Also:
-
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
public static final int ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRGExplicit or implicit commit is not allowed in stored function or trigger.- See Also:
-
ER_NO_DEFAULT_FOR_VIEW_FIELD
public static final int ER_NO_DEFAULT_FOR_VIEW_FIELDField of view '%-.192s.%-.192s' underlying table doesn't have a default value- See Also:
-
ER_SP_NO_RECURSION
public static final int ER_SP_NO_RECURSIONRecursive stored functions and triggers are not allowed.- See Also:
-
ER_TOO_BIG_SCALE
public static final int ER_TOO_BIG_SCALEToo big scale %d specified for column '%-.192s'. Maximum is %lu.- See Also:
-
ER_TOO_BIG_PRECISION
public static final int ER_TOO_BIG_PRECISIONToo big precision %d specified for column '%-.192s'. Maximum is %lu.- See Also:
-
ER_M_BIGGER_THAN_D
public static final int ER_M_BIGGER_THAN_DFor float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s').- See Also:
-
ER_WRONG_LOCK_OF_SYSTEM_TABLE
public static final int ER_WRONG_LOCK_OF_SYSTEM_TABLEYou can't combine write-locking of system tables with other tables or lock types- See Also:
-
ER_CONNECT_TO_FOREIGN_DATA_SOURCE
public static final int ER_CONNECT_TO_FOREIGN_DATA_SOURCEUnable to connect to foreign data source: %.64s- See Also:
-
ER_QUERY_ON_FOREIGN_DATA_SOURCE
public static final int ER_QUERY_ON_FOREIGN_DATA_SOURCEThere was a problem processing the query on the foreign data source. Data source error: %-.64s- See Also:
-
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
public static final int ER_FOREIGN_DATA_SOURCE_DOESNT_EXISTThe foreign data source you are trying to reference does not exist. Data source error: %-.64s- See Also:
-
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
public static final int ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATECan't create federated table. The data source connection string '%-.64s' is not in the correct format- See Also:
-
ER_FOREIGN_DATA_STRING_INVALID
public static final int ER_FOREIGN_DATA_STRING_INVALIDThe data source connection string '%-.64s' is not in the correct format- See Also:
-
ER_CANT_CREATE_FEDERATED_TABLE
public static final int ER_CANT_CREATE_FEDERATED_TABLECan't create federated table. Foreign data src error: %-.64s- See Also:
-
ER_TRG_IN_WRONG_SCHEMA
public static final int ER_TRG_IN_WRONG_SCHEMATrigger in wrong schema- See Also:
-
ER_STACK_OVERRUN_NEED_MORE
public static final int ER_STACK_OVERRUN_NEED_MOREThread 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:
-
ER_TOO_LONG_BODY
public static final int ER_TOO_LONG_BODYRoutine body for '%-.100s' is too long- See Also:
-
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
public static final int ER_WARN_CANT_DROP_DEFAULT_KEYCACHECannot drop default keycache- See Also:
-
ER_TOO_BIG_DISPLAYWIDTH
public static final int ER_TOO_BIG_DISPLAYWIDTHDisplay width out of range for column '%-.192s' (max = %lu)- See Also:
-
ER_XAER_DUPID
public static final int ER_XAER_DUPIDXAER_DUPID: The XID already exists- See Also:
-
ER_DATETIME_FUNCTION_OVERFLOW
public static final int ER_DATETIME_FUNCTION_OVERFLOWDatetime function: %-.32s field overflow- See Also:
-
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
public static final int ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRGCan't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.- See Also:
-
ER_VIEW_PREVENT_UPDATE
public static final int ER_VIEW_PREVENT_UPDATEThe definition of table '%-.192s' prevents operation %.192s on table '%-.192s'.- See Also:
-
ER_PS_NO_RECURSION
public static final int ER_PS_NO_RECURSIONThe 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:
-
ER_SP_CANT_SET_AUTOCOMMIT
public static final int ER_SP_CANT_SET_AUTOCOMMITNot allowed to set autocommit from a stored function or trigger- See Also:
-
ER_MALFORMED_DEFINER
public static final int ER_MALFORMED_DEFINERDefiner is not fully qualified- See Also:
-
ER_VIEW_FRM_NO_USER
public static final int ER_VIEW_FRM_NO_USERView '%-.192s'.'%-.192s' has no definer information (old table format). Current user is used as definer. Please recreate the view!- See Also:
-
ER_VIEW_OTHER_USER
public static final int ER_VIEW_OTHER_USERYou need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer- See Also:
-
ER_NO_SUCH_USER
public static final int ER_NO_SUCH_USERThe user specified as a definer ('%-.64s'@'%-.64s') does not exist- See Also:
-
ER_FORBID_SCHEMA_CHANGE
public static final int ER_FORBID_SCHEMA_CHANGEChanging schema from '%-.192s' to '%-.192s' is not allowed.- See Also:
-
ER_ROW_IS_REFERENCED_2
public static final int ER_ROW_IS_REFERENCED_2Cannot delete or update a parent row: a foreign key constraint fails (%.192s)- See Also:
-
ER_NO_REFERENCED_ROW_2
public static final int ER_NO_REFERENCED_ROW_2Cannot add or update a child row: a foreign key constraint fails (%.192s)- See Also:
-
ER_SP_BAD_VAR_SHADOW
public static final int ER_SP_BAD_VAR_SHADOWVariable '%-.64s' must be quoted with `...`, or renamed- See Also:
-
ER_TRG_NO_DEFINER
public static final int ER_TRG_NO_DEFINERNo 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:
-
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:
-
ER_SP_RECURSION_LIMIT
public static final int ER_SP_RECURSION_LIMITRecursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s- See Also:
-
ER_SP_PROC_TABLE_CORRUPT
public static final int ER_SP_PROC_TABLE_CORRUPTFailed to load routine %-.192s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)- See Also:
-
ER_SP_WRONG_NAME
public static final int ER_SP_WRONG_NAMEIncorrect routine name '%-.192s'- See Also:
-
ER_TABLE_NEEDS_UPGRADE
public static final int ER_TABLE_NEEDS_UPGRADETable upgrade required. Please do \"REPAIR TABLE `%-.32s`\" or dump/reload to fix it!- See Also:
-
ER_SP_NO_AGGREGATE
public static final int ER_SP_NO_AGGREGATEAGGREGATE is not supported for stored functions- See Also:
-
ER_MAX_PREPARED_STMT_COUNT_REACHED
public static final int ER_MAX_PREPARED_STMT_COUNT_REACHEDCan't create more than max_prepared_stmt_count statements (current value: %lu)- See Also:
-
ER_VIEW_RECURSIVE
public static final int ER_VIEW_RECURSIVE`%-.192s`.`%-.192s` contains view recursion- See Also:
-
ER_NON_GROUPING_FIELD_USED
public static final int ER_NON_GROUPING_FIELD_USEDNon-grouping field '%-.192s' is used in %-.64s clause- See Also:
-
ER_TABLE_CANT_HANDLE_SPKEYS
public static final int ER_TABLE_CANT_HANDLE_SPKEYSThe used table type doesn't support SPATIAL indexes- See Also:
-
ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
public static final int ER_NO_TRIGGERS_ON_SYSTEM_SCHEMATriggers can not be created on system tables- See Also:
-
ER_REMOVED_SPACES
public static final int ER_REMOVED_SPACESLeading spaces are removed from name '%s'- See Also:
-
ER_AUTOINC_READ_FAILED
public static final int ER_AUTOINC_READ_FAILEDFailed to read auto-increment value from storage engine- See Also:
-
ER_USERNAME
public static final int ER_USERNAMEUser name- See Also:
-
ER_HOSTNAME
public static final int ER_HOSTNAMEHost name- See Also:
-
ER_WRONG_STRING_LENGTH
public static final int ER_WRONG_STRING_LENGTHString '%-.70s' is too long for %s (should be no longer than %d)- See Also:
-
ER_NON_INSERTABLE_TABLE
public static final int ER_NON_INSERTABLE_TABLEThe target table %-.100s of the %s is not insertable-into- See Also:
-
ER_ADMIN_WRONG_MRG_TABLE
public static final int ER_ADMIN_WRONG_MRG_TABLETable '%-.64s' is differently defined or of non-MyISAM type or doesn't exist- See Also:
-
ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
public static final int ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECTToo high level of nesting for select- See Also:
-
ER_NAME_BECOMES_EMPTY
public static final int ER_NAME_BECOMES_EMPTYName '%-.64s' has become ''- See Also:
-
ER_AMBIGUOUS_FIELD_TERM
public static final int ER_AMBIGUOUS_FIELD_TERMFirst character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY- See Also:
-
ER_FOREIGN_SERVER_EXISTS
public static final int ER_FOREIGN_SERVER_EXISTSThe foreign server, %s, you are trying to create already exists.- See Also:
-
ER_FOREIGN_SERVER_DOESNT_EXIST
public static final int ER_FOREIGN_SERVER_DOESNT_EXISTThe foreign server name you are trying to reference does not exist. Data source error: %-.64s- See Also:
-
ER_ILLEGAL_HA_CREATE_OPTION
public static final int ER_ILLEGAL_HA_CREATE_OPTIONTable storage engine '%-.64s' does not support the create option '%.64s'- See Also:
-
ER_PARTITION_REQUIRES_VALUES_ERROR
public static final int ER_PARTITION_REQUIRES_VALUES_ERRORSyntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partition- See Also:
-
ER_PARTITION_WRONG_VALUES_ERROR
public static final int ER_PARTITION_WRONG_VALUES_ERROROnly %-.64s PARTITIONING can use VALUES %-.64s in partition definition- See Also:
-
ER_PARTITION_MAXVALUE_ERROR
public static final int ER_PARTITION_MAXVALUE_ERRORMAXVALUE can only be used in last partition definition- See Also:
-
ER_PARTITION_SUBPARTITION_ERROR
public static final int ER_PARTITION_SUBPARTITION_ERRORSubpartitions can only be hash partitions and by key- See Also:
-
ER_PARTITION_SUBPART_MIX_ERROR
public static final int ER_PARTITION_SUBPART_MIX_ERRORMust define subpartitions on all partitions if on one partition- See Also:
-
ER_PARTITION_WRONG_NO_PART_ERROR
public static final int ER_PARTITION_WRONG_NO_PART_ERRORWrong number of partitions defined, mismatch with previous setting- See Also:
-
ER_PARTITION_WRONG_NO_SUBPART_ERROR
public static final int ER_PARTITION_WRONG_NO_SUBPART_ERRORWrong number of subpartitions defined, mismatch with previous setting- See Also:
-
ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR
public static final int ER_WRONG_EXPR_IN_PARTITION_FUNC_ERRORConstant, random or timezone-dependent expressions in (sub)partitioning function are not allowed- See Also:
-
ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
public static final int ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERRORExpression in RANGE/LIST VALUES must be constant- See Also:
-
ER_FIELD_NOT_FOUND_PART_ERROR
public static final int ER_FIELD_NOT_FOUND_PART_ERRORField in list of fields for partition function not found in table- See Also:
-
ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
public static final int ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERRORList of fields is only allowed in KEY partitions- See Also:
-
ER_INCONSISTENT_PARTITION_INFO_ERROR
public static final int ER_INCONSISTENT_PARTITION_INFO_ERRORThe partition info in the frm file is not consistent with what can be written into the frm file- See Also:
-
ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
public static final int ER_PARTITION_FUNC_NOT_ALLOWED_ERRORThe %-.192s function returns the wrong type- See Also:
-
ER_PARTITIONS_MUST_BE_DEFINED_ERROR
public static final int ER_PARTITIONS_MUST_BE_DEFINED_ERRORFor %-.64s partitions each partition must be defined- See Also:
-
ER_RANGE_NOT_INCREASING_ERROR
public static final int ER_RANGE_NOT_INCREASING_ERRORVALUES LESS THAN value must be strictly increasing for each partition- See Also:
-
ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
public static final int ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERRORVALUES value must be of same type as partition function- See Also:
-
ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
public static final int ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERRORMultiple definition of same constant in list partitioning- See Also:
-
ER_PARTITION_ENTRY_ERROR
public static final int ER_PARTITION_ENTRY_ERRORPartitioning can not be used stand-alone in query- See Also:
-
ER_MIX_HANDLER_ERROR
public static final int ER_MIX_HANDLER_ERRORThe mix of handlers in the partitions is not allowed in this version of MySQL- See Also:
-
ER_PARTITION_NOT_DEFINED_ERROR
public static final int ER_PARTITION_NOT_DEFINED_ERRORFor the partitioned engine it is necessary to define all %-.64s- See Also:
-
ER_TOO_MANY_PARTITIONS_ERROR
public static final int ER_TOO_MANY_PARTITIONS_ERRORToo many partitions (including subpartitions) were defined- See Also:
-
ER_SUBPARTITION_ERROR
public static final int ER_SUBPARTITION_ERRORIt is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning- See Also:
-
ER_CANT_CREATE_HANDLER_FILE
public static final int ER_CANT_CREATE_HANDLER_FILEFailed to create specific handler file- See Also:
-
ER_BLOB_FIELD_IN_PART_FUNC_ERROR
public static final int ER_BLOB_FIELD_IN_PART_FUNC_ERRORA BLOB field is not allowed in partition function- See Also:
-
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
public static final int ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PFA %-.192s must include all columns in the table's partitioning function- See Also:
-
ER_NO_PARTS_ERROR
public static final int ER_NO_PARTS_ERRORNumber of %-.64s = 0 is not an allowed value- See Also:
-
ER_PARTITION_MGMT_ON_NONPARTITIONED
public static final int ER_PARTITION_MGMT_ON_NONPARTITIONEDPartition management on a not partitioned table is not possible- See Also:
-
ER_FOREIGN_KEY_ON_PARTITIONED
public static final int ER_FOREIGN_KEY_ON_PARTITIONEDForeign key clause is not yet supported in conjunction with partitioning- See Also:
-
ER_DROP_PARTITION_NON_EXISTENT
public static final int ER_DROP_PARTITION_NON_EXISTENTError in list of partitions to %-.64s- See Also:
-
ER_DROP_LAST_PARTITION
public static final int ER_DROP_LAST_PARTITIONCannot remove all partitions, use DROP TABLE instead- See Also:
-
ER_COALESCE_ONLY_ON_HASH_PARTITION
public static final int ER_COALESCE_ONLY_ON_HASH_PARTITIONCOALESCE PARTITION can only be used on HASH/KEY partitions- See Also:
-
ER_REORG_HASH_ONLY_ON_SAME_NO
public static final int ER_REORG_HASH_ONLY_ON_SAME_NOREORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers- See Also:
-
ER_REORG_NO_PARAM_ERROR
public static final int ER_REORG_NO_PARAM_ERRORREORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs- See Also:
-
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:
-
ER_ADD_PARTITION_SUBPART_ERROR
public static final int ER_ADD_PARTITION_SUBPART_ERRORTrying to Add partition(s) with wrong number of subpartitions- See Also:
-
ER_ADD_PARTITION_NO_NEW_PARTITION
public static final int ER_ADD_PARTITION_NO_NEW_PARTITIONAt least one partition must be added- See Also:
-
ER_COALESCE_PARTITION_NO_PARTITION
public static final int ER_COALESCE_PARTITION_NO_PARTITIONAt least one partition must be coalesced- See Also:
-
ER_REORG_PARTITION_NOT_EXIST
public static final int ER_REORG_PARTITION_NOT_EXISTMore partitions to reorganize than there are partitions- See Also:
-
ER_SAME_NAME_PARTITION
public static final int ER_SAME_NAME_PARTITIONDuplicate partition name %-.192s- See Also:
-
ER_NO_BINLOG_ERROR
public static final int ER_NO_BINLOG_ERRORIt is not allowed to shut off binlog on this command- See Also:
-
ER_CONSECUTIVE_REORG_PARTITIONS
public static final int ER_CONSECUTIVE_REORG_PARTITIONSWhen reorganizing a set of partitions they must be in consecutive order- See Also:
-
ER_REORG_OUTSIDE_RANGE
public static final int ER_REORG_OUTSIDE_RANGEReorganize of range partitions cannot change total ranges except for last partition where it can extend the range- See Also:
-
ER_PARTITION_FUNCTION_FAILURE
public static final int ER_PARTITION_FUNCTION_FAILUREPartition function not supported in this version for this handler- See Also:
-
ER_PART_STATE_ERROR
public static final int ER_PART_STATE_ERRORPartition state cannot be defined from CREATE/ALTER TABLE- See Also:
-
ER_LIMITED_PART_RANGE
public static final int ER_LIMITED_PART_RANGEThe %-.64s handler only supports 32 bit integers in VALUES- See Also:
-
ER_PLUGIN_IS_NOT_LOADED
public static final int ER_PLUGIN_IS_NOT_LOADEDPlugin '%-.192s' is not loaded- See Also:
-
ER_WRONG_VALUE
public static final int ER_WRONG_VALUEIncorrect %-.32s value: '%-.128s'- See Also:
-
ER_NO_PARTITION_FOR_GIVEN_VALUE
public static final int ER_NO_PARTITION_FOR_GIVEN_VALUETable has no partition for value %-.64s- See Also:
-
ER_FILEGROUP_OPTION_ONLY_ONCE
public static final int ER_FILEGROUP_OPTION_ONLY_ONCEIt is not allowed to specify %s more than once- See Also:
-
ER_CREATE_FILEGROUP_FAILED
public static final int ER_CREATE_FILEGROUP_FAILEDFailed to create %s- See Also:
-
ER_DROP_FILEGROUP_FAILED
public static final int ER_DROP_FILEGROUP_FAILEDFailed to drop %s- See Also:
-
ER_TABLESPACE_AUTO_EXTEND_ERROR
public static final int ER_TABLESPACE_AUTO_EXTEND_ERRORThe handler doesn't support autoextend of tablespaces- See Also:
-
ER_WRONG_SIZE_NUMBER
public static final int ER_WRONG_SIZE_NUMBERA size parameter was incorrectly specified, either number or on the form 10M- See Also:
-
ER_SIZE_OVERFLOW_ERROR
public static final int ER_SIZE_OVERFLOW_ERRORThe size number was correct but we don't allow the digit part to be more than 2 billion- See Also:
-
ER_ALTER_FILEGROUP_FAILED
public static final int ER_ALTER_FILEGROUP_FAILEDFailed to alter: %s- See Also:
-
ER_BINLOG_ROW_LOGGING_FAILED
public static final int ER_BINLOG_ROW_LOGGING_FAILEDWriting one row to the row-based binary log failed- See Also:
-
ER_BINLOG_ROW_WRONG_TABLE_DEF
public static final int ER_BINLOG_ROW_WRONG_TABLE_DEFTable definition on master and slave does not match: %s- See Also:
-
ER_BINLOG_ROW_RBR_TO_SBR
public static final int ER_BINLOG_ROW_RBR_TO_SBRSlave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events- See Also:
-
ER_EVENT_ALREADY_EXISTS
public static final int ER_EVENT_ALREADY_EXISTSEvent '%-.192s' already exists- See Also:
-
ER_EVENT_STORE_FAILED
public static final int ER_EVENT_STORE_FAILEDFailed to store event %s. Error code %d from storage engine.- See Also:
-
ER_EVENT_DOES_NOT_EXIST
public static final int ER_EVENT_DOES_NOT_EXISTUnknown event '%-.192s'- See Also:
-
ER_EVENT_CANT_ALTER
public static final int ER_EVENT_CANT_ALTERFailed to alter event '%-.192s'- See Also:
-
ER_EVENT_DROP_FAILED
public static final int ER_EVENT_DROP_FAILEDFailed to drop %s- See Also:
-
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
public static final int ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIGINTERVAL is either not positive or too big- See Also:
-
ER_EVENT_ENDS_BEFORE_STARTS
public static final int ER_EVENT_ENDS_BEFORE_STARTSENDS is either invalid or before STARTS- See Also:
-
ER_EVENT_EXEC_TIME_IN_THE_PAST
public static final int ER_EVENT_EXEC_TIME_IN_THE_PASTEvent execution time is in the past. Event has been disabled- See Also:
-
ER_EVENT_OPEN_TABLE_FAILED
public static final int ER_EVENT_OPEN_TABLE_FAILEDFailed to open mysql.event- See Also:
-
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
public static final int ER_EVENT_NEITHER_M_EXPR_NOR_M_ATNo datetime expression provided- See Also:
-
ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTED
public static final int ER_OBSOLETE_COL_COUNT_DOESNT_MATCH_CORRUPTEDColumn count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted- See Also:
-
ER_OBSOLETE_CANNOT_LOAD_FROM_TABLE
public static final int ER_OBSOLETE_CANNOT_LOAD_FROM_TABLECannot load from mysql.%s. The table is probably corrupted- See Also:
-
ER_EVENT_CANNOT_DELETE
public static final int ER_EVENT_CANNOT_DELETEFailed to delete the event from mysql.event- See Also:
-
ER_EVENT_COMPILE_ERROR
public static final int ER_EVENT_COMPILE_ERRORError during compilation of event's body- See Also:
-
ER_EVENT_SAME_NAME
public static final int ER_EVENT_SAME_NAMESame old and new event name- See Also:
-
ER_EVENT_DATA_TOO_LONG
public static final int ER_EVENT_DATA_TOO_LONGData for column '%s' too long- See Also:
-
ER_DROP_INDEX_FK
public static final int ER_DROP_INDEX_FKCannot drop index '%-.192s': needed in a foreign key constraint- See Also:
-
ER_WARN_DEPRECATED_SYNTAX_WITH_VER
public static final int ER_WARN_DEPRECATED_SYNTAX_WITH_VERThe syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead- See Also:
-
ER_CANT_WRITE_LOCK_LOG_TABLE
public static final int ER_CANT_WRITE_LOCK_LOG_TABLEYou can't write-lock a log table. Only read access is possible- See Also:
-
ER_CANT_LOCK_LOG_TABLE
public static final int ER_CANT_LOCK_LOG_TABLEYou can't use locks with log tables.- See Also:
-
ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSED
public static final int ER_FOREIGN_DUPLICATE_KEY_OLD_UNUSEDUpholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry- See Also:
-
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
public static final int ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATEColumn 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:
-
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
public static final int ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBRCannot switch out of the row-based binary log format when the session has open temporary tables- See Also:
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMATCannot change the binary logging format inside a stored function or trigger- See Also:
-
ER_NDB_CANT_SWITCH_BINLOG_FORMAT
public static final int ER_NDB_CANT_SWITCH_BINLOG_FORMATThe NDB cluster engine does not support changing the binlog format on the fly yet- See Also:
-
ER_PARTITION_NO_TEMPORARY
public static final int ER_PARTITION_NO_TEMPORARYCannot create temporary table with partitions- See Also:
-
ER_PARTITION_CONST_DOMAIN_ERROR
public static final int ER_PARTITION_CONST_DOMAIN_ERRORPartition constant is out of partition function domain- See Also:
-
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
public static final int ER_PARTITION_FUNCTION_IS_NOT_ALLOWEDThis partition function is not allowed- See Also:
-
ER_DDL_LOG_ERROR
public static final int ER_DDL_LOG_ERRORError in DDL log- See Also:
-
ER_NULL_IN_VALUES_LESS_THAN
public static final int ER_NULL_IN_VALUES_LESS_THANNot allowed to use NULL value in VALUES LESS THAN- See Also:
-
ER_WRONG_PARTITION_NAME
public static final int ER_WRONG_PARTITION_NAMEIncorrect partition name- See Also:
-
ER_CANT_CHANGE_TX_CHARACTERISTICS
public static final int ER_CANT_CHANGE_TX_CHARACTERISTICSTransaction characteristics can't be changed while a transaction is in progress- See Also:
-
ER_DUP_ENTRY_AUTOINCREMENT_CASE
public static final int ER_DUP_ENTRY_AUTOINCREMENT_CASEALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'- See Also:
-
ER_EVENT_MODIFY_QUEUE_ERROR
public static final int ER_EVENT_MODIFY_QUEUE_ERRORInternal scheduler error %d- See Also:
-
ER_EVENT_SET_VAR_ERROR
public static final int ER_EVENT_SET_VAR_ERRORError during starting/stopping of the scheduler. Error code %u- See Also:
-
ER_PARTITION_MERGE_ERROR
public static final int ER_PARTITION_MERGE_ERROREngine cannot be used in partitioned tables- See Also:
-
ER_CANT_ACTIVATE_LOG
public static final int ER_CANT_ACTIVATE_LOGCannot activate '%-.64s' log- See Also:
-
ER_RBR_NOT_AVAILABLE
public static final int ER_RBR_NOT_AVAILABLEThe server was not built with row-based replication- See Also:
-
ER_BASE64_DECODE_ERROR
public static final int ER_BASE64_DECODE_ERRORDecoding of base64 string failed- See Also:
-
ER_EVENT_RECURSION_FORBIDDEN
public static final int ER_EVENT_RECURSION_FORBIDDENRecursion of EVENT DDL statements is forbidden when body is present- See Also:
-
ER_EVENTS_DB_ERROR
public static final int ER_EVENTS_DB_ERRORCannot proceed because system tables used by Event Scheduler were found damaged at server start- See Also:
-
ER_ONLY_INTEGERS_ALLOWED
public static final int ER_ONLY_INTEGERS_ALLOWEDOnly integers allowed as number here- See Also:
-
ER_UNSUPORTED_LOG_ENGINE
public static final int ER_UNSUPORTED_LOG_ENGINEThis storage engine cannot be used for log tables"- See Also:
-
ER_BAD_LOG_STATEMENT
public static final int ER_BAD_LOG_STATEMENTYou cannot '%s' a log table if logging is enabled- See Also:
-
ER_CANT_RENAME_LOG_TABLE
public static final int ER_CANT_RENAME_LOG_TABLECannot 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:
-
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
public static final int ER_WRONG_PARAMCOUNT_TO_NATIVE_FCTIncorrect parameter count in the call to native function '%-.192s'- See Also:
-
ER_WRONG_PARAMETERS_TO_NATIVE_FCT
public static final int ER_WRONG_PARAMETERS_TO_NATIVE_FCTIncorrect parameters in the call to native function '%-.192s'- See Also:
-
ER_WRONG_PARAMETERS_TO_STORED_FCT
public static final int ER_WRONG_PARAMETERS_TO_STORED_FCTIncorrect parameters in the call to stored function '%-.192s'- See Also:
-
ER_NATIVE_FCT_NAME_COLLISION
public static final int ER_NATIVE_FCT_NAME_COLLISIONThis function '%-.192s' has the same name as a native function- See Also:
-
ER_DUP_ENTRY_WITH_KEY_NAME
public static final int ER_DUP_ENTRY_WITH_KEY_NAMEDuplicate entry '%-.64s' for key '%-.192s'- See Also:
-
ER_BINLOG_PURGE_EMFILE
public static final int ER_BINLOG_PURGE_EMFILEToo many files opened, please execute the command again- See Also:
-
ER_EVENT_CANNOT_CREATE_IN_THE_PAST
public static final int ER_EVENT_CANNOT_CREATE_IN_THE_PASTEvent execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.- See Also:
-
ER_EVENT_CANNOT_ALTER_IN_THE_PAST
public static final int ER_EVENT_CANNOT_ALTER_IN_THE_PASTEvent 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:
-
ER_SLAVE_INCIDENT
public static final int ER_SLAVE_INCIDENTThe incident %s occured on the master. Message: %-.64s- See Also:
-
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
public static final int ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENTTable has no partition for some existing values- See Also:
-
ER_BINLOG_UNSAFE_STATEMENT
public static final int ER_BINLOG_UNSAFE_STATEMENTUnsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s- See Also:
-
ER_SLAVE_FATAL_ERROR
public static final int ER_SLAVE_FATAL_ERRORFatal error: %s- See Also:
-
ER_SLAVE_RELAY_LOG_READ_FAILURE
public static final int ER_SLAVE_RELAY_LOG_READ_FAILURERelay log read failure: %s- See Also:
-
ER_SLAVE_RELAY_LOG_WRITE_FAILURE
public static final int ER_SLAVE_RELAY_LOG_WRITE_FAILURERelay log write failure: %s- See Also:
-
ER_SLAVE_CREATE_EVENT_FAILURE
public static final int ER_SLAVE_CREATE_EVENT_FAILUREFailed to create %s- See Also:
-
ER_SLAVE_MASTER_COM_FAILURE
public static final int ER_SLAVE_MASTER_COM_FAILUREMaster command %s failed: %s- See Also:
-
ER_BINLOG_LOGGING_IMPOSSIBLE
public static final int ER_BINLOG_LOGGING_IMPOSSIBLEBinary logging not possible. Message: %s- See Also:
-
ER_VIEW_NO_CREATION_CTX
public static final int ER_VIEW_NO_CREATION_CTXView `%-.64s`.`%-.64s` has no creation context- See Also:
-
ER_VIEW_INVALID_CREATION_CTX
public static final int ER_VIEW_INVALID_CREATION_CTXCreation context of view `%-.64s`.`%-.64s' is invalid- See Also:
-
ER_SR_INVALID_CREATION_CTX
public static final int ER_SR_INVALID_CREATION_CTXCreation context of stored routine `%-.64s`.`%-.64s` is invalid- See Also:
-
ER_TRG_CORRUPTED_FILE
public static final int ER_TRG_CORRUPTED_FILECorrupted TRG file for table `%-.64s`.`%-.64s`- See Also:
-
ER_TRG_NO_CREATION_CTX
public static final int ER_TRG_NO_CREATION_CTXTriggers for table `%-.64s`.`%-.64s` have no creation context- See Also:
-
ER_TRG_INVALID_CREATION_CTX
public static final int ER_TRG_INVALID_CREATION_CTXTrigger creation context of table `%-.64s`.`%-.64s` is invalid- See Also:
-
ER_EVENT_INVALID_CREATION_CTX
public static final int ER_EVENT_INVALID_CREATION_CTXCreation context of event `%-.64s`.`%-.64s` is invalid- See Also:
-
ER_TRG_CANT_OPEN_TABLE
public static final int ER_TRG_CANT_OPEN_TABLECannot open table for trigger `%-.64s`.`%-.64s`- See Also:
-
ER_CANT_CREATE_SROUTINE
public static final int ER_CANT_CREATE_SROUTINECannot create stored routine `%-.64s`. Check warnings- See Also:
-
ER_NEVER_USED
public static final int ER_NEVER_USEDAmbiguous slave modes combination. %s- See Also:
-
ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
public static final int ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENTThe BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.- See Also:
-
ER_SLAVE_CORRUPT_EVENT
public static final int ER_SLAVE_CORRUPT_EVENTCorrupted replication event was detected- See Also:
-
ER_LOAD_DATA_INVALID_COLUMN
public static final int ER_LOAD_DATA_INVALID_COLUMNInvalid column reference (%-.64s) in LOAD DATA- See Also:
-
ER_LOG_PURGE_NO_FILE
public static final int ER_LOG_PURGE_NO_FILEBeing purged log %s was not found- See Also:
-
ER_XA_RBTIMEOUT
public static final int ER_XA_RBTIMEOUTXA_RBTIMEOUT: Transaction branch was rolled back: took too long- See Also:
-
ER_XA_RBDEADLOCK
public static final int ER_XA_RBDEADLOCKXA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected- See Also:
-
ER_NEED_REPREPARE
public static final int ER_NEED_REPREPAREPrepared statement needs to be re-prepared- See Also:
-
ER_DELAYED_NOT_SUPPORTED
public static final int ER_DELAYED_NOT_SUPPORTEDDELAYED option not supported for table '%-.192s'- See Also:
-
WARN_NO_MASTER_INFO
public static final int WARN_NO_MASTER_INFOThe master info structure does not exist- See Also:
-
WARN_OPTION_IGNORED
public static final int WARN_OPTION_IGNORED%-.64s option ignored- See Also:
-
WARN_PLUGIN_DELETE_BUILTIN
public static final int WARN_PLUGIN_DELETE_BUILTINBuilt-in plugins cannot be deleted- See Also:
-
WARN_PLUGIN_BUSY
public static final int WARN_PLUGIN_BUSYPlugin is busy and will be uninstalled on shutdown- See Also:
-
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:
-
ER_WARN_ENGINE_TRANSACTION_ROLLBACK
public static final int ER_WARN_ENGINE_TRANSACTION_ROLLBACKStorage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted- See Also:
-
ER_SLAVE_HEARTBEAT_FAILURE
public static final int ER_SLAVE_HEARTBEAT_FAILUREUnexpected master's heartbeat data: %s- See Also:
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGEThe requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).- See Also:
-
ER_NDB_REPLICATION_SCHEMA_ERROR
public static final int ER_NDB_REPLICATION_SCHEMA_ERRORBad schema for mysql.ndb_replication table. Message: %-.64s- See Also:
-
ER_CONFLICT_FN_PARSE_ERROR
public static final int ER_CONFLICT_FN_PARSE_ERRORError in parsing conflict function. Message: %-.64s- See Also:
-
ER_EXCEPTIONS_WRITE_ERROR
public static final int ER_EXCEPTIONS_WRITE_ERRORWrite to exceptions table failed. Message: %-.128s"- See Also:
-
ER_TOO_LONG_TABLE_COMMENT
public static final int ER_TOO_LONG_TABLE_COMMENTComment for table '%-.64s' is too long (max = %lu)- See Also:
-
ER_TOO_LONG_FIELD_COMMENT
public static final int ER_TOO_LONG_FIELD_COMMENTComment for field '%-.64s' is too long (max = %lu)- See Also:
-
ER_FUNC_INEXISTENT_NAME_COLLISION
public static final int ER_FUNC_INEXISTENT_NAME_COLLISIONFUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual- See Also:
-
ER_DATABASE_NAME
public static final int ER_DATABASE_NAMEDatabase- See Also:
-
ER_TABLE_NAME
public static final int ER_TABLE_NAMETable- See Also:
-
ER_PARTITION_NAME
public static final int ER_PARTITION_NAMEPartition- See Also:
-
ER_SUBPARTITION_NAME
public static final int ER_SUBPARTITION_NAMESubpartition- See Also:
-
ER_TEMPORARY_NAME
public static final int ER_TEMPORARY_NAMETemporary- See Also:
-
ER_RENAMED_NAME
public static final int ER_RENAMED_NAMERenamed- See Also:
-
ER_TOO_MANY_CONCURRENT_TRXS
public static final int ER_TOO_MANY_CONCURRENT_TRXSToo many active concurrent transactions- See Also:
-
WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED
public static final int WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTEDNon-ASCII separator arguments are not fully supported- See Also:
-
ER_DEBUG_SYNC_TIMEOUT
public static final int ER_DEBUG_SYNC_TIMEOUTDebug sync point wait timed out- See Also:
-
ER_DEBUG_SYNC_HIT_LIMIT
public static final int ER_DEBUG_SYNC_HIT_LIMITDebug sync point hit limit reached- See Also:
-
ER_DUP_SIGNAL_SET
public static final int ER_DUP_SIGNAL_SETDuplicate condition information item '%s'- See Also:
-
ER_SIGNAL_WARN
public static final int ER_SIGNAL_WARNUnhandled user-defined warning condition- See Also:
-
ER_SIGNAL_NOT_FOUND
public static final int ER_SIGNAL_NOT_FOUNDUnhandled user-defined not found condition- See Also:
-
ER_SIGNAL_EXCEPTION
public static final int ER_SIGNAL_EXCEPTIONUnhandled user-defined exception condition- See Also:
-
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER
public static final int ER_RESIGNAL_WITHOUT_ACTIVE_HANDLERRESIGNAL when handler not active- See Also:
-
ER_SIGNAL_BAD_CONDITION_TYPE
public static final int ER_SIGNAL_BAD_CONDITION_TYPESIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE- See Also:
-
WARN_COND_ITEM_TRUNCATED
public static final int WARN_COND_ITEM_TRUNCATEDData truncated for condition item '%s'- See Also:
-
ER_COND_ITEM_TOO_LONG
public static final int ER_COND_ITEM_TOO_LONGData too long for condition item '%s'- See Also:
-
ER_UNKNOWN_LOCALE
public static final int ER_UNKNOWN_LOCALEUnknown locale: '%-.64s'- See Also:
-
ER_SLAVE_IGNORE_SERVER_IDS
public static final int ER_SLAVE_IGNORE_SERVER_IDSThe requested server id %d clashes with the slave startup option --replicate-same-server-id- See Also:
-
ER_QUERY_CACHE_DISABLED
public static final int ER_QUERY_CACHE_DISABLEDQuery cache is disabled; restart the server with query_cache_type=1 to enable it- See Also:
-
ER_SAME_NAME_PARTITION_FIELD
public static final int ER_SAME_NAME_PARTITION_FIELDDuplicate partition field name '%-.192s'- See Also:
-
ER_PARTITION_COLUMN_LIST_ERROR
public static final int ER_PARTITION_COLUMN_LIST_ERRORInconsistency in usage of column lists for partitioning- See Also:
-
ER_WRONG_TYPE_COLUMN_VALUE_ERROR
public static final int ER_WRONG_TYPE_COLUMN_VALUE_ERRORPartition column values of incorrect type- See Also:
-
ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR
public static final int ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERRORToo many fields in '%-.192s'- See Also:
-
ER_MAXVALUE_IN_VALUES_IN
public static final int ER_MAXVALUE_IN_VALUES_INCannot use MAXVALUE as value in VALUES IN- See Also:
-
ER_TOO_MANY_VALUES_ERROR
public static final int ER_TOO_MANY_VALUES_ERRORCannot have more than one value for this type of %-.64s partitioning- See Also:
-
ER_ROW_SINGLE_PARTITION_FIELD_ERROR
public static final int ER_ROW_SINGLE_PARTITION_FIELD_ERRORRow expressions in VALUES IN only allowed for multi-field column partitioning- See Also:
-
ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
public static final int ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELDField '%-.192s' is of a not allowed type for this type of partitioning- See Also:
-
ER_PARTITION_FIELDS_TOO_LONG
public static final int ER_PARTITION_FIELDS_TOO_LONGThe total length of the partitioning fields is too large- See Also:
-
ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.- See Also:
-
ER_BINLOG_ROW_MODE_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_MODE_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.- See Also:
-
ER_BINLOG_UNSAFE_AND_STMT_ENGINE
public static final int ER_BINLOG_UNSAFE_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s- See Also:
-
ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE
public static final int ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINECannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.- See Also:
-
ER_BINLOG_STMT_MODE_AND_ROW_ENGINE
public static final int ER_BINLOG_STMT_MODE_AND_ROW_ENGINECannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s- See Also:
-
ER_BINLOG_ROW_INJECTION_AND_STMT_MODE
public static final int ER_BINLOG_ROW_INJECTION_AND_STMT_MODECannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.- See Also:
-
ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
public static final int ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINECannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.- See Also:
-
ER_BINLOG_UNSAFE_LIMIT
public static final int ER_BINLOG_UNSAFE_LIMITThe statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.- See Also:
-
ER_BINLOG_UNSAFE_INSERT_DELAYED
public static final int ER_BINLOG_UNSAFE_INSERT_DELAYEDThe statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.- See Also:
-
ER_BINLOG_UNSAFE_SYSTEM_TABLE
public static final int ER_BINLOG_UNSAFE_SYSTEM_TABLEThe 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:
-
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS
public static final int ER_BINLOG_UNSAFE_AUTOINC_COLUMNSStatement 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:
-
ER_BINLOG_UNSAFE_UDF
public static final int ER_BINLOG_UNSAFE_UDFStatement is unsafe because it uses a UDF which may not return the same value on the slave.- See Also:
-
ER_BINLOG_UNSAFE_SYSTEM_VARIABLE
public static final int ER_BINLOG_UNSAFE_SYSTEM_VARIABLEStatement is unsafe because it uses a system variable that may have a different value on the slave.- See Also:
-
ER_BINLOG_UNSAFE_SYSTEM_FUNCTION
public static final int ER_BINLOG_UNSAFE_SYSTEM_FUNCTIONStatement is unsafe because it uses a system function that may return a different value on the slave.- See Also:
-
ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS
public static final int ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANSStatement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.- See Also:
-
ER_MESSAGE_AND_STATEMENT
public static final int ER_MESSAGE_AND_STATEMENT%s Statement: %s- See Also:
-
ER_SLAVE_CONVERSION_FAILED
public static final int ER_SLAVE_CONVERSION_FAILEDColumn %d of table '%-.192s.%-.192s' cannot be converted from type '%-.32s' to type '%-.32s'- See Also:
-
ER_SLAVE_CANT_CREATE_CONVERSION
public static final int ER_SLAVE_CANT_CREATE_CONVERSIONCan't create conversion table for table '%-.192s.%-.192s'- See Also:
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMATCannot modify @@session.binlog_format inside a transaction- See Also:
-
ER_PATH_LENGTH
public static final int ER_PATH_LENGTHThe path specified for %.64s is too long.- See Also:
-
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:
-
ER_WRONG_NATIVE_TABLE_STRUCTURE
public static final int ER_WRONG_NATIVE_TABLE_STRUCTURENative table '%-.64s'.'%-.64s' has the wrong structure- See Also:
-
ER_WRONG_PERFSCHEMA_USAGE
public static final int ER_WRONG_PERFSCHEMA_USAGEInvalid performance_schema usage.- See Also:
-
ER_WARN_I_S_SKIPPED_TABLE
public static final int ER_WARN_I_S_SKIPPED_TABLETable '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement- See Also:
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECTCannot modify @@session.binlog_direct_non_transactional_updates inside a transaction- See Also:
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECTCannot change the binlog direct flag inside a stored function or trigger- See Also:
-
ER_SPATIAL_MUST_HAVE_GEOM_COL
public static final int ER_SPATIAL_MUST_HAVE_GEOM_COLA SPATIAL index may only contain a geometrical type column- See Also:
-
ER_TOO_LONG_INDEX_COMMENT
public static final int ER_TOO_LONG_INDEX_COMMENTComment for index '%-.64s' is too long (max = %lu)- See Also:
-
ER_LOCK_ABORTED
public static final int ER_LOCK_ABORTEDWait on a lock was aborted due to a pending exclusive lock- See Also:
-
ER_DATA_OUT_OF_RANGE
public static final int ER_DATA_OUT_OF_RANGE%s value is out of range in '%s'- See Also:
-
ER_WRONG_SPVAR_TYPE_IN_LIMIT
public static final int ER_WRONG_SPVAR_TYPE_IN_LIMITA variable of a non-integer based type in LIMIT clause- See Also:
-
ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
public static final int ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINEMixing self-logging and non-self-logging engines in a statement is unsafe.- See Also:
-
ER_BINLOG_UNSAFE_MIXED_STATEMENT
public static final int ER_BINLOG_UNSAFE_MIXED_STATEMENTStatement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.- See Also:
-
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
public static final int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BINCannot modify @@session.sql_log_bin inside a transaction- See Also:
-
ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
public static final int ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BINCannot change the sql_log_bin inside a stored function or trigger- See Also:
-
ER_FAILED_READ_FROM_PAR_FILE
public static final int ER_FAILED_READ_FROM_PAR_FILEFailed to read from the .par file- See Also:
-
ER_VALUES_IS_NOT_INT_TYPE_ERROR
public static final int ER_VALUES_IS_NOT_INT_TYPE_ERRORVALUES value for partition '%-.64s' must have type INT- See Also:
-
ER_ACCESS_DENIED_NO_PASSWORD_ERROR
public static final int ER_ACCESS_DENIED_NO_PASSWORD_ERRORAccess denied for user '%-.48s'@'%-.64s'- See Also:
-
ER_SET_PASSWORD_AUTH_PLUGIN
public static final int ER_SET_PASSWORD_AUTH_PLUGINSET PASSWORD has no significance for users authenticating via plugins- See Also:
-
ER_GRANT_PLUGIN_USER_EXISTS
public static final int ER_GRANT_PLUGIN_USER_EXISTSGRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists- See Also:
-
ER_TRUNCATE_ILLEGAL_FK
public static final int ER_TRUNCATE_ILLEGAL_FKCannot truncate a table referenced in a foreign key constraint (%.192s)- See Also:
-
ER_PLUGIN_IS_PERMANENT
public static final int ER_PLUGIN_IS_PERMANENTPlugin '%s' is force_plus_permanent and can not be unloaded- See Also:
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MINThe 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:
-
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
public static final int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAXThe 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:
-
ER_STMT_CACHE_FULL
public static final int ER_STMT_CACHE_FULLMulti-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again- See Also:
-
ER_MULTI_UPDATE_KEY_CONFLICT
public static final int ER_MULTI_UPDATE_KEY_CONFLICTPrimary key/partition key update is not allowed since the table is updated both as '%-.192s' and '%-.192s'.- See Also:
-
ER_TABLE_NEEDS_REBUILD
public static final int ER_TABLE_NEEDS_REBUILDTable rebuild required. Please do \"ALTER TABLE `%-.32s` FORCE\" or dump/reload to fix it!- See Also:
-
WARN_OPTION_BELOW_LIMIT
public static final int WARN_OPTION_BELOW_LIMITThe value of '%s' should be no less than the value of '%s'- See Also:
-
ER_INDEX_COLUMN_TOO_LONG
public static final int ER_INDEX_COLUMN_TOO_LONGIndex column size too large. The maximum column size is %lu bytes.- See Also:
-
ER_ERROR_IN_TRIGGER_BODY
public static final int ER_ERROR_IN_TRIGGER_BODYTrigger '%-.64s' has an error in its body: '%-.256s'- See Also:
-
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
public static final int ER_ERROR_IN_UNKNOWN_TRIGGER_BODYUnknown trigger has an error in its body: '%-.256s'- See Also:
-
ER_INDEX_CORRUPT
public static final int ER_INDEX_CORRUPTIndex %s is corrupted- See Also:
-
ER_UNDO_RECORD_TOO_BIG
public static final int ER_UNDO_RECORD_TOO_BIGUndo log record is too big.- See Also:
-
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
public static final int ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECTINSERT 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:
-
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
public static final int ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATEINSERT... 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:
-
ER_BINLOG_UNSAFE_REPLACE_SELECT
public static final int ER_BINLOG_UNSAFE_REPLACE_SELECTREPLACE... 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:
-
ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
public static final int ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECTCREATE... 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:
-
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
public static final int ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECTCREATE... 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:
-
ER_BINLOG_UNSAFE_UPDATE_IGNORE
public static final int ER_BINLOG_UNSAFE_UPDATE_IGNOREUPDATE 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:
-
ER_PLUGIN_NO_UNINSTALL
public static final int ER_PLUGIN_NO_UNINSTALLPlugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.- See Also:
-
ER_PLUGIN_NO_INSTALL
public static final int ER_PLUGIN_NO_INSTALLPlugin '%s' is marked as not dynamically installable. You have to stop the server to install it.- See Also:
-
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
public static final int ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECTStatements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.- See Also:
-
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
public static final int ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINCCREATE 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:
-
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
public static final int ER_BINLOG_UNSAFE_INSERT_TWO_KEYSINSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe- See Also:
-
ER_TABLE_IN_FK_CHECK
public static final int ER_TABLE_IN_FK_CHECKTable is being used in foreign key check.- See Also:
-
ER_UNSUPPORTED_ENGINE
public static final int ER_UNSUPPORTED_ENGINEStorage engine '%s' does not support system tables. [%s.%s]- See Also:
-
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
public static final int ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRSTINSERT into autoincrement field which is not the first part in the composed primary key is unsafe.- See Also:
-
ER_CANNOT_LOAD_FROM_TABLE_V2
public static final int ER_CANNOT_LOAD_FROM_TABLE_V2Cannot load from %s.%s. The table is probably corrupted- See Also:
-
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE
public static final int ER_MASTER_DELAY_VALUE_OUT_OF_RANGEThe requested value %s for the master delay exceeds the maximum %u- See Also:
-
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT
public static final int ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENTOnly Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)- See Also:
-
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION
public static final int ER_PARTITION_EXCHANGE_DIFFERENT_OPTIONNon matching attribute '%-.64s' between partition and table- See Also:
-
ER_PARTITION_EXCHANGE_PART_TABLE
public static final int ER_PARTITION_EXCHANGE_PART_TABLETable to exchange with partition is partitioned: '%-.64s'- See Also:
-
ER_PARTITION_EXCHANGE_TEMP_TABLE
public static final int ER_PARTITION_EXCHANGE_TEMP_TABLETable to exchange with partition is temporary: '%-.64s'- See Also:
-
ER_PARTITION_INSTEAD_OF_SUBPARTITION
public static final int ER_PARTITION_INSTEAD_OF_SUBPARTITIONSubpartitioned table, use subpartition instead of partition- See Also:
-
ER_UNKNOWN_PARTITION
public static final int ER_UNKNOWN_PARTITIONUnknown partition '%-.64s' in table '%-.64s'- See Also:
-
ER_TABLES_DIFFERENT_METADATA
public static final int ER_TABLES_DIFFERENT_METADATATables have different definitions- See Also:
-
ER_ROW_DOES_NOT_MATCH_PARTITION
public static final int ER_ROW_DOES_NOT_MATCH_PARTITIONFound a row that does not match the partition- See Also:
-
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX
public static final int ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAXOption binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.- See Also:
-
ER_WARN_INDEX_NOT_APPLICABLE
public static final int ER_WARN_INDEX_NOT_APPLICABLECannot use %-.64s access on index '%-.64s' due to type or collation conversion on field '%-.64s'- See Also:
-
ER_PARTITION_EXCHANGE_FOREIGN_KEY
public static final int ER_PARTITION_EXCHANGE_FOREIGN_KEYTable to exchange with partition has foreign key references: '%-.64s'- See Also:
-
ER_NO_SUCH_KEY_VALUE
public static final int ER_NO_SUCH_KEY_VALUEKey value '%-.192s' was not found in table '%-.192s.%-.192s'- See Also:
-
ER_RPL_INFO_DATA_TOO_LONG
public static final int ER_RPL_INFO_DATA_TOO_LONGData for column '%s' too long- See Also:
-
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE
public static final int ER_NETWORK_READ_EVENT_CHECKSUM_FAILUREReplication event checksum verification failed while reading from network.- See Also:
-
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE
public static final int ER_BINLOG_READ_EVENT_CHECKSUM_FAILUREReplication event checksum verification failed while reading from a log file.- See Also:
-
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX
public static final int ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAXOption binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.- See Also:
-
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT
public static final int ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECTCan't update table '%-.192s' while '%-.192s' is being created.- See Also:
-
ER_PARTITION_CLAUSE_ON_NONPARTITIONED
public static final int ER_PARTITION_CLAUSE_ON_NONPARTITIONEDPARTITION () clause on non partitioned table- See Also:
-
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET
public static final int ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SETFound a row not matching the given partition set- See Also:
-
ER_NO_SUCH_PARTITION__UNUSED
public static final int ER_NO_SUCH_PARTITION__UNUSEDPartition '%-.64s' doesn't exist- See Also:
-
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE
public static final int ER_CHANGE_RPL_INFO_REPOSITORY_FAILUREFailure while changing the type of replication repository: %s.- See Also:
-
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLEThe creation of some temporary tables could not be rolled back.- See Also:
-
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE
public static final int ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLESome temporary tables were dropped, but these operations could not be rolled back.- See Also:
-
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:
-
ER_MTS_UPDATED_DBS_GREATER_MAX
public static final int ER_MTS_UPDATED_DBS_GREATER_MAXThe number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.- See Also:
-
ER_MTS_CANT_PARALLEL
public static final int ER_MTS_CANT_PARALLELCannot 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:
-
ER_MTS_INCONSISTENT_DATA
public static final int ER_MTS_INCONSISTENT_DATA%s- See Also:
-
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING
public static final int ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONINGFULLTEXT index is not supported for partitioned tables.- See Also:
-
ER_DA_INVALID_CONDITION_NUMBER
public static final int ER_DA_INVALID_CONDITION_NUMBERInvalid condition number- See Also:
-
ER_INSECURE_PLAIN_TEXT
public static final int ER_INSECURE_PLAIN_TEXTSending passwords in plain text without SSL/TLS is extremely insecure.- See Also:
-
ER_INSECURE_CHANGE_MASTER
public static final int ER_INSECURE_CHANGE_MASTERStoring 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:
-
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO
public static final int ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFOForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in table '%.192s', key '%.192s'- See Also:
-
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO
public static final int ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFOForeign key constraint for table '%.192s', record '%-.192s' would lead to a duplicate entry in a child table- See Also:
-
ER_SQLTHREAD_WITH_SECURE_SLAVE
public static final int ER_SQLTHREAD_WITH_SECURE_SLAVESetting authentication options is not possible when only the Slave SQL Thread is being started.- See Also:
-
ER_TABLE_HAS_NO_FT
public static final int ER_TABLE_HAS_NO_FTThe table does not have FULLTEXT index to support this query- See Also:
-
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER
public static final int ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGERThe system variable %.200s cannot be set in stored functions or triggers.- See Also:
-
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION
public static final int ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTIONThe system variable %.200s cannot be set when there is an ongoing transaction.- See Also:
-
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST
public static final int ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LISTThe system variable @@SESSION.GTID_NEXT has the value %.200s, which is not listed in @@SESSION.GTID_NEXT_LIST.- See Also:
-
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_NULLThe system variable @@SESSION.GTID_NEXT cannot change inside a transaction.- See Also:
-
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION
public static final int ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTIONThe statement 'SET %.200s' cannot invoke a stored function.- See Also:
-
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_NULLThe system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.- See Also:
-
ER_SKIPPING_LOGGED_TRANSACTION
public static final int ER_SKIPPING_LOGGED_TRANSACTIONSkipping transaction %.200s because it has already been executed and logged.- See Also:
-
ER_MALFORMED_GTID_SET_SPECIFICATION
public static final int ER_MALFORMED_GTID_SET_SPECIFICATIONMalformed GTID set specification '%.200s'.- See Also:
-
ER_MALFORMED_GTID_SET_ENCODING
public static final int ER_MALFORMED_GTID_SET_ENCODINGMalformed GTID set encoding.- See Also:
-
ER_MALFORMED_GTID_SPECIFICATION
public static final int ER_MALFORMED_GTID_SPECIFICATIONMalformed GTID specification '%.200s'.- See Also:
-
ER_GNO_EXHAUSTED
public static final int ER_GNO_EXHAUSTEDImpossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.- See Also:
-
ER_BAD_SLAVE_AUTO_POSITION
public static final int ER_BAD_SLAVE_AUTO_POSITIONParameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.- See Also:
-
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON
public static final int ER_AUTO_POSITION_REQUIRES_GTID_MODE_ONCHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.- See Also:
-
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_SETCannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.- See Also:
-
ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON
public static final int ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.- See Also:
-
ER_GTID_MODE_REQUIRES_BINLOG
public static final int ER_GTID_MODE_REQUIRES_BINLOG@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.- See Also:
-
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.- See Also:
-
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON
public static final int ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.- See Also:
-
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.- See Also:
-
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF
public static final int ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFFFound a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.- See Also:
-
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE
public static final int ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLEWhen @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.- See Also:
-
ER_GTID_UNSAFE_CREATE_SELECT
public static final int ER_GTID_UNSAFE_CREATE_SELECTCREATE TABLE ... SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.- See Also:
-
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION
public static final int ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTIONWhen @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1.- See Also:
-
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_TIMEThe 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:
-
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS
public static final int ER_MASTER_HAS_PURGED_REQUIRED_GTIDSThe slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.- See Also:
-
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID
public static final int ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.- See Also:
-
ER_UNKNOWN_EXPLAIN_FORMAT
public static final int ER_UNKNOWN_EXPLAIN_FORMATUnknown EXPLAIN format name: '%s'- See Also:
-
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION
public static final int ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTIONCannot execute statement in a READ ONLY transaction.- See Also:
-
ER_TOO_LONG_TABLE_PARTITION_COMMENT
public static final int ER_TOO_LONG_TABLE_PARTITION_COMMENTComment for table partition '%-.64s' is too long (max = %lu)- See Also:
-
ER_SLAVE_CONFIGURATION
public static final int ER_SLAVE_CONFIGURATIONSlave 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:
-
ER_INNODB_FT_LIMIT
public static final int ER_INNODB_FT_LIMITInnoDB presently supports one FULLTEXT index creation at a time- See Also:
-
ER_INNODB_NO_FT_TEMP_TABLE
public static final int ER_INNODB_NO_FT_TEMP_TABLECannot create FULLTEXT index on temporary InnoDB table- See Also:
-
ER_INNODB_FT_WRONG_DOCID_COLUMN
public static final int ER_INNODB_FT_WRONG_DOCID_COLUMNColumn '%-.192s' is of wrong type for an InnoDB FULLTEXT index- See Also:
-
ER_INNODB_FT_WRONG_DOCID_INDEX
public static final int ER_INNODB_FT_WRONG_DOCID_INDEXIndex '%-.192s' is of wrong type for an InnoDB FULLTEXT index- See Also:
-
ER_INNODB_ONLINE_LOG_TOO_BIG
public static final int ER_INNODB_ONLINE_LOG_TOO_BIGCreating index '%-.192s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.- See Also:
-
ER_UNKNOWN_ALTER_ALGORITHM
public static final int ER_UNKNOWN_ALTER_ALGORITHMUnknown ALGORITHM '%s'- See Also:
-
ER_UNKNOWN_ALTER_LOCK
public static final int ER_UNKNOWN_ALTER_LOCKUnknown LOCK type '%s'- See Also:
-
ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS
public static final int ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPSCHANGE 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:
-
ER_MTS_RECOVERY_FAILURE
public static final int ER_MTS_RECOVERY_FAILURECannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.- See Also:
-
ER_MTS_RESET_WORKERS
public static final int ER_MTS_RESET_WORKERSCannot clean up worker info tables. Additional error messages can be found in the MySQL error log.- See Also:
-
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2
public static final int ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted- See Also:
-
ER_SLAVE_SILENT_RETRY_TRANSACTION
public static final int ER_SLAVE_SILENT_RETRY_TRANSACTIONSlave must silently retry current transaction- See Also:
-
ER_DISCARD_FK_CHECKS_RUNNING
public static final int ER_DISCARD_FK_CHECKS_RUNNINGThere is a foreign key check running on table '%-.192s'. Cannot discard the table.- See Also:
-
ER_TABLE_SCHEMA_MISMATCH
public static final int ER_TABLE_SCHEMA_MISMATCHSchema mismatch (%s)- See Also:
-
ER_TABLE_IN_SYSTEM_TABLESPACE
public static final int ER_TABLE_IN_SYSTEM_TABLESPACETable '%-.192s' in system tablespace- See Also:
-
ER_IO_READ_ERROR
public static final int ER_IO_READ_ERRORIO Read error: (%lu, %s) %s- See Also:
-
ER_IO_WRITE_ERROR
public static final int ER_IO_WRITE_ERRORIO Write error: (%lu, %s) %s- See Also:
-
ER_TABLESPACE_MISSING
public static final int ER_TABLESPACE_MISSINGTablespace is missing for table '%-.192s'- See Also:
-
ER_TABLESPACE_EXISTS
public static final int ER_TABLESPACE_EXISTSTablespace for table '%-.192s' exists. Please DISCARD the tablespace before IMPORT.- See Also:
-
ER_TABLESPACE_DISCARDED
public static final int ER_TABLESPACE_DISCARDEDTablespace has been discarded for table '%-.192s'- See Also:
-
ER_INTERNAL_ERROR
public static final int ER_INTERNAL_ERRORInternal error: %s- See Also:
-
ER_INNODB_IMPORT_ERROR
public static final int ER_INNODB_IMPORT_ERRORALTER TABLE '%-.192s' IMPORT TABLESPACE failed with error %lu : '%s'- See Also:
-
ER_INNODB_INDEX_CORRUPT
public static final int ER_INNODB_INDEX_CORRUPTIndex corrupt: %s- See Also:
-
ER_INVALID_YEAR_COLUMN_LENGTH
public static final int ER_INVALID_YEAR_COLUMN_LENGTHYEAR(%lu) column type is deprecated. Creating YEAR(4) column instead.- See Also:
-
ER_NOT_VALID_PASSWORD
public static final int ER_NOT_VALID_PASSWORDYour password does not satisfy the current policy requirements- See Also:
-
ER_MUST_CHANGE_PASSWORD
public static final int ER_MUST_CHANGE_PASSWORDYou must SET PASSWORD before executing this statement- See Also:
-
ER_FK_NO_INDEX_CHILD
public static final int ER_FK_NO_INDEX_CHILDFailed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'- See Also:
-
ER_FK_NO_INDEX_PARENT
public static final int ER_FK_NO_INDEX_PARENTFailed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'- See Also:
-
ER_FK_FAIL_ADD_SYSTEM
public static final int ER_FK_FAIL_ADD_SYSTEMFailed to add the foreign key constraint '%s' to system tables- See Also:
-
ER_FK_CANNOT_OPEN_PARENT
public static final int ER_FK_CANNOT_OPEN_PARENTFailed to open the referenced table '%s'- See Also:
-
ER_FK_INCORRECT_OPTION
public static final int ER_FK_INCORRECT_OPTIONFailed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'- See Also:
-
ER_FK_DUP_NAME
public static final int ER_FK_DUP_NAMEDuplicate foreign key constraint name '%s'- See Also:
-
ER_PASSWORD_FORMAT
public static final int ER_PASSWORD_FORMATThe password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.- See Also:
-
ER_FK_COLUMN_CANNOT_DROP
public static final int ER_FK_COLUMN_CANNOT_DROPCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s'- See Also:
-
ER_FK_COLUMN_CANNOT_DROP_CHILD
public static final int ER_FK_COLUMN_CANNOT_DROP_CHILDCannot drop column '%-.192s': needed in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
-
ER_FK_COLUMN_NOT_NULL
public static final int ER_FK_COLUMN_NOT_NULLColumn '%-.192s' cannot be NOT NULL: needed in a foreign key constraint '%-.192s' SET NULL- See Also:
-
ER_DUP_INDEX
public static final int ER_DUP_INDEXDuplicate index '%-.64s' defined on the table '%-.64s.%-.64s'. This is deprecated and will be disallowed in a future release.- See Also:
-
ER_FK_COLUMN_CANNOT_CHANGE
public static final int ER_FK_COLUMN_CANNOT_CHANGECannot change column '%-.192s': used in a foreign key constraint '%-.192s'- See Also:
-
ER_FK_COLUMN_CANNOT_CHANGE_CHILD
public static final int ER_FK_COLUMN_CANNOT_CHANGE_CHILDCannot change column '%-.192s': used in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
-
ER_FK_CANNOT_DELETE_PARENT
public static final int ER_FK_CANNOT_DELETE_PARENTCannot delete rows from table which is parent in a foreign key constraint '%-.192s' of table '%-.192s'- See Also:
-
ER_MALFORMED_PACKET
public static final int ER_MALFORMED_PACKETMalformed communication packet.- See Also:
-
ER_READ_ONLY_MODE
public static final int ER_READ_ONLY_MODERunning in read-only mode- See Also:
-
ER_GTID_NEXT_TYPE_UNDEFINED_GROUP
public static final int ER_GTID_NEXT_TYPE_UNDEFINED_GROUPWhen @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK. Please check GTID_NEXT variable manual page for detailed explanation. Current @@SESSION.GTID_NEXT is '%s'.- See Also:
-
ER_VARIABLE_NOT_SETTABLE_IN_SP
public static final int ER_VARIABLE_NOT_SETTABLE_IN_SPThe system variable %.200s cannot be set in stored procedures.- See Also:
-
ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF
public static final int ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.- See Also:
-
ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY
public static final int ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY@@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.- See Also:
-
ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY
public static final int ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY@@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).- See Also:
-
ER_GTID_PURGED_WAS_CHANGED
public static final int ER_GTID_PURGED_WAS_CHANGED@@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.- See Also:
-
ER_GTID_EXECUTED_WAS_CHANGED
public static final int ER_GTID_EXECUTED_WAS_CHANGED@@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.- See Also:
-
ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES
public static final int ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLESCannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.- See Also:
-
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:
-
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:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPYCOPY algorithm requires a lock- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITIONPartition specific operations do not yet support LOCK/ALGORITHM- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAMEColumns participating in a foreign key are renamed- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPECannot change column type INPLACE- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECKAdding foreign keys needs foreign_key_checks=OFF- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORECreating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPKDropping a primary key is not allowed without also adding a new primary key- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINCAdding an auto-increment column requires a lock- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTSCannot replace hidden FTS_DOC_ID with a user-visible one- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTSCannot drop or rename FTS_DOC_ID- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTSFulltext index creation requires a lock- See Also:
-
ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE
public static final int ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODESql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction- See Also:
-
ER_DUP_UNKNOWN_IN_INDEX
public static final int ER_DUP_UNKNOWN_IN_INDEXDuplicate entry for key '%-.192s'- See Also:
-
ER_IDENT_CAUSES_TOO_LONG_PATH
public static final int ER_IDENT_CAUSES_TOO_LONG_PATHLong database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.- See Also:
-
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL
public static final int ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULLCannot silently convert NULL values, as required in this SQL_MODE- See Also:
-
ER_MUST_CHANGE_PASSWORD_LOGIN
public static final int ER_MUST_CHANGE_PASSWORD_LOGINYour password has expired. To log in you must change it using a client that supports expired passwords.- See Also:
-
ER_ROW_IN_WRONG_PARTITION
public static final int ER_ROW_IN_WRONG_PARTITIONFound a row in wrong partition %s- See Also:
-
ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX
public static final int ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAXCannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.- See Also:
-
ER_INNODB_NO_FT_USES_PARSER
public static final int ER_INNODB_NO_FT_USES_PARSERCannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table- See Also:
-
ER_BINLOG_LOGICAL_CORRUPTION
public static final int ER_BINLOG_LOGICAL_CORRUPTIONThe binary log file '%s' is logically corrupted: %s- See Also:
-
ER_WARN_PURGE_LOG_IN_USE
public static final int ER_WARN_PURGE_LOG_IN_USEFile %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.- See Also:
-
ER_WARN_PURGE_LOG_IS_ACTIVE
public static final int ER_WARN_PURGE_LOG_IS_ACTIVEFile %s was not purged because it is the active log file.- See Also:
-
ER_AUTO_INCREMENT_CONFLICT
public static final int ER_AUTO_INCREMENT_CONFLICTAuto-increment value in UPDATE conflicts with internally generated values- See Also:
-
WARN_ON_BLOCKHOLE_IN_RBR
public static final int WARN_ON_BLOCKHOLE_IN_RBRRow events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%-.192s'- See Also:
-
ER_SLAVE_MI_INIT_REPOSITORY
public static final int ER_SLAVE_MI_INIT_REPOSITORYSlave failed to initialize master info structure from the repository- See Also:
-
ER_SLAVE_RLI_INIT_REPOSITORY
public static final int ER_SLAVE_RLI_INIT_REPOSITORYSlave failed to initialize relay log info structure from the repository- See Also:
-
ER_ACCESS_DENIED_CHANGE_USER_ERROR
public static final int ER_ACCESS_DENIED_CHANGE_USER_ERRORAccess denied trying to change to user '%-.48s'@'%-.64s' (using password: %s). Disconnecting.- See Also:
-
ER_INNODB_READ_ONLY
public static final int ER_INNODB_READ_ONLYInnoDB is in read only mode.- See Also:
-
ER_STOP_SLAVE_SQL_THREAD_TIMEOUT
public static final int ER_STOP_SLAVE_SQL_THREAD_TIMEOUTSTOP SLAVE command execution is incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thread will stop once the current task is complete.- See Also:
-
ER_STOP_SLAVE_IO_THREAD_TIMEOUT
public static final int ER_STOP_SLAVE_IO_THREAD_TIMEOUTSTOP SLAVE command execution is incomplete: Slave IO thread got the stop signal, thread is busy, IO thread will stop once the current task is complete.- See Also:
-
ER_TABLE_CORRUPT
public static final int ER_TABLE_CORRUPTOperation cannot be performed. The table '%-.64s.%-.64s' is missing, corrupt or contains bad data.- See Also:
-
ER_TEMP_FILE_WRITE_FAILURE
public static final int ER_TEMP_FILE_WRITE_FAILURETemporary file write failure.- See Also:
-
ER_INNODB_FT_AUX_NOT_HEX_ID
public static final int ER_INNODB_FT_AUX_NOT_HEX_IDUpgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.- See Also:
-
ER_OLD_TEMPORALS_UPGRADED
public static final int ER_OLD_TEMPORALS_UPGRADEDTIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.- See Also:
-
ER_INNODB_FORCED_RECOVERY
public static final int ER_INNODB_FORCED_RECOVERYOperation not allowed when innodb_forced_recovery > 0.- See Also:
-
ER_AES_INVALID_IV
public static final int ER_AES_INVALID_IVThe initialization vector supplied to %s is too short. Must be at least %d bytes long- See Also:
-
ER_PLUGIN_CANNOT_BE_UNINSTALLED
public static final int ER_PLUGIN_CANNOT_BE_UNINSTALLEDPlugin '%s' cannot be uninstalled now. %s- See Also:
-
ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP
public static final int ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUPCannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.- See Also:
-
ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER
public static final int ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTERSlave 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:
-