dberr_t
Definition: db0err.h:38
@ DB_NO_SAVEPOINT
no savepoint exists with the given name
Definition: db0err.h:88
@ DB_FAIL
Definition: db0err.h:207
@ DB_DBLWR_INIT_FAILED
Failed to initialize the double write memory data structures.
Definition: db0err.h:193
@ DB_WRONG_FILE_NAME
Invalid Filename.
Definition: db0err.h:175
@ DB_TOO_BIG_INDEX_COL
index column size exceeds maximum limit
Definition: db0err.h:125
@ DB_TABLE_IN_FK_CHECK
table is being used in foreign key check
Definition: db0err.h:135
@ DB_FOREIGN_EXCEED_MAX_CASCADE
Foreign key constraint related cascading delete/update exceeds maximum allowed depth.
Definition: db0err.h:117
@ DB_V1_DBLWR_INIT_FAILED
Failed to initialize the doublewrite extents in the system tablespace.
Definition: db0err.h:189
@ DB_ROW_IS_REFERENCED
cannot delete or update a row because it contains a key value which is referenced
Definition: db0err.h:80
@ DB_OUT_OF_MEMORY
Definition: db0err.h:48
@ DB_TABLESPACE_EXISTS
cannot create a new tablespace because a file of the same name or tablespace ID already exists
Definition: db0err.h:91
@ DB_SCHEMA_MISMATCH
Definition: db0err.h:195
@ DB_TABLESPACE_NOT_FOUND
Attempt to delete a tablespace instance that was not found in the tablespace hash table.
Definition: db0err.h:96
@ DB_END_SAMPLE_READ
Definition: db0err.h:215
@ DB_CANNOT_ADD_CONSTRAINT
adding a foreign key constraint to a table failed
Definition: db0err.h:82
@ DB_CANT_CREATE_GEOMETRY_OBJECT
Cannot create specified Geometry data object.
Definition: db0err.h:145
@ DB_ZIP_OVERFLOW
Definition: db0err.h:211
@ DB_DUPLICATE_KEY
Definition: db0err.h:55
@ DB_COMPUTE_VALUE_FAILED
Compute generated value failed.
Definition: db0err.h:177
@ DB_SUCCESS
Definition: db0err.h:42
@ DB_LOCK_TABLE_FULL
lock structs have exhausted the buffer pool (for big transactions, InnoDB stores the lock structs in ...
Definition: db0err.h:99
@ DB_LOCK_WAIT
Definition: db0err.h:52
@ DB_ROLLBACK
Definition: db0err.h:54
@ DB_OVERFLOW
Definition: db0err.h:208
@ DB_TABLESPACE_DELETED
tablespace was deleted or is being dropped right now
Definition: db0err.h:93
@ DB_READ_ONLY
Update operation attempted in a read-only transaction.
Definition: db0err.h:131
@ DB_NO_SESSION_TEMP
no session temporary tablespace could be allocated
Definition: db0err.h:64
@ DB_IO_NO_PUNCH_HOLE_TABLESPACE
The tablespace doesn't support punch hole.
Definition: db0err.h:163
@ DB_MUST_GET_MORE_FILE_SPACE
the database has to be stopped and restarted with more file space
Definition: db0err.h:68
@ DB_INDEX_CORRUPT
we have corrupted index
Definition: db0err.h:127
@ DB_TEMP_FILE_WRITE_FAIL
Temp file write failure.
Definition: db0err.h:143
@ DB_RECORD_NOT_FOUND
Definition: db0err.h:212
@ DB_FOREIGN_DUPLICATE_KEY
foreign key constraints activated by the operation would lead to a duplicate key in some table
Definition: db0err.h:102
@ DB_FILE_READ_BEYOND_SIZE
Failed to read as read was beyond file size.
Definition: db0err.h:203
@ DB_OUT_OF_FILE_SPACE
The tablespace could not be auto-extending.
Definition: db0err.h:50
@ DB_ABORT_INCOMPLETE_CLONE
Incomplete cloned directory.
Definition: db0err.h:183
@ DB_CANNOT_DROP_CONSTRAINT
dropping a foreign key constraint from a table failed
Definition: db0err.h:86
@ DB_CORRUPTION
data structure corruption noticed
Definition: db0err.h:84
@ DB_SUCCESS_LOCKED_REC
like DB_SUCCESS, but a new explicit record lock was created
Definition: db0err.h:41
@ DB_LOCK_NOWAIT
don't wait lock
Definition: db0err.h:62
@ DB_UNDO_RECORD_TOO_BIG
the undo log record is too big
Definition: db0err.h:129
@ DB_NO_FK_ON_S_BASE_COL
Cannot add foreign constrain placed on the base column of stored column.
Definition: db0err.h:179
@ DB_FTS_INVALID_DOCID
FTS Doc ID cannot be zero.
Definition: db0err.h:133
@ DB_ONLINE_LOG_TOO_BIG
Modification log grew too big during online index creation.
Definition: db0err.h:137
@ DB_TABLE_CORRUPT
Table/clustered index is corrupted.
Definition: db0err.h:173
@ DB_FORCED_ABORT
Transaction was forced to rollback by a higher priority transaction.
Definition: db0err.h:171
@ DB_NO_REFERENCED_ROW
referenced key value not found for a foreign key in an insert or update of a row
Definition: db0err.h:77
@ DB_IO_DECRYPT_FAIL
Failure to decrypt a page after reading it from disk.
Definition: db0err.h:165
@ DB_V1_DBLWR_CREATE_FAILED
Failed to create the doublewrite extents in the system tablespace.
Definition: db0err.h:191
@ DB_NOT_FOUND
Generic error code for "Not found" type of errors.
Definition: db0err.h:218
@ DB_IDENTIFIER_TOO_LONG
Identifier name too long.
Definition: db0err.h:139
@ DB_OUT_OF_DISK_SPACE
Definition: db0err.h:51
@ DB_IO_NO_PUNCH_HOLE_FS
The file system doesn't support punch hole.
Definition: db0err.h:161
@ DB_IO_NO_PUNCH_HOLE
Punch hole not supported by InnoDB.
Definition: db0err.h:159
@ DB_IO_ERROR
Generic IO error.
Definition: db0err.h:155
@ DB_UNSUPPORTED
when InnoDB sees any artefact or a feature that it can't recoginize or work with e....
Definition: db0err.h:108
@ DB_INVALID_ENCRYPTION_META
Invalid encryption metadata in page 0.
Definition: db0err.h:181
@ DB_OUT_OF_RESOURCES
System has run out of resources.
Definition: db0err.h:197
@ DB_TABLE_IS_BEING_USED
Definition: db0err.h:69
@ DB_STRONG_FAIL
Definition: db0err.h:210
@ DB_FTS_TOO_MANY_WORDS_IN_PHRASE
Too many words in a phrase.
Definition: db0err.h:149
@ DB_AUTOINC_READ_ERROR
Error reading the auto-increment value.
Definition: db0err.h:201
@ DB_STATS_DO_NOT_EXIST
an operation that requires the persistent storage, used for recording table and index statistics,...
Definition: db0err.h:114
@ DB_FTS_EXCEED_RESULT_CACHE_LIMIT
FTS query memory exceeds result cache limit.
Definition: db0err.h:141
@ DB_END_OF_INDEX
Definition: db0err.h:214
@ DB_ERROR_UNSET
Definition: db0err.h:39
@ DB_TOO_MANY_CONCURRENT_TRXS
when InnoDB runs out of the preconfigured undo slots, this can only happen when there are too many co...
Definition: db0err.h:105
@ DB_END_OF_BLOCK
Definition: db0err.h:213
@ DB_UNDERFLOW
Definition: db0err.h:209
@ DB_IO_PARTIAL_FAILED
Partial IO request failed.
Definition: db0err.h:169
@ DB_TOO_LONG_PATH
The path is too long for the OS.
Definition: db0err.h:153
@ DB_LOCK_WAIT_TIMEOUT
lock wait lasted too long
Definition: db0err.h:74
@ DB_BTREE_LEVEL_LIMIT_EXCEEDED
Btree level limit exceeded.
Definition: db0err.h:185
@ DB_SKIP_LOCKED
skip lock
Definition: db0err.h:60
@ DB_TOO_BIG_RECORD
a record in an index would not fit on a compressed page, or it would become bigger than 1/2 free spac...
Definition: db0err.h:72
@ DB_CANNOT_OPEN_FILE
Cannot open a file.
Definition: db0err.h:147
@ DB_FTS_TOO_MANY_NESTED_EXP
Definition: db0err.h:225
@ DB_DBLWR_NOT_EXISTS
Doublewrite meta data not found in the system space header.
Definition: db0err.h:187
@ DB_INTERRUPTED
Definition: db0err.h:47
@ DB_INVALID_NULL
a NOT NULL column was found to be NULL during table rebuild
Definition: db0err.h:110
@ DB_IO_DECOMPRESS_FAIL
Failure to decompress a page after reading it from disk.
Definition: db0err.h:157
@ DB_CHILD_NO_INDEX
the child (foreign) table does not have an index that contains the foreign keys as its prefix columns
Definition: db0err.h:120
@ DB_DEADLOCK
Definition: db0err.h:53
@ DB_IO_NO_ENCRYPT_TABLESPACE
The tablespace doesn't support encrypt.
Definition: db0err.h:167
@ DB_PARENT_NO_INDEX
the parent table does not have an index that contains the foreign keys as its prefix columns
Definition: db0err.h:123
@ DB_CLUSTER_NOT_FOUND
Definition: db0err.h:65
@ DB_MISSING_HISTORY
required history data has been deleted due to lack of space in rollback segment
Definition: db0err.h:58
@ DB_SERVER_VERSION_LOW
Server version is lower than tablespace version.
Definition: db0err.h:151
@ DB_DATA_MISMATCH
Column update or read failed because the types mismatch.
Definition: db0err.h:223
@ DB_TABLE_NOT_FOUND
Definition: db0err.h:66
@ DB_PAGE_IS_STALE
Page was discarded, was not written to storage.
Definition: db0err.h:199
@ DB_ERROR
Definition: db0err.h:46