summaryrefslogtreecommitdiff
path: root/storage/xtradb/ut
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-09-05 07:18:57 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2015-09-05 07:18:57 +0300
commita0df8225eced15c8a3a03ca0d9129badf022b34c (patch)
tree08940d990238516f83d288dfc9f2e5340b944a4b /storage/xtradb/ut
parente04723d754ffff6c532190205d0f3a5a7033b310 (diff)
downloadmariadb-git-a0df8225eced15c8a3a03ca0d9129badf022b34c.tar.gz
MDEV-8753: 10.1 build is broken: xtradb/handler/ha_innodb.cc:21430: error: redefinition of 'void ib_push_warning(trx_t*, ulint, const char*, ...)'
Fixed bad merge.
Diffstat (limited to 'storage/xtradb/ut')
-rw-r--r--storage/xtradb/ut/ut0ut.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/ut/ut0ut.cc b/storage/xtradb/ut/ut0ut.cc
index 121cbdb7bc0..96f2c537deb 100644
--- a/storage/xtradb/ut/ut0ut.cc
+++ b/storage/xtradb/ut/ut0ut.cc
@@ -827,6 +827,8 @@ ut_strerr(
return("Too many words in a FTS phrase or proximity search");
case DB_TOO_BIG_FOR_REDO:
return("BLOB record length is greater than 10%% of redo log");
+ case DB_ENCRYPTED_DECRYPT_FAILED:
+ return("Table is encrypted but decrypt failed.");
/* do not add default: in order to produce a warning if new code
is added to the enum but not added here */