1500
HY000
ER_SUBPARTITION_ERROR
It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1501
HY000
ER_CANT_CREATE_HANDLER_FILE
Failed to create specific handler file
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1502
HY000
ER_BLOB_FIELD_IN_PART_FUNC_ERROR
A BLOB field is not allowed in partition function
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1503
HY000
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
A %s must include all columns in the table's partitioning function
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1504
HY000
ER_NO_PARTS_ERROR
Number of %s = 0 is not an allowed value
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1505
HY000
ER_PARTITION_MGMT_ON_NONPARTITIONED
Partition management on a not partitioned table is not possible
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1506
HY000
ER_FOREIGN_KEY_ON_PARTITIONED
Foreign key clause is not yet supported in conjunction with partitioning
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1507
HY000
ER_DROP_PARTITION_NON_EXISTENT
Error in list of partitions to %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1508
HY000
ER_DROP_LAST_PARTITION
Cannot remove all partitions, use DROP TABLE instead
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1509
HY000
ER_COALESCE_ONLY_ON_HASH_PARTITION
COALESCE PARTITION can only be used on HASH/KEY partitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1510
HY000
ER_REORG_HASH_ONLY_ON_SAME_N
REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1511
HY000
ER_REORG_NO_PARAM_ERROR
REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1512
HY000
ER_ONLY_ON_RANGE_LIST_PARTITION
%s PARTITION can only be used on RANGE/LIST partitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1513
HY000
ER_ADD_PARTITION_SUBPART_ERROR
Trying to Add partition(s) with wrong number of subpartitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1514
HY000
ER_ADD_PARTITION_NO_NEW_PARTITION
At least one partition must be added
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1515
HY000
ER_COALESCE_PARTITION_NO_PARTITION
At least one partition must be coalesced
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1516
HY000
ER_REORG_PARTITION_NOT_EXIST
More partitions to reorganize than there are partitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1517
HY000
ER_SAME_NAME_PARTITION
Duplicate partition name %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1518
HY000
ER_NO_BINLOG_ERROR
It is not allowed to shut off binlog on this command
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1519
HY000
ER_CONSECUTIVE_REORG_PARTITIONS
When reorganizing a set of partitions they must be in consecutive order
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1520
HY000
ER_REORG_OUTSIDE_RANGE
Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1521
HY000
ER_PARTITION_FUNCTION_FAILURE
Partition function not supported in this version for this handler
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1522
HY000
ER_PART_STATE_ERROR
Partition state cannot be defined from CREATE/ALTER TABLE
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1523
HY000
ER_LIMITED_PART_RANGE
The %s handler only supports 32 bit integers in VALUES
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1524
HY000
ER_PLUGIN_IS_NOT_LOADED
Plugin '%s' is not loaded
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1525
HY000
ER_WRONG_VALUE
Incorrect %s value: '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1526
HY000
ER_NO_PARTITION_FOR_GIVEN_VALUE
Table has no partition for value %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1527
HY000
ER_FILEGROUP_OPTION_ONLY_ONCE
It is not allowed to specify %s more than once
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1528
HY000
ER_CREATE_FILEGROUP_FAILED
Failed to create %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1529
HY000
ER_DROP_FILEGROUP_FAILED
Failed to drop %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1530
HY000
ER_TABLESPACE_AUTO_EXTEND_ERROR
The handler doesn't support autoextend of tablespaces
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1531
HY000
ER_WRONG_SIZE_NUMBER
A size parameter was incorrectly specified, either number or on the form 10M
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1532
HY000
ER_SIZE_OVERFLOW_ERROR
The size number was correct but we don't allow the digit part to be more than 2 billion
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1533
HY000
ER_ALTER_FILEGROUP_FAILED
Failed to alter: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1534
HY000
ER_BINLOG_ROW_LOGGING_FAILED
Writing one row to the row-based binary log failed
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1535
HY000
ER_BINLOG_ROW_WRONG_TABLE_DEF
Table definition on master and slave does not match: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1536
HY000
ER_BINLOG_ROW_RBR_TO_SBR
Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1537
HY000
ER_EVENT_ALREADY_EXISTS
Event '%s' already exists
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1538
HY000
ER_EVENT_STORE_FAILED
Failed to store event %s. Error code %d from storage engine.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1539
HY000
ER_EVENT_DOES_NOT_EXIST
Unknown event '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1540
HY000
ER_EVENT_CANT_ALTER
Failed to alter event '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1541
HY000
ER_EVENT_DROP_FAILED
Failed to drop %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1542
HY000
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
INTERVAL is either not positive or too big
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1543
HY000
ER_EVENT_ENDS_BEFORE_STARTS
ENDS is either invalid or before STARTS
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1544
HY000
ER_EVENT_EXEC_TIME_IN_THE_PAST
Event execution time is in the past. Event has been disabled
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1545
HY000
ER_EVENT_OPEN_TABLE_FAILED
Failed to open mysql.event
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1546
HY000
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
No datetime expression provided
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1547
HY000
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
Column count of mysql.%s is wrong. Expected %d, found %d. 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
1548
HY000
ER_CANNOT_LOAD_FROM_TABLE
Cannot load from mysql.%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
1549
HY000
ER_EVENT_CANNOT_DELETE
Failed to delete the event from mysql.event
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1550
HY000
ER_EVENT_COMPILE_ERROR
Error during compilation of event's body
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1551
HY000
ER_EVENT_SAME_NAME
Same old and new event name
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1552
HY000
ER_EVENT_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
1553
HY000
ER_DROP_INDEX_FK
Cannot drop index '%s': needed in a foreign key constraint
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1554
HY000
ER_WARN_DEPRECATED_SYNTAX_WITH_VER
The syntax '%s' is deprecated and will be removed in MariaDB %s. Please use %s instead
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1555
HY000
ER_CANT_WRITE_LOCK_LOG_TABLE
You can't write-lock a log table. Only read access is possible
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1556
HY000
ER_CANT_LOCK_LOG_TABLE
You can't use locks with log tables.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1557
23000
ER_FOREIGN_DUPLICATE_KEY
Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1558
HY000
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
Column count of mysql.%s is wrong. Expected %d, found %d. Created with MariaDB %d, now running %d. Please use mysql_upgrade to fix this error.
This error likely means an upgrade hasn't been performed properly, as one of the system tables does not match the expected size for the running release. mariadb-upgrade usually takes care of this. See Upgrading Between Major MariaDB Versions.
This page is licensed: CC BY-SA / Gnu FDL
1559
HY000
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
Cannot switch out of the row-based binary log format when the session has open temporary tables
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1560
HY000
ER_STORED_FUNCTION_ PREVENTS_SWITCH_BINLOG_FORMAT
Cannot change the binary logging format 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
1561
ER_UNUSED_13
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
1562
HY000
ER_PARTITION_NO_TEMPORARY
Cannot create temporary table with partitions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1563
HY000
ER_PARTITION_CONST_DOMAIN_ERROR
Partition constant is out of partition function domain
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1564
HY000
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
This partition function is not allowed
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1565
HY000
ER_DDL_LOG_ERROR
Error in DDL log
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1566
HY000
ER_NULL_IN_VALUES_LESS_THAN
Not allowed to use NULL value in VALUES LESS THAN
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1567
HY000
ER_WRONG_PARTITION_NAME
Incorrect partition name
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1568
25001
ER_CANT_CHANGE_TX_ISOLATION
Transaction isolation level can't be changed while a transaction is in progress
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1569
HY000
ER_DUP_ENTRY_AUTOINCREMENT_CASE
ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1570
HY000
ER_EVENT_MODIFY_QUEUE_ERROR
Internal scheduler error %d
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1571
HY000
ER_EVENT_SET_VAR_ERROR
Error during starting/stopping of the scheduler. Error code %u
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1572
HY000
ER_PARTITION_MERGE_ERROR
Engine cannot be used in partitioned tables
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1573
HY000
ER_CANT_ACTIVATE_LOG
Cannot activate '%s' log
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1574
HY000
ER_RBR_NOT_AVAILABLE
The server was not built with row-based replication
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1575
HY000
ER_BASE64_DECODE_ERROR
Decoding of base64 string failed
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1576
HY000
ER_EVENT_RECURSION_FORBIDDEN
Recursion of EVENT DDL statements is forbidden when body is present
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1577
HY000
ER_EVENTS_DB_ERROR
Cannot proceed because system tables used by Event Scheduler were found damaged at server start
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1578
HY000
ER_ONLY_INTEGERS_ALLOWED
Only integers allowed as number here
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1579
HY000
ER_UNSUPORTED_LOG_ENGINE
This storage engine cannot be used for log tables
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1580
HY000
ER_BAD_LOG_STATEMENT
You cannot '%s' a log table if logging is enabled
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1581
HY000
ER_CANT_RENAME_LOG_TABLE
Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1582
42000
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
Incorrect parameter count in the call to native function '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1583
42000
ER_WRONG_PARAMETERS_TO_NATIVE_FCT
Incorrect parameters in the call to native function '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1584
42000
ER_WRONG_PARAMETERS_TO_STORED_FCT
Incorrect parameters in the call to stored function '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1585
HY000
ER_NATIVE_FCT_NAME_COLLISION
This function '%s' has the same name as a native function
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1586
23000
ER_DUP_ENTRY_WITH_KEY_NAME
Duplicate entry '%s' for key '%s'
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1587
HY000
ER_BINLOG_PURGE_EMFILE
Too many files opened, please execute the command again
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1588
HY000
ER_EVENT_CANNOT_CREATE_IN_THE_PAST
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1589
HY000
ER_EVENT_CANNOT_ALTER_IN_THE_PAST
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1590
HY000
ER_SLAVE_INCIDENT
The incident %s occured on the master. Message: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1591
HY000
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
Table has no partition for some existing values
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1592
HY000
ER_BINLOG_UNSAFE_STATEMENT
Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1593
HY000
ER_SLAVE_FATAL_ERROR
Fatal error: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1594
HY000
ER_SLAVE_RELAY_LOG_READ_FAILURE
Relay log read failure: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1595
HY000
ER_SLAVE_RELAY_LOG_WRITE_FAILURE
Relay log write failure: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1596
HY000
ER_SLAVE_CREATE_EVENT_FAILURE
Failed to create %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1597
HY000
ER_SLAVE_MASTER_COM_FAILURE
Master command %s failed: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
1598
HY000
ER_BINLOG_LOGGING_IMPOSSIBLE
Binary logging not possible. Message: %s
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL