1700
HY000
ER_GRANT_PLUGIN_USER_EXISTS
GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1701
42000
ER_TRUNCATE_ILLEGAL_FK
Cannot truncate a table referenced in a foreign key constraint (%s)
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1702
HY000
ER_PLUGIN_IS_PERMANENT
Plugin '%s' is force_plus_permanent and can not be unloaded
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1703
HY000
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN
The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1704
HY000
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX
The requested value for the heartbeat period exceeds the value of slave_net_timeout seconds. A sensible value for the period should be less than the timeout.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1705
HY000
ER_STMT_CACHE_FULL
Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1706
HY000
ER_MULTI_UPDATE_KEY_CONFLICT
Primary key/partition key update is not allowed since the table is updated both as '%s' and '%s'.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1707
HY000
ER_TABLE_NEEDS_REBUILD
Table rebuild required. Please do "ALTER TABLE %s
FORCE" or dump/reload to fix it!
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1708
HY000
WARN_OPTION_BELOW_LIMIT
The value of '%s' should be no less than the value of '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1709
HY000
ER_INDEX_COLUMN_TOO_LONG
Index column size too large. The maximum column size is %lu bytes.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1710
HY000
ER_ERROR_IN_TRIGGER_BODY
Trigger '%s' has an error in its body: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1711
HY000
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY
Unknown trigger has an error in its body: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1712
HY000
ER_INDEX_CORRUPT
Index %s is corrupted
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1713
HY000
ER_UNDO_RECORD_TOO_BIG
Undo log record is too big.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1714
HY000
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT
INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1715
HY000
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE
INSERT... SELECT... ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1716
HY000
ER_BINLOG_UNSAFE_REPLACE_SELECT
REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1717
HY000
ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT
CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1718
HY000
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT
CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1719
HY000
ER_BINLOG_UNSAFE_UPDATE_IGNORE
UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1720
ER_UNUSED_15
You should never see it
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1721
ER_UNUSED_16
You should never see it
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1722
HY000
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1723
HY000
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1724
HY000
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1725
HY000
ER_TABLE_IN_FK_CHECK
Table is being used in foreign key check.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1726
HY000
ER_UNSUPPORTED_ENGINE
Storage engine '%s' does not support system tables. [%s.%s]
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1727
HY000
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST
INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1728
HY000
ER_CANNOT_LOAD_FROM_TABLE_V2
Cannot load from %s.%s. The table is probably corrupted
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1729
HY000
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE
The requested value %s for the master delay exceeds the maximum %u
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1730
HY000
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT
Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1731
HY000
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION
Non matching attribute '%s' between partition and table
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1732
HY000
ER_PARTITION_EXCHANGE_PART_TABLE
Table to exchange with partition is partitioned: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1733
HY000
ER_PARTITION_EXCHANGE_TEMP_TABLE
Table to exchange with partition is temporary: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1734
HY000
ER_PARTITION_INSTEAD_OF_SUBPARTITION
Subpartitioned table, use subpartition instead of partition
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1735
HY000
ER_UNKNOWN_PARTITION
Unknown partition '%s' in table '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1736
HY000
ER_TABLES_DIFFERENT_METADATA
Tables have different definitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1737
HY000
ER_ROW_DOES_NOT_MATCH_PARTITION
Found a row that does not match the partition
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1738
HY000
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX
Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1739
HY000
ER_WARN_INDEX_NOT_APPLICABLE
Cannot use %s access on index '%s' due to type or collation conversion on field '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1740
HY000
ER_PARTITION_EXCHANGE_FOREIGN_KEY
Table to exchange with partition has foreign key references: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1741
HY000
ER_NO_SUCH_KEY_VALUE
Key value '%s' was not found in table '%s.%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1742
HY000
ER_RPL_INFO_DATA_TOO_LONG
Data for column '%s' too long
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1743
HY000
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE
Replication event checksum verification failed while reading from network.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1744
HY000
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE
Replication event checksum verification failed while reading from a log file.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1745
HY000
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX
Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1746
HY000
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT
Can't update table '%s' while '%s' is being created.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1747
HY000
ER_PARTITION_CLAUSE_ON_NONPARTITIONED
PARTITION () clause on non partitioned table
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1748
HY000
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET
Found a row not matching the given partition set
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1749
HY000
ER_NO_SUCH_PARTITION_UNUSED
partition '%s' doesn't exist
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1750
HY000
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE
Failure while changing the type of replication repository: %s.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1751
HY000
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE
The creation of some temporary tables could not be rolled back.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1752
HY000
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE
Some temporary tables were dropped, but these operations could not be rolled back.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1753
HY000
ER_MTS_FEATURE_IS_NOT_SUPPORTED
%s is not supported in multi-threaded slave mode. %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1754
HY000
ER_MTS_UPDATED_DBS_GREATER_MAX
The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1755
HY000
ER_MTS_CANT_PARALLEL
Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1756
HY000
ER_MTS_INCONSISTENT_DATA
%s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1757
HY000
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING
FULLTEXT index is not supported for partitioned tables.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1758
35000
ER_DA_INVALID_CONDITION_NUMBER
Invalid condition number
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1759
HY000
ER_INSECURE_PLAIN_TEXT
Sending passwords in plain text without SSL/TLS is extremely insecure.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1760
HY000
ER_INSECURE_CHANGE_MASTER
Storing MariaDB user name or password information in the master.info repository is not secure and is therefore not recommended. Please see the MariaDB Manual for more about this issue and possible alternatives
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1761
23000
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO
Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in table '%s', key '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1762
23000
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO
Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in a child table
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1763
HY000
ER_SQLTHREAD_WITH_SECURE_SLAVE
Setting authentication options is not possible when only the Slave SQL Thread is being started.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1764
HY000
ER_TABLE_HAS_NO_FT
The table does not have FULLTEXT index to support this query
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1765
HY000
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER
The system variable %s cannot be set in stored functions or triggers.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1766
HY000
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION
The system variable %s cannot be set when there is an ongoing transaction.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1767
HY000
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST
The system variable @@SESSION.GTID_NEXT has the value %s, which is not listed in @@SESSION.GTID_NEXT_LIST.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1768
HY000
ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL
The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1769
HY000
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION
The statement 'SET %s' cannot invoke a stored function.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1770
HY000
ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL
The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1771
HY000
ER_SKIPPING_LOGGED_TRANSACTION
Skipping transaction %s because it has already been executed and logged.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1772
HY000
ER_MALFORMED_GTID_SET_SPECIFICATION
Malformed GTID set specification '%s'.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1773
HY000
ER_MALFORMED_GTID_SET_ENCODING
Malformed GTID set encoding.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1774
HY000
ER_MALFORMED_GTID_SPECIFICATION
Malformed GTID specification '%s'.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1775
HY000
ER_GNO_EXHAUSTED
Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1776
HY000
ER_BAD_SLAVE_AUTO_POSITION
Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1777
HY000
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON
CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1778
HY000
ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET
Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT != AUTOMATIC.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1779
HY000
ER_GTID_MODE_2_OR_3_REQUIRES_DISABLE_GTID_UNSAFE_STATEMENTS_ON
GTID_MODE = ON or GTID_MODE = UPGRADE_STEP_2 requires DISABLE_GTID_UNSAFE_STATEMENTS = 1.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1780
HY000
ER_GTID_MODE_REQUIRES_BINLOG
@@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_1 or UPGRADE_STEP_2 requires --log-bin and --log-slave-updates.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1781
HY000
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF
@@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1782
HY000
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON
@@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1783
HY000
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF
@@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1784
HY000
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF
Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1785
HY000
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE
When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1786
HY000
ER_GTID_UNSAFE_CREATE_SELECT
CREATE TABLE ... SELECT is forbidden when @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1787
HY000
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION
When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1788
HY000
ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME
The value of @@GLOBAL.GTID_MODE can only change one step at a time: OFF <-> UPGRADE_STEP_1 <-> UPGRADE_STEP_2 <-> ON. Also note that this value must be stepped up or down simultaneously on all servers; see the Manual for instructions.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1789
HY000
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS
The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1790
HY000
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID
@@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1791
HY000
ER_UNKNOWN_EXPLAIN_FORMAT
Unknown EXPLAIN format name: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1792
25006
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION
Cannot execute statement in a READ ONLY transaction.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1793
HY000
ER_TOO_LONG_TABLE_PARTITION_COMMENT
Comment for table partition '%s' is too long (max = %lu
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1794
HY000
ER_SLAVE_CONFIGURATION
Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MariaDB error log
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1795
HY000
ER_INNODB_FT_LIMIT
InnoDB presently supports one FULLTEXT index creation at a time
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1796
HY000
ER_INNODB_NO_FT_TEMP_TABLE
Cannot create FULLTEXT index on temporary InnoDB table
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1797
HY000
ER_INNODB_FT_WRONG_DOCID_COLUMN
Column '%s' is of wrong type for an InnoDB FULLTEXT index
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1798
HY000
ER_INNODB_FT_WRONG_DOCID_INDEX
Index '%s' is of wrong type for an InnoDB FULLTEXT index
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL