A B C D E F G I L M N O P Q R S T U V W X

A

AbstractRowsEventDataDeserializer<T extends EventData> - Class in com.github.shyiko.mysql.binlog.event.deserialization
Whole class is basically a mix of open-replicator's AbstractRowEventParser and MySQLUtils.
AbstractRowsEventDataDeserializer(Map<Long, TableMapEventData>) - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
add(String) - Method in class com.github.shyiko.mysql.binlog.GtidSet
 
asUnixTime(int, int, int, int, int, int, int) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
AuthenticateCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
AuthenticateCommand(String, String, String, String) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.AuthenticateCommand
 
AuthenticationException - Exception in com.github.shyiko.mysql.binlog.network
 
AuthenticationException(String, int, String) - Constructor for exception com.github.shyiko.mysql.binlog.network.AuthenticationException
 
AuthenticationException(String) - Constructor for exception com.github.shyiko.mysql.binlog.network.AuthenticationException
 
available() - Method in class com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
 
available() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 

B

BinaryLogClient - Class in com.github.shyiko.mysql.binlog
MySQL replication stream client.
BinaryLogClient(String, String) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogClient
Alias for BinaryLogClient("localhost", 3306, <no schema> = null, username, password).
BinaryLogClient(String, String, String) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogClient
Alias for BinaryLogClient("localhost", 3306, schema, username, password).
BinaryLogClient(String, int, String, String) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogClient
Alias for BinaryLogClient(hostname, port, <no schema> = null, username, password).
BinaryLogClient(String, int, String, String, String) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogClient
 
BinaryLogClient.AbstractLifecycleListener - Class in com.github.shyiko.mysql.binlog
Default (no-op) implementation of BinaryLogClient.LifecycleListener.
BinaryLogClient.AbstractLifecycleListener() - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogClient.AbstractLifecycleListener
 
BinaryLogClient.EventListener - Interface in com.github.shyiko.mysql.binlog
BinaryLogClient's event listener.
BinaryLogClient.LifecycleListener - Interface in com.github.shyiko.mysql.binlog
BinaryLogClient's lifecycle listener.
BinaryLogClientMXBean - Interface in com.github.shyiko.mysql.binlog.jmx
 
BinaryLogClientStatistics - Class in com.github.shyiko.mysql.binlog.jmx
 
BinaryLogClientStatistics() - Constructor for class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
BinaryLogClientStatistics(BinaryLogClient) - Constructor for class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
BinaryLogClientStatisticsMXBean - Interface in com.github.shyiko.mysql.binlog.jmx
 
BinaryLogFileReader - Class in com.github.shyiko.mysql.binlog
MySQL binary log file reader.
BinaryLogFileReader(File) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
BinaryLogFileReader(File, EventDeserializer) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
BinaryLogFileReader(InputStream) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
BinaryLogFileReader(InputStream, EventDeserializer) - Constructor for class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
BufferedSocketInputStream - Class in com.github.shyiko.mysql.binlog.io
 
BufferedSocketInputStream(InputStream) - Constructor for class com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
 
BufferedSocketInputStream(InputStream, int) - Constructor for class com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
 
byCode(int) - Static method in enum com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
 
ByteArrayEventData - Class in com.github.shyiko.mysql.binlog.event
 
ByteArrayEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.ByteArrayEventData
 
ByteArrayEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
ByteArrayEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.ByteArrayEventDataDeserializer
 
ByteArrayInputStream - Class in com.github.shyiko.mysql.binlog.io
 
ByteArrayInputStream(InputStream) - Constructor for class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
ByteArrayInputStream(byte[]) - Constructor for class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
ByteArrayOutputStream - Class in com.github.shyiko.mysql.binlog.io
 
ByteArrayOutputStream() - Constructor for class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
ByteArrayOutputStream(OutputStream) - Constructor for class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 

C

ChecksumType - Enum in com.github.shyiko.mysql.binlog.event.deserialization
 
ClientCapabilities - Class in com.github.shyiko.mysql.binlog.network
 
close() - Method in class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
close() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
close() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
close() - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
ColumnType - Enum in com.github.shyiko.mysql.binlog.event.deserialization
 
com.github.shyiko.mysql.binlog - package com.github.shyiko.mysql.binlog
 
com.github.shyiko.mysql.binlog.event - package com.github.shyiko.mysql.binlog.event
 
com.github.shyiko.mysql.binlog.event.deserialization - package com.github.shyiko.mysql.binlog.event.deserialization
 
com.github.shyiko.mysql.binlog.io - package com.github.shyiko.mysql.binlog.io
 
com.github.shyiko.mysql.binlog.jmx - package com.github.shyiko.mysql.binlog.jmx
 
com.github.shyiko.mysql.binlog.network - package com.github.shyiko.mysql.binlog.network
 
com.github.shyiko.mysql.binlog.network.protocol - package com.github.shyiko.mysql.binlog.network.protocol
 
com.github.shyiko.mysql.binlog.network.protocol.command - package com.github.shyiko.mysql.binlog.network.protocol.command
 
Command - Interface in com.github.shyiko.mysql.binlog.network.protocol.command
 
CommandType - Enum in com.github.shyiko.mysql.binlog.network.protocol.command
 
COMMIT_FLAG - Static variable in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
compareTo(GtidSet.Interval) - Method in class com.github.shyiko.mysql.binlog.GtidSet.Interval
 
COMPRESS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
connect() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Connect to the replication stream.
connect(long) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Connect to the replication stream in a separate thread.
connect(long) - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
CONNECT_WITH_DB - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
createSocket(Socket) - Method in class com.github.shyiko.mysql.binlog.network.DefaultSSLSocketFactory
 
createSocket() - Method in interface com.github.shyiko.mysql.binlog.network.SocketFactory
 
createSocket(Socket) - Method in interface com.github.shyiko.mysql.binlog.network.SSLSocketFactory
 

D

DefaultSSLSocketFactory - Class in com.github.shyiko.mysql.binlog.network
 
DefaultSSLSocketFactory() - Constructor for class com.github.shyiko.mysql.binlog.network.DefaultSSLSocketFactory
 
DefaultSSLSocketFactory(String) - Constructor for class com.github.shyiko.mysql.binlog.network.DefaultSSLSocketFactory
 
DeleteRowsEventData - Class in com.github.shyiko.mysql.binlog.event
 
DeleteRowsEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
DeleteRowsEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
DeleteRowsEventDataDeserializer(Map<Long, TableMapEventData>) - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.DeleteRowsEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.ByteArrayEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.DeleteRowsEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in interface com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.EventDataWrapper.Deserializer
 
deserialize(ByteArrayInputStream) - Method in interface com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.FormatDescriptionEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.GtidEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.IntVarEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.NullEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.QueryEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.RotateEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.RowsQueryEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.TableMapEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.UpdateRowsEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.WriteRowsEventDataDeserializer
 
deserialize(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.XidEventDataDeserializer
 
deserializeBit(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeBlob(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeCell(ColumnType, int, int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeDate(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeDatetime(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeDatetimeV2(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeDouble(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeEnum(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeFloat(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeFractionalSeconds(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeGeometry(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeInt24(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeLong(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeLongLong(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeNewDecimal(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeRow(long, BitSet, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeSet(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeShort(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeString(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeTime(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeTimestamp(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeTimestampV2(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeTimeV2(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeTiny(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeVarString(int, ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
deserializeYear(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.AbstractRowsEventDataDeserializer
 
disconnect() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Disconnect from the replication stream.
disconnect() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
DumpBinaryLogCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
DumpBinaryLogCommand(long, String, long) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogCommand
 
DumpBinaryLogGtidCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
DumpBinaryLogGtidCommand(long, String, long, GtidSet) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogGtidCommand
 

E

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

F

fill(byte[], int, int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
flush() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
FormatDescriptionEventData - Class in com.github.shyiko.mysql.binlog.event
 
FormatDescriptionEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
FormatDescriptionEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
FormatDescriptionEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.FormatDescriptionEventDataDeserializer
 
FOUND_ROWS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 

G

getBinlogFilename() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getBinlogFilename() - Method in class com.github.shyiko.mysql.binlog.event.RotateEventData
 
getBinlogFilename() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
getBinlogPosition() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getBinlogPosition() - Method in class com.github.shyiko.mysql.binlog.event.RotateEventData
 
getBinlogPosition() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
getBinlogVersion() - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
getCode() - Method in enum com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
 
getColumnMetadata() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getColumnNullability() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getColumnTypes() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getConnectionId() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getCurrentTimeMillis() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getData() - Method in class com.github.shyiko.mysql.binlog.event.ByteArrayEventData
 
getData() - Method in class com.github.shyiko.mysql.binlog.event.Event
 
getDatabase() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
getDatabase() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getDataLength() - Method in interface com.github.shyiko.mysql.binlog.event.EventHeader
 
getDataLength() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getEnd() - Method in class com.github.shyiko.mysql.binlog.GtidSet.Interval
 
getErrorCode() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
getErrorCode() - Method in class com.github.shyiko.mysql.binlog.network.protocol.ErrorPacket
 
getErrorCode() - Method in exception com.github.shyiko.mysql.binlog.network.ServerException
 
getErrorMessage() - Method in class com.github.shyiko.mysql.binlog.network.protocol.ErrorPacket
 
getEventDataDeserializer(EventType) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer
 
getEventHeader() - Method in exception com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializationException
 
getEventLength() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getEventListeners() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getEventType() - Method in interface com.github.shyiko.mysql.binlog.event.EventHeader
 
getEventType() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getExecutionTime() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
getExternal() - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.EventDataWrapper
 
getFlags() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getFlags() - Method in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
getGtid() - Method in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
getGtidSet() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getHeader() - Method in class com.github.shyiko.mysql.binlog.event.Event
 
getHeaderLength() - Method in interface com.github.shyiko.mysql.binlog.event.EventHeader
 
getHeaderLength() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getHeaderLength() - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
getIncludedColumns() - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
getIncludedColumns() - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
getIncludedColumns() - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
getIncludedColumnsBeforeUpdate() - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
getInputStream() - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
getInternal() - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.EventDataWrapper
 
getIntervals() - Method in class com.github.shyiko.mysql.binlog.GtidSet.UUIDSet
 
getKeepAliveConnectTimeout() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getKeepAliveInterval() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getLastEvent() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getLastEvent() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getLength() - Method in enum com.github.shyiko.mysql.binlog.event.deserialization.ChecksumType
 
getLifecycleListeners() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getNextPosition() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getNumberOfDisconnects() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getNumberOfDisconnects() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getNumberOfSkippedEvents() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getNumberOfSkippedEvents() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getOutputStream() - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
getPluginProvidedData() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getPosition() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getProtocolVersion() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getQuery() - Method in class com.github.shyiko.mysql.binlog.event.RowsQueryEventData
 
getRows() - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
getRows() - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
getRows() - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
getScramble() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getSecondsBehindMaster() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getSecondsBehindMaster() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getSecondsSinceLastEvent() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getSecondsSinceLastEvent() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getServerCapabilities() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getServerCollation() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getServerId() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getServerId() - Method in interface com.github.shyiko.mysql.binlog.event.EventHeader
 
getServerId() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getServerStatus() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getServerVersion() - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
getServerVersion() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getSql() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
getSqlState() - Method in class com.github.shyiko.mysql.binlog.network.protocol.ErrorPacket
 
getSqlState() - Method in exception com.github.shyiko.mysql.binlog.network.ServerException
 
getSSLMode() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
getStart() - Method in class com.github.shyiko.mysql.binlog.GtidSet.Interval
 
getTable() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getTableId() - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
getTableId() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
getTableId() - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
getTableId() - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
getThreadId() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
getThreadId() - Method in class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
getTimestamp() - Method in interface com.github.shyiko.mysql.binlog.event.EventHeader
 
getTimestamp() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
getTotalNumberOfEventsSeen() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
getTotalNumberOfEventsSeen() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
getType() - Method in class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
getUUID() - Method in class com.github.shyiko.mysql.binlog.GtidSet.UUIDSet
 
getUUIDSets() - Method in class com.github.shyiko.mysql.binlog.GtidSet
 
getValue() - Method in class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
getValue(int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.ResultSetRowPacket
 
getValues() - Method in class com.github.shyiko.mysql.binlog.network.protocol.ResultSetRowPacket
 
getXid() - Method in class com.github.shyiko.mysql.binlog.event.XidEventData
 
GreetingPacket - Class in com.github.shyiko.mysql.binlog.network.protocol
 
GreetingPacket(byte[]) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
 
GtidEventData - Class in com.github.shyiko.mysql.binlog.event
 
GtidEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.GtidEventData
 
GtidEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
GtidEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.GtidEventDataDeserializer
 
GtidSet - Class in com.github.shyiko.mysql.binlog
GTID set as described in GTID Concepts of MySQL 5.6 Reference Manual.
GtidSet(String) - Constructor for class com.github.shyiko.mysql.binlog.GtidSet
 
GtidSet.Interval - Class in com.github.shyiko.mysql.binlog
 
GtidSet.Interval(long, long) - Constructor for class com.github.shyiko.mysql.binlog.GtidSet.Interval
 
GtidSet.UUIDSet - Class in com.github.shyiko.mysql.binlog
 
GtidSet.UUIDSet(String, Collection<GtidSet.Interval>) - Constructor for class com.github.shyiko.mysql.binlog.GtidSet.UUIDSet
 

I

IdentityVerificationException - Exception in com.github.shyiko.mysql.binlog.network
 
IdentityVerificationException(String) - Constructor for exception com.github.shyiko.mysql.binlog.network.IdentityVerificationException
 
IGNORE_SIGPIPE - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
IGNORE_SPACE - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
initSSLContext(SSLContext) - Method in class com.github.shyiko.mysql.binlog.network.DefaultSSLSocketFactory
 
INTERACTIVE - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
IntVarEventData - Class in com.github.shyiko.mysql.binlog.event
 
IntVarEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
IntVarEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
IntVarEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.IntVarEventDataDeserializer
 
isBlocking() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
isConnected() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
isConnected() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
isDelete(EventType) - Static method in enum com.github.shyiko.mysql.binlog.event.EventType
 
isKeepAlive() - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
isOpen() - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
isUpdate(EventType) - Static method in enum com.github.shyiko.mysql.binlog.event.EventType
 
isWrite(EventType) - Static method in enum com.github.shyiko.mysql.binlog.event.EventType
 

L

LOCAL_FILES - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
LONG_FLAG - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
LONG_PASSWORD - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 

M

MAGIC_HEADER - Static variable in class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
MAX_LENGTH - Static variable in interface com.github.shyiko.mysql.binlog.network.protocol.Packet
 
MissingTableMapEventException - Exception in com.github.shyiko.mysql.binlog.event.deserialization
 
MissingTableMapEventException(String) - Constructor for exception com.github.shyiko.mysql.binlog.event.deserialization.MissingTableMapEventException
 
MULTI_RESULTS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
MULTI_STATEMENTS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 

N

nextEvent(ByteArrayInputStream) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer
 
NO_SCHEMA - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
NullEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
NullEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.NullEventDataDeserializer
 

O

ODBC - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
onCommunicationFailure(BinaryLogClient, Exception) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient.AbstractLifecycleListener
 
onCommunicationFailure(BinaryLogClient, Exception) - Method in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
It's guarantied to be called before BinaryLogClient.LifecycleListener.onDisconnect(BinaryLogClient)) in case of communication failure.
onCommunicationFailure(BinaryLogClient, Exception) - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
onConnect(BinaryLogClient) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient.AbstractLifecycleListener
 
onConnect(BinaryLogClient) - Method in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
Called once client has successfully logged in but before started to receive binlog events.
onConnect(BinaryLogClient) - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
onDisconnect(BinaryLogClient) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient.AbstractLifecycleListener
 
onDisconnect(BinaryLogClient) - Method in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
Called upon disconnect (regardless of the reason).
onDisconnect(BinaryLogClient) - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
onEvent(Event) - Method in interface com.github.shyiko.mysql.binlog.BinaryLogClient.EventListener
 
onEvent(Event) - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
onEventDeserializationFailure(BinaryLogClient, Exception) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient.AbstractLifecycleListener
 
onEventDeserializationFailure(BinaryLogClient, Exception) - Method in interface com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
Called in case of failed event deserialization.
onEventDeserializationFailure(BinaryLogClient, Exception) - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 

P

Packet - Interface in com.github.shyiko.mysql.binlog.network.protocol
 
PacketChannel - Class in com.github.shyiko.mysql.binlog.network.protocol
 
PacketChannel(String, int) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
PacketChannel(Socket) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
peek() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
PingCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
PingCommand() - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.PingCommand
 
PLUGIN_AUTH - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
PROTOCOL_41 - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
PS_MULTI_RESULTS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 

Q

QueryCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
QueryCommand(String) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.QueryCommand
 
QueryEventData - Class in com.github.shyiko.mysql.binlog.event
 
QueryEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.QueryEventData
 
QueryEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
QueryEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.QueryEventDataDeserializer
 

R

read() - Method in class com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
 
read(byte[], int, int) - Method in class com.github.shyiko.mysql.binlog.io.BufferedSocketInputStream
 
read(int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
read() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
read() - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
readBitSet(int, boolean) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
readEvent() - Method in class com.github.shyiko.mysql.binlog.BinaryLogFileReader
 
readInteger(int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Read int written in little-endian format.
readLengthEncodedString() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Read variable-length string.
readLong(int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Read long written in little-endian format.
readPackedInteger() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
readPackedNumber() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Format (first-byte-based):
0-250 - The first byte is the number (in the range 0-250).
readString(int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Read fixed length string.
readZeroTerminatedString() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
Read variable-length string.
registerEventListener(BinaryLogClient.EventListener) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Register event listener.
registerLifecycleListener(BinaryLogClient.LifecycleListener) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Register lifecycle listener.
REMEMBER_OPTIONS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
RESERVED - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
reset() - Method in class com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatistics
 
reset() - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientStatisticsMXBean
 
ResultSetRowPacket - Class in com.github.shyiko.mysql.binlog.network.protocol
 
ResultSetRowPacket(byte[]) - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.ResultSetRowPacket
 
RotateEventData - Class in com.github.shyiko.mysql.binlog.event
 
RotateEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.RotateEventData
 
RotateEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
RotateEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.RotateEventDataDeserializer
 
RowsQueryEventData - Class in com.github.shyiko.mysql.binlog.event
 
RowsQueryEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.RowsQueryEventData
 
RowsQueryEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
RowsQueryEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.RowsQueryEventDataDeserializer
 

S

SECURE_CONNECTION - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
ServerException - Exception in com.github.shyiko.mysql.binlog.network
 
ServerException(String, int, String) - Constructor for exception com.github.shyiko.mysql.binlog.network.ServerException
 
setBinlogFilename(String) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setBinlogFilename(String) - Method in class com.github.shyiko.mysql.binlog.event.RotateEventData
 
setBinlogFilename(String) - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
setBinlogPosition(long) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setBinlogPosition(long) - Method in class com.github.shyiko.mysql.binlog.event.RotateEventData
 
setBinlogPosition(long) - Method in interface com.github.shyiko.mysql.binlog.jmx.BinaryLogClientMXBean
 
setBinlogVersion(int) - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
setBlocking(boolean) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setChecksumType(ChecksumType) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer
 
setClientCapabilities(int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.AuthenticateCommand
 
setClientCapabilities(int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.SSLRequestCommand
 
setCollation(int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.AuthenticateCommand
 
setCollation(int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.SSLRequestCommand
 
setColumnMetadata(int[]) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setColumnNullability(BitSet) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setColumnTypes(byte[]) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setData(byte[]) - Method in class com.github.shyiko.mysql.binlog.event.ByteArrayEventData
 
setDatabase(String) - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
setDatabase(String) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setErrorCode(int) - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
setEventDataDeserializer(EventType, EventDataDeserializer) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer
 
setEventDeserializer(EventDeserializer) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setEventLength(long) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setEventType(EventType) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setExecutionTime(long) - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
setFlags(int) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setFlags(byte) - Method in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
setGtid(String) - Method in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
setGtidSet(String) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setHeaderLength(int) - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
setIncludedColumns(BitSet) - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
setIncludedColumns(BitSet) - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
setIncludedColumns(BitSet) - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
setIncludedColumnsBeforeUpdate(BitSet) - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
setKeepAlive(boolean) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setKeepAliveConnectTimeout(long) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setKeepAliveInterval(long) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setMayContainExtraInformation(boolean) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.DeleteRowsEventDataDeserializer
 
setMayContainExtraInformation(boolean) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.UpdateRowsEventDataDeserializer
 
setMayContainExtraInformation(boolean) - Method in class com.github.shyiko.mysql.binlog.event.deserialization.WriteRowsEventDataDeserializer
 
setNextPosition(long) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setQuery(String) - Method in class com.github.shyiko.mysql.binlog.event.RowsQueryEventData
 
setRows(List<Serializable[]>) - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
setRows(List<Map.Entry<Serializable[], Serializable[]>>) - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
setRows(List<Serializable[]>) - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
setServerId(long) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setServerId(long) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setServerVersion(String) - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
setSocketFactory(SocketFactory) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setSql(String) - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
setSSLMode(SSLMode) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setSslSocketFactory(SSLSocketFactory) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setTable(String) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setTableId(long) - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
setTableId(long) - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
setTableId(long) - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
setTableId(long) - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
setThreadFactory(ThreadFactory) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
 
setThreadId(long) - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
setTimestamp(long) - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
setType(int) - Method in class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
setValue(long) - Method in class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
setXid(long) - Method in class com.github.shyiko.mysql.binlog.event.XidEventData
 
size() - Method in class com.github.shyiko.mysql.binlog.network.protocol.ResultSetRowPacket
 
skipToTheEndOfTheBlock() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayInputStream
 
SocketFactory - Interface in com.github.shyiko.mysql.binlog.network
 
SSL - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
SSL_VERIFY_SERVER_CERT - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 
SSLMode - Enum in com.github.shyiko.mysql.binlog.network
 
SSLRequestCommand - Class in com.github.shyiko.mysql.binlog.network.protocol.command
 
SSLRequestCommand() - Constructor for class com.github.shyiko.mysql.binlog.network.protocol.command.SSLRequestCommand
 
SSLSocketFactory - Interface in com.github.shyiko.mysql.binlog.network
 

T

TableMapEventData - Class in com.github.shyiko.mysql.binlog.event
 
TableMapEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
TableMapEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
TableMapEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.TableMapEventDataDeserializer
 
TLSHostnameVerifier - Class in com.github.shyiko.mysql.binlog.network
 
TLSHostnameVerifier() - Constructor for class com.github.shyiko.mysql.binlog.network.TLSHostnameVerifier
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.AuthenticateCommand
 
toByteArray() - Method in interface com.github.shyiko.mysql.binlog.network.protocol.command.Command
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogCommand
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.DumpBinaryLogGtidCommand
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.PingCommand
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.QueryCommand
 
toByteArray() - Method in class com.github.shyiko.mysql.binlog.network.protocol.command.SSLRequestCommand
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.ByteArrayEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.EventDataWrapper
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.Event
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.EventHeaderV4
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.FormatDescriptionEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.GtidEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.IntVarEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.QueryEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.RotateEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.RowsQueryEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.TableMapEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.event.XidEventData
 
toString() - Method in class com.github.shyiko.mysql.binlog.GtidSet.Interval
 
toString() - Method in class com.github.shyiko.mysql.binlog.GtidSet
 
TRANSACTIONS - Static variable in class com.github.shyiko.mysql.binlog.network.ClientCapabilities
 

U

unregisterEventListener(Class<? extends BinaryLogClient.EventListener>) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Unregister all event listener of specific type.
unregisterEventListener(BinaryLogClient.EventListener) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Unregister single event listener.
unregisterLifecycleListener(Class<? extends BinaryLogClient.LifecycleListener>) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Unregister all lifecycle listener of specific type.
unregisterLifecycleListener(BinaryLogClient.LifecycleListener) - Method in class com.github.shyiko.mysql.binlog.BinaryLogClient
Unregister single lifecycle listener.
UpdateRowsEventData - Class in com.github.shyiko.mysql.binlog.event
 
UpdateRowsEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
 
UpdateRowsEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
UpdateRowsEventDataDeserializer(Map<Long, TableMapEventData>) - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.UpdateRowsEventDataDeserializer
 
upgradeToSSL(SSLSocketFactory, HostnameVerifier) - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 

V

valueOf(String) - Static method in enum com.github.shyiko.mysql.binlog.event.deserialization.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.shyiko.mysql.binlog.event.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.shyiko.mysql.binlog.network.protocol.command.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.shyiko.mysql.binlog.network.SSLMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.shyiko.mysql.binlog.event.deserialization.ChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.shyiko.mysql.binlog.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.shyiko.mysql.binlog.network.protocol.command.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.shyiko.mysql.binlog.network.SSLMode
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class com.github.shyiko.mysql.binlog.network.TLSHostnameVerifier
 

W

WARN_COND_ITEM_TRUNCATED - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Data truncated for condition item '%s'
WARN_DATA_TRUNCATED - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Data truncated for column '%s' at row %ld
WARN_NO_MASTER_INFO - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
The master info structure does not exist
WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Non-ASCII separator arguments are not fully supported
WARN_ON_BLOCKHOLE_IN_RBR - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Row events are not logged for %s statements that modify BLACKHOLE tables in row format.
WARN_OPTION_BELOW_LIMIT - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
The value of '%s' should be no less than the value of '%s'
WARN_OPTION_IGNORED - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
<%-.64s> option ignored
WARN_PLUGIN_BUSY - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Plugin is busy and will be uninstalled on shutdown
WARN_PLUGIN_DELETE_BUILTIN - Static variable in class com.github.shyiko.mysql.binlog.network.ErrorCode
Built-in plugins cannot be deleted
write(int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
write(Command, int) - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
write(Command) - Method in class com.github.shyiko.mysql.binlog.network.protocol.PacketChannel
 
writeInteger(int, int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
Write int in little-endian format.
writeLong(long, int) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
Write long in little-endian format.
WriteRowsEventData - Class in com.github.shyiko.mysql.binlog.event
 
WriteRowsEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.WriteRowsEventData
 
WriteRowsEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
WriteRowsEventDataDeserializer(Map<Long, TableMapEventData>) - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.WriteRowsEventDataDeserializer
 
writeString(String) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 
writeZeroTerminatedString(String) - Method in class com.github.shyiko.mysql.binlog.io.ByteArrayOutputStream
 

X

XidEventData - Class in com.github.shyiko.mysql.binlog.event
 
XidEventData() - Constructor for class com.github.shyiko.mysql.binlog.event.XidEventData
 
XidEventDataDeserializer - Class in com.github.shyiko.mysql.binlog.event.deserialization
 
XidEventDataDeserializer() - Constructor for class com.github.shyiko.mysql.binlog.event.deserialization.XidEventDataDeserializer
 

A B C D E F G I L M N O P Q R S T U V W X

Copyright © 2016. All Rights Reserved.