summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/db0err.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/db0err.h')
-rw-r--r--storage/xtradb/include/db0err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/include/db0err.h b/storage/xtradb/include/db0err.h
index b11c5f4ea1a..8bd3beda110 100644
--- a/storage/xtradb/include/db0err.h
+++ b/storage/xtradb/include/db0err.h
@@ -138,6 +138,8 @@ enum dberr_t {
of missing key management plugin,
or missing or incorrect key or
incorret AES method or algorithm. */
+ DB_PAGE_CORRUPTED, /* Page read from tablespace is
+ corrupted. */
/* The following are partial failure codes */
DB_FAIL = 1000,
DB_OVERFLOW,