1900
ER_UNUSED_18
"
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1901
ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED
Function or expression '%s' cannot be used in the %s clause of %`s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1902
ER_UNUSED_19
"
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1903
ER_PRIMARY_KEY_BASED_ON_GENERATED_COLUMN
Primary key cannot be defined upon a generated column
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1904
ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN
Key/Index cannot be defined on a virtual generated column
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1905
ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN
Cannot define foreign key with %s clause on a generated column
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1906
ER_WARNING_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN
The value specified for generated column '%s' in table '%s' has been ignored
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1907
ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN
This is not yet supported for generated columns
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1908
ER_UNUSED_20
"
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1909
ER_UNUSED_21
"
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1910
ER_UNSUPPORTED_ENGINE_FOR_GENERATED_COLUMNS
%s storage engine does not support generated columns
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1911
ER_UNKNOWN_OPTION
Unknown option '%-.64s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1912
ER_BAD_OPTION_VALUE
Incorrect value '%-.64s' for option '%-.64s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1913
ER_UNUSED_6
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
1914
ER_UNUSED_7
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
1915
ER_UNUSED_8
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
1916
ER_DATA_OVERFLOW 22003
Got overflow when converting '%-.128s' to %-.32s. Value truncated.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1917
ER_DATA_TRUNCATED 22003
Truncated value '%-.128s' when converting to %-.32s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1918
ER_BAD_DATA 22007
Encountered illegal value '%-.128s' when converting to %-.32s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1919
ER_DYN_COL_WRONG_FORMAT
Encountered illegal format of dynamic column string
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1920
ER_DYN_COL_IMPLEMENTATION_LIMIT
Dynamic column implementation limit reached
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1921
ER_DYN_COL_DATA 22007
Illegal value used as argument of dynamic column function
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1922
ER_DYN_COL_WRONG_CHARSET
Dynamic column contains unknown character set
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1923
ER_ILLEGAL_SUBQUERY_OPTIMIZER_SWITCHES
At least one of the 'in_to_exists' or 'materialization' optimizer_switch flags must be 'on'.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1924
ER_QUERY_CACHE_IS_DISABLED
Query cache is disabled (resize or similar command in progress); repeat this command later
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1925
ER_QUERY_CACHE_IS_GLOBALY_DISABLED
Query cache is globally disabled and you can't enable it only for this session
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1926
ER_VIEW_ORDERBY_IGNORED
View '%-.192s'.'%-.192s' ORDER BY clause ignored because there is other ORDER BY clause already.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1927
70100
ER_CONNECTION_KILLED
Connection was killed
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1928
ER_UNUSED_11
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
1929
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SKIP_REPLICATION
Cannot modify @@session.skip_replication inside a transaction
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1930
ER_STORED_FUNCTION_PREVENTS_SWITCH_SKIP_REPLICATION
Cannot modify @@session.skip_replication inside a stored function or trigger
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
MariaDB starting with 10.5.22
= MariaDB 11.1.2, MariaDB 10.11.5, MariaDB 10.6.15, MariaDB 10.5.22:
1931
ER_QUERY_RESULT_INCOMPLETE
Query execution was interrupted. The query exceeded %s %llu. The query result may be incomplete
MariaDB until 10.6.14
<= MariaDB 11.1.1, MariaDB 10.11.4, MariaDB 10.6.14, MariaDB 10.5.21:
1931
ER_QUERY_EXCEEDED_ROWS_EXAMINED_LIMIT
Query execution was interrupted. The query examined at least %llu rows, which exceeds LIMIT ROWS EXAMINED (%llu). The query result may be incomplete.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1932
ER_NO_SUCH_TABLE_IN_ENGINE 42S02
Table '%-.192s.%-.192s' doesn't exist in engine
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1933
ER_TARGET_NOT_EXPLAINABLE
Target is not running an EXPLAINable command
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1934
ER_CONNECTION_ALREADY_EXISTS
Connection '%.*s' conflicts with existing connection '%.*s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1935
ER_MASTER_LOG_PREFIX
Master '%.*s':
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1936
ER_CANT_START_STOP_SLAVE
Can't %s SLAVE '%.*s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1937
ER_SLAVE_STARTED
SLAVE '%.*s' started
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1938
ER_SLAVE_STOPPED
SLAVE '%.*s' stopped
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1939
ER_SQL_DISCOVER_ERROR
Engine %s failed to discover table %-.192s.%
-.192s with '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1940
ER_FAILED_GTID_STATE_INIT
Failed initializing replication GTID state
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1941
ER_INCORRECT_GTID_STATE
Could not parse GTID list
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1942
ER_CANNOT_UPDATE_GTID_STATE
Could not update replication slave gtid state
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1943
ER_DUPLICATE_GTID_DOMAIN
GTID %u-%u-%llu and %u-%u-%llu conflict (duplicate domain id %u)
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1944
ER_GTID_OPEN_TABLE_FAILED
Failed to open %s.%s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1945
ER_GTID_POSITION_NOT_FOUND_IN_BINLOG
Connecting slave requested to start from GTID %u-%u-%llu, which is not in the master's binlog
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1946
ER_CANNOT_LOAD_SLAVE_GTID_STATE
Failed to load replication slave GTID position from table %s.%s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1947
ER_MASTER_GTID_POS_CONFLICTS_WITH_BINLOG
Specified GTID %u-%u-%llu conflicts with the binary log which contains a more recent GTID %u-%u-%llu. If MASTER_GTID_POS=CURRENT_POS is used, the binlog position will override the new value of @@gtid_slave_pos.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1948
ER_MASTER_GTID_POS_MISSING_DOMAIN
Specified value for @@gtid_slave_pos contains no value for replication domain %u. This conflicts with the binary log which contains GTID %u-%u-%llu. If MASTER_GTID_POS=CURRENT_POS is used, the binlog position will override the new value of @@gtid_slave_pos.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1949
ER_UNTIL_REQUIRES_USING_GTID
START SLAVE UNTIL master_gtid_pos requires that slave is using GTID
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1950
ER_GTID_STRICT_OUT_OF_ORDER
An attempt was made to binlog GTID %u-%u-%llu which would create an out-of-order sequence number with existing GTID %u-%u-%llu, and gtid strict mode is enabled.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1951
ER_GTID_START_FROM_BINLOG_HOLE
The binlog on the master is missing the GTID %u-%u-%llu requested by the slave (even though a subsequent sequence number does exist), and GTID strict mode is enabled
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1952
ER_SLAVE_UNEXPECTED_MASTER_SWITCH
Unexpected GTID received from master after reconnect. This normally indicates that the master server was replaced without restarting the slave threads. %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1953
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_GTID_DOMAIN_ID_SEQ_NO
Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a transaction
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1954
ER_STORED_FUNCTION_PREVENTS_SWITCH_GTID_DOMAIN_ID_SEQ_NO
Cannot modify @@session.gtid_domain_id or @@session.gtid_seq_no inside a stored function or trigger
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1955
ER_GTID_POSITION_NOT_FOUND_IN_BINLOG2
Connecting slave requested to start from GTID %u-%u-%llu, which is not in the master's binlog. Since the master's binlog contains GTIDs with higher sequence numbers, it probably means that the slave has diverged due to executing extra errorneous transactions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1956
ER_BINLOG_MUST_BE_EMPTY
This operation is not allowed if any GTID has been logged to the binary log. Run RESET MASTER first to erase the log
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1957
ER_NO_SUCH_QUERY
Unknown query id: %lld
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1958
ER_BAD_BASE64_DATA
Bad base64 data as position %u
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1959
ER_INVALID_ROLE
Invalid role specification %`s.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1960
ER_INVALID_CURRENT_USER
The current user is invalid.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1961
ER_CANNOT_GRANT_ROLE
Cannot grant role '%s' to: %s.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1962
ER_CANNOT_REVOKE_ROLE
Cannot revoke role '%s' from: %s.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1963
ER_CHANGE_SLAVE_PARALLEL_THREADS_ACTIVE
Cannot change @@slave_parallel_threads while another change is in progress
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1964
ER_PRIOR_COMMIT_FAILED
Commit failed due to failure of an earlier commit on which this one depends
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1965
ER_IT_IS_A_VIEW
'%-.192s' is a view
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1966
ER_SLAVE_SKIP_NOT_IN_GTID
When using GTID, @@sql_slave_skip_counter can not be used. Instead, setting @@gtid_slave_pos explicitly can be used to skip to after a given GTID position.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1967
ER_TABLE_DEFINITION_TOO_BIG
The definition for table %`s is too big
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1968
ER_PLUGIN_INSTALLED
Plugin '%-.192s' already installed
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1969
ER_STATEMENT_TIMEOUT
Query execution was interrupted (max_statement_time exceeded)
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1970
ER_SUBQUERIES_NOT_SUPPORTED
%s does not support subqueries or stored functions.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1971
ER_SET_STATEMENT_NOT_SUPPORTED
The system variable %.200s cannot be set in SET STATEMENT.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1972
ER_UNUSED_9
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
1973
ER_USER_CREATE_EXISTS
Can't create user '%-.64s'@'%-.64s'; it already exists
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1974
ER_USER_DROP_EXISTS
Can't drop user '%-.64s'@'%-.64s'; it doesn't exist
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1975
ER_ROLE_CREATE_EXISTS
Can't create role '%-.64s'; it already exists
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1976
ER_ROLE_DROP_EXISTS
Can't drop role '%-.64s'; it doesn't exist
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1977
ER_CANNOT_CONVERT_CHARACTER
Cannot convert '%s' character 0x%-.64s to '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1978
ER_INVALID_DEFAULT_VALUE_FOR_FIELD
Incorrect default value '%-.128s' for column '%.192s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1979
ER_KILL_QUERY_DENIED_ERROR
You are not owner of query %lu
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1980
ER_NO_EIS_FOR_FIELD
Engine-independent statistics are not collected for column '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1981
ER_WARN_AGGFUNC_DEPENDENCE
Aggregate function '%-.192s)' of SELECT #%d belongs to SELECT #%d
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1982
WARN_INNODB_PARTITION_OPTION_IGNORED
<%-.64s> option ignored for InnoDB partition
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL