MariaDB Error Codes 4000 to 4099
Error 4000: COM_MULTI can't return a result set in the given contextError 4001: Command is not allowed for COM_MULTIError 4002: WITH column list and SELECT field list have different column countsError 4003: Too many WITH elements in WITH clauseError 4004: Duplicate query name in WITH clauseError 4005: No anchors for recursive WITH elementError 4006: Unacceptable mutual recursion with anchored tableError 4007: Reference to recursive WITH table in materialized derivedError 4008: Restrictions imposed on recursive definitions are violated for tableError 4009: Window specification with name is not definedError 4010: Multiple window specifications with the same nameError 4011: Window specification referencing another one cannot contain partition listError 4012: Referenced window specification already contains order listError 4013: Referenced window specification cannot contain window frameError 4014: Unacceptable combination of window frame bound specificationsError 4015: Window function is allowed only in SELECT list and ORDER BY clauseError 4016: Window function is not allowed in window specificationError 4017: Window frame is not allowed withError 4018: No order list in window specification forError 4019: RANGE-type frame requires ORDER BY clause with single sort keyError 4020: Integer is required for ROWS-type frameError 4021: Numeric datatype is required for RANGE-type frameError 4022: Frame exclusion is not supported yetError 4023: This window function may not have a window frameError 4024: Argument of NTILE must be greater than 0Error 4025: CONSTRAINT failed forError 4026: Expression in the clause is too bigError 4027: Got an error evaluating stored expressionError 4028: Got an error when calculating default value forError 4029: Expression for field is referring to uninitialized fieldError 4030: Only one DEFAULT partition allowedError 4031: Referenced trigger for the given action time and event type does not existError 4032: Default/ignore value is not supported for such parameter usageError 4033: Only row based replication supported for bulk operationsError 4034: Uncompress the compressed binlog failedError 4035: Broken JSON string in argument to function at positionError 4036: Character disallowed in JSON in argument to function at positionError 4037: Unexpected end of JSON text in argument to functionError 4038: Syntax error in JSON text in argument to function at positionError 4039: Incorrect escaping in JSON text in argument to function at positionError 4040: Limit on JSON nested strucures depth is reached in argument to function at positionError 4041: Unexpected end of JSON path in argument to functionError 4042: Syntax error in JSON path in argument to function at positionError 4043: Limit on JSON path depth is reached in argument to function at positionError 4044: Wildcards in JSON path not allowed in argument to functionError 4045: JSON path should end with an array identifier in argument to functionError 4046: Argument 2 to function must be "one" or "all".Error 4047: CREATE TEMPORARY TABLE is not allowed with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.Error 4048: Incorrect GeoJSON format specified for st_geomfromgeojson functionError 4049: Incorrect GeoJSON format - too few points for linestring specifiedError 4050: Incorrect GeoJSON format - polygon not closedError 4051: Path expression '$' is not allowed in argument to functionError 4052: A slave with the same server_uuid/server_id as this slave has connected to the masterError 4053: Flashback does not supportError 4054: Keys are out order during bulk loadError 4055: Bulk load rows overlap existing rowsError 4056: Can't execute updates on master with binlog_format != ROWError 4057: MyRocks supports only READ COMMITTED and REPEATABLE READ isolation levelsError 4058: When unique checking is disabled in MyRocks, INSERT,UPDATE,LOAD statements with clausesError 4059: Can't execute updates when you started a transaction with START TRANSACTION WITH CONSISTError 4060: This transaction was rolled back and cannot be committed. Only supported operation is toError 4061: MyRocks currently does not support ROLLBACK TO SAVEPOINT if modifying rowsError 4062: Only REPEATABLE READ isolation level is supported for START TRANSACTION WITH CONSISTENTError 4063: Unsupported collation on string indexed columnError 4064: Table '%s' does not exist, but metadata information exists inside MyRocks. This is a sigError 4065: Column family flag is different from an existing flagError 4066: TTL duration in MyRocks must be an unsigned non-null 64-bit integerError 4067: Status error received from RocksDBError 4068: Status error received from RocksDBError 4069: TTL support is currently disabled when table has a hidden PKError 4070: TTL column in MyRocks must be an unsigned non-null 64-bit integer, exist inside the tablError 4071: The per-index column family option has been deprecatedError 4072: MyRocks failed creating new key definitions during alterError 4073: MyRocks failed populating secondary key during alterError 4074: Window functions can not be used as arguments to group functionsError 4075: OK packet too largeError 4076: Incorrect GeoJSON format - empty 'coordinates' arrayError 4077: MyRocks doesn't currently support collations with "No pad" attributeError 4078: Illegal parameter data types for operationError 4079: Illegal parameter data type for operationError 4080: Incorrect parameter count to cursorError 4081: Unknown structured system variable or ROW routine variableError 4082: Row variable does not have a fieldError 4083: END identifier does not matchError 4084: Sequence has run outError 4085: Sequence values are conflictingError 4086: Sequence table structure is invalidError 4087: Sequence access errorError 4088: Sequences requires binlog_format mixed or rowError 4089: is not a SEQUENCEError 4090: is not a SEQUENCEError 4091: Unknown SEQUENCEError 4092: Unknown VIEWError 4093: Wrong INSERT into a SEQUENCE. One can only do single table INSERT into a sequence objectError 4094: At line inError 4095: Subroutine is declared in the package specification but is not defined in the package boError 4096: Subroutine has a forward declaration but is not definedError 4097: Compressed column can't be used in key specificationError 4098: Unknown compression methodError 4099: The used table value constructor has a different number of values
PreviousError 3060: Do not support online operation on table with GIS indexNextError 4000: COM_MULTI can't return a result set in the given context
Last updated
Was this helpful?