dberr_t
Definition: db0err.h:39
@ DB_NO_SAVEPOINT
no savepoint exists with the given name
Definition: db0err.h:89
@ DB_FAIL
Definition: db0err.h:212
@ DB_DBLWR_INIT_FAILED
Failed to initialize the double write memory data structures.
Definition: db0err.h:194
@ DB_WRONG_FILE_NAME
Invalid Filename.
Definition: db0err.h:176
@ DB_TOO_BIG_INDEX_COL
index column size exceeds maximum limit
Definition: db0err.h:126
@ DB_TABLE_IN_FK_CHECK
table is being used in foreign key check
Definition: db0err.h:136
@ DB_FOREIGN_EXCEED_MAX_CASCADE
Foreign key constraint related cascading delete/update exceeds maximum allowed depth.
Definition: db0err.h:118
@ DB_V1_DBLWR_INIT_FAILED
Failed to initialize the doublewrite extents in the system tablespace.
Definition: db0err.h:190
@ DB_ROW_IS_REFERENCED
cannot delete or update a row because it contains a key value which is referenced
Definition: db0err.h:81
@ DB_OUT_OF_MEMORY
Definition: db0err.h:49
@ DB_TABLESPACE_EXISTS
cannot create a new tablespace because a file of the same name or tablespace ID already exists
Definition: db0err.h:92
@ DB_SCHEMA_MISMATCH
Definition: db0err.h:196
@ DB_TABLESPACE_NOT_FOUND
Attempt to delete a tablespace instance that was not found in the tablespace hash table.
Definition: db0err.h:97
@ DB_END_SAMPLE_READ
Definition: db0err.h:220
@ DB_CANNOT_ADD_CONSTRAINT
adding a foreign key constraint to a table failed
Definition: db0err.h:83
@ DB_CANT_CREATE_GEOMETRY_OBJECT
Cannot create specified Geometry data object.
Definition: db0err.h:146
@ DB_ZIP_OVERFLOW
Definition: db0err.h:216
@ DB_DUPLICATE_KEY
Definition: db0err.h:56
@ DB_COMPUTE_VALUE_FAILED
Compute generated value failed.
Definition: db0err.h:178
@ DB_SUCCESS
Definition: db0err.h:43
@ DB_LOCK_TABLE_FULL
lock structs have exhausted the buffer pool (for big transactions, InnoDB stores the lock structs in ...
Definition: db0err.h:100
@ DB_LOCK_WAIT
Definition: db0err.h:53
@ DB_ROLLBACK
Definition: db0err.h:55
@ DB_OVERFLOW
Definition: db0err.h:213
@ DB_TABLESPACE_DELETED
tablespace was deleted or is being dropped right now
Definition: db0err.h:94
@ DB_READ_ONLY
Update operation attempted in a read-only transaction.
Definition: db0err.h:132
@ DB_NO_SESSION_TEMP
no session temporary tablespace could be allocated
Definition: db0err.h:65
@ DB_IO_NO_PUNCH_HOLE_TABLESPACE
The tablespace doesn't support punch hole.
Definition: db0err.h:164
@ DB_MUST_GET_MORE_FILE_SPACE
the database has to be stopped and restarted with more file space
Definition: db0err.h:69
@ DB_INDEX_CORRUPT
we have corrupted index
Definition: db0err.h:128
@ DB_TEMP_FILE_WRITE_FAIL
Temp file write failure.
Definition: db0err.h:144
@ DB_RECORD_NOT_FOUND
Definition: db0err.h:217
@ DB_FOREIGN_DUPLICATE_KEY
foreign key constraints activated by the operation would lead to a duplicate key in some table
Definition: db0err.h:103
@ DB_FILE_READ_BEYOND_SIZE
Failed to read as read was beyond file size.
Definition: db0err.h:204
@ DB_OUT_OF_FILE_SPACE
The tablespace could not be auto-extending.
Definition: db0err.h:51
@ DB_ABORT_INCOMPLETE_CLONE
Incomplete cloned directory.
Definition: db0err.h:184
@ DB_CANNOT_DROP_CONSTRAINT
dropping a foreign key constraint from a table failed
Definition: db0err.h:87
@ DB_CORRUPTION
data structure corruption noticed
Definition: db0err.h:85
@ DB_SUCCESS_LOCKED_REC
like DB_SUCCESS, but a new explicit record lock was created
Definition: db0err.h:42
@ DB_LOCK_NOWAIT
don't wait lock
Definition: db0err.h:63
@ DB_UNDO_RECORD_TOO_BIG
the undo log record is too big
Definition: db0err.h:130
@ DB_NO_FK_ON_S_BASE_COL
Cannot add foreign constrain placed on the base column of stored column.
Definition: db0err.h:180
@ DB_FTS_INVALID_DOCID
FTS Doc ID cannot be zero.
Definition: db0err.h:134
@ DB_ONLINE_LOG_TOO_BIG
Modification log grew too big during online index creation.
Definition: db0err.h:138
@ DB_BULK_TOO_BIG_RECORD
The record size is too big for LOAD BULK DATA operation.
Definition: db0err.h:208
@ DB_TABLE_CORRUPT
Table/clustered index is corrupted.
Definition: db0err.h:174
@ DB_FORCED_ABORT
Transaction was forced to rollback by a higher priority transaction.
Definition: db0err.h:172
@ DB_NO_REFERENCED_ROW
referenced key value not found for a foreign key in an insert or update of a row
Definition: db0err.h:78
@ DB_IO_DECRYPT_FAIL
Failure to decrypt a page after reading it from disk.
Definition: db0err.h:166
@ DB_V1_DBLWR_CREATE_FAILED
Failed to create the doublewrite extents in the system tablespace.
Definition: db0err.h:192
@ DB_NOT_FOUND
Generic error code for "Not found" type of errors.
Definition: db0err.h:223
@ DB_IDENTIFIER_TOO_LONG
Identifier name too long.
Definition: db0err.h:140
@ DB_OUT_OF_DISK_SPACE
Definition: db0err.h:52
@ DB_IO_NO_PUNCH_HOLE_FS
The file system doesn't support punch hole.
Definition: db0err.h:162
@ DB_IO_NO_PUNCH_HOLE
Punch hole not supported by InnoDB.
Definition: db0err.h:160
@ DB_IO_ERROR
Generic IO error.
Definition: db0err.h:156
@ DB_UNSUPPORTED
when InnoDB sees any artefact or a feature that it can't recoginize or work with e....
Definition: db0err.h:109
@ DB_INVALID_ENCRYPTION_META
Invalid encryption metadata in page 0.
Definition: db0err.h:182
@ DB_OUT_OF_RESOURCES
System has run out of resources.
Definition: db0err.h:198
@ DB_TABLE_IS_BEING_USED
Definition: db0err.h:70
@ DB_STRONG_FAIL
Definition: db0err.h:215
@ DB_FTS_TOO_MANY_WORDS_IN_PHRASE
Too many words in a phrase.
Definition: db0err.h:150
@ DB_AUTOINC_READ_ERROR
Error reading the auto-increment value.
Definition: db0err.h:202
@ DB_STATS_DO_NOT_EXIST
an operation that requires the persistent storage, used for recording table and index statistics,...
Definition: db0err.h:115
@ DB_FTS_EXCEED_RESULT_CACHE_LIMIT
FTS query memory exceeds result cache limit.
Definition: db0err.h:142
@ DB_END_OF_INDEX
Definition: db0err.h:219
@ DB_ERROR_UNSET
Definition: db0err.h:40
@ 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:106
@ DB_END_OF_BLOCK
Definition: db0err.h:218
@ DB_DATA_NOT_SORTED
Data is not in sorted order.
Definition: db0err.h:206
@ DB_UNDERFLOW
Definition: db0err.h:214
@ DB_IO_PARTIAL_FAILED
Partial IO request failed.
Definition: db0err.h:170
@ DB_TOO_LONG_PATH
The path is too long for the OS.
Definition: db0err.h:154
@ DB_LOCK_WAIT_TIMEOUT
lock wait lasted too long
Definition: db0err.h:75
@ DB_BTREE_LEVEL_LIMIT_EXCEEDED
Btree level limit exceeded.
Definition: db0err.h:186
@ DB_SKIP_LOCKED
skip lock
Definition: db0err.h:61
@ 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:73
@ DB_CANNOT_OPEN_FILE
Cannot open a file.
Definition: db0err.h:148
@ DB_FTS_TOO_MANY_NESTED_EXP
Definition: db0err.h:230
@ DB_DBLWR_NOT_EXISTS
Doublewrite meta data not found in the system space header.
Definition: db0err.h:188
@ DB_INTERRUPTED
Definition: db0err.h:48
@ DB_INVALID_NULL
a NOT NULL column was found to be NULL during table rebuild
Definition: db0err.h:111
@ DB_IO_DECOMPRESS_FAIL
Failure to decompress a page after reading it from disk.
Definition: db0err.h:158
@ 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:121
@ DB_DEADLOCK
Definition: db0err.h:54
@ DB_IO_NO_ENCRYPT_TABLESPACE
The tablespace doesn't support encrypt.
Definition: db0err.h:168
@ DB_PARENT_NO_INDEX
the parent table does not have an index that contains the foreign keys as its prefix columns
Definition: db0err.h:124
@ DB_CLUSTER_NOT_FOUND
Definition: db0err.h:66
@ DB_MISSING_HISTORY
required history data has been deleted due to lack of space in rollback segment
Definition: db0err.h:59
@ DB_SERVER_VERSION_LOW
Server version is lower than tablespace version.
Definition: db0err.h:152
@ DB_DATA_MISMATCH
Column update or read failed because the types mismatch.
Definition: db0err.h:228
@ DB_TABLE_NOT_FOUND
Definition: db0err.h:67
@ DB_PAGE_IS_STALE
Page was discarded, was not written to storage.
Definition: db0err.h:200
@ DB_ERROR
Definition: db0err.h:47