MariaDB Error Codes 4100 to 4199
Error 4100: Field reference can't be used in table value constructorError 4101: Numeric datatype is required for functionError 4102: Argument to the function is not a constant for a partitionError 4103: Argument to the function does not belong to the range [0,1]Error 4104: function only accepts arguments that can be converted to numerical typesError 4105: Aggregate specific instruction (FETCH GROUP NEXT ROW) used in a wrong contextError 4106: Aggregate specific instruction(FETCH GROUP NEXT ROW) missing from the aggregate functionError 4107: Limit only accepts integer valuesError 4108: Invisible column must have a default valueError 4109: Rows matched: Changed: Inserted: Warnings:Error 4110: must be of type for system-versioned tableError 4111: Transaction-precise system versioning for is not supportedError 4112: You should never see itError 4113: Wrong partitioning type, expected typeError 4114: Versioned table last HISTORY partition is out of, need more HISTORY partitionsError 4115: Maybe missing parametersError 4116: Can only drop oldest partitions when rotating by INTERVALError 4117: You should never see itError 4118: Partition contains non-historical dataError 4119: Not allowed for system-versioned. Change @@system_versioning_alter_history to proceed wiError 4120: Not allowed for system-versioned. Change to/from native system versioning engine is notError 4121: SYSTEM_TIME range selector is not allowedError 4122: Conflicting FOR SYSTEM_TIME clauses in WITH RECURSIVEError 4123: Table must have at least one versioned columnError 4124: Table is not system-versionedError 4125: Wrong parameters for: missingError 4126: PERIOD FOR SYSTEM_TIME must use columnsError 4127: Wrong parameters for partitioned: wrong value forError 4128: Wrong partitions for: must have at least one HISTORY and exactly one last CURRENTError 4129: TRX_ID not found in mysql.transaction_registryError 4130: Can not change system versioning fieldError 4131: Can not DROP SYSTEM VERSIONING for table partitioned BY SYSTEM_TIMEError 4132: System-versioned tables in the database are not supportedError 4133: Transaction registry is disabledError 4134: Duplicate ROW columnError 4135: Table is already system-versionedError 4136: You should never see itError 4137: System-versioned tables do not supportError 4138: Transaction-precise system-versioned tables do not support partitioning by ROW START orError 4139: The index file for table is fullError 4140: The column cannot be changed more than once in a single UPDATE statementError 4141: Row with no elements is not allowed in table value constructor in this contextError 4142: SYSTEM_TIME partitions in table does not support historical queryError 4143: index does not support this operationError 4144: Changing table options requires the table to be rebuiltError 4145: Can't execute the command as you have a BACKUP STAGE activeError 4146: You must start backup with "BACKUP STAGE START"Error 4147: Backup stage is same or before current backup stageError 4148: Backup stage failedError 4149: Unknown backup stage: Stage should be one of START, FLUSH, BLOCK_DDL, BLOCK_COMMIT or ENError 4150: User is blocked because of too many credential errors; unblock with 'FLUSH PRIVILEGES'Error 4151: Access denied, this account is lockedError 4152: Application-time period table cannot be temporaryError 4153: Fields of PERIOD FOR have different typesError 4154: Cannot specify more than one application-time periodError 4155: Period field cannot beError 4156: Period is not found in tableError 4157: Column used in period specified in update SET listError 4158: Can't DROP CONSTRAINT. Use DROP PERIOD for thisError 4159: Specified key part was too long; max key part length isError 4160: Comment for database is too longError 4161: Unknown data typeError 4162: Operator does not existsError 4163: Table history row start is later than row endError 4164: STARTS is later than query time, first history partition may exceed INTERVAL valueError 4165: DDL-statement is forbidden as table storage engine does not support Galera replicationError 4166: The used command is not allowed because the MariaDB server or client has disabled the loError 4167: No secure transports are configured, unable to set --require_secure_transport=ONError 4168: Slave SQL thread ignored the '%s' because table is sharedError 4169: AUTO_INCREMENT column cannot be used in the UNIQUE indexError 4170: Key cannot explicitly include columnError 4171: Key cannot have WITHOUT OVERLAPSError 4172: is not allowed in this contextError 4173: Engine does not support rollback. Changes where commited during rollback callError 4174: A primary key cannot be marked as IGNOREError 4175: SKIP LOCKED makes this statement unsafeError 4176: Field can't be set for JSON_TABLEError 4177: Every table function must have an aliasError 4178: Can't store an array or an object in the scalar column of JSON_TABLEError 4179: Can't store multiple matches of the path in the column of JSON_TABLEError 4180: FETCH ... WITH TIES requires ORDER BY clause to be presentError 4181: Dropped orphan trigger, originally created for tableError 4182: Storage engine is disabledError 4183: SFORMAT errorError 4184: Convert partition is not supported for subpartitioned tableError 4185: MariaDB tried to use the %s, but its provider plugin is not loadedError 4186: Failed to parse histogram for table at offsetError 4187: OUT or INOUT argument for function is not allowed hereError 4188: Replicated query table can not be temporaryError 4189: Versioned table: adding HISTORY partition(s) failedError 4190: is implicitly changing the value of from toError 4191: CHANGE MASTER TO option is missing requirementError 4192: Slave log event execution was interrupted (slave_max_statement_time exceeded)Error 4193: Invalid value for keywordError 4194: keyword is not supportedError 4195: Variable schema is not supportedError 4196: Pseudo thread id should not be modified by the client as it will be overwrittenError 4197: Wrong number of columnsError 4198: Sequence tables cannot have any keysError 4199: Sequence tables cannot have any constraints
PreviousError 4099: The used table value constructor has a different number of valuesNextError 4100: Field reference can't be used in table value constructor
Last updated
Was this helpful?