diff options
Diffstat (limited to 'storage/innobase/include/db0err.h')
-rw-r--r-- | storage/innobase/include/db0err.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/db0err.h b/storage/innobase/include/db0err.h index 24889a9b9c5..feac81af98e 100644 --- a/storage/innobase/include/db0err.h +++ b/storage/innobase/include/db0err.h @@ -133,8 +133,8 @@ enum dberr_t { /*< Too many words in a phrase */ DB_TOO_BIG_FOR_REDO, /* Record length greater than 10% of redo log */ - DB_ENCRYPTED_DECRYPT_FAILED, /* Tablespace encrypted and - decrypt operaton failed because + DB_DECRYPTION_FAILED, /* Tablespace encrypted and + decrypt operation failed because of missing key management plugin, or missing or incorrect key or incorret AES method or algorithm. */ |