diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-05 00:08:58 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-05 00:08:58 +0200 |
commit | bbcc8e6924befc4a15a25e67997b9ca4840a6140 (patch) | |
tree | 29d2e5faed3330618ede81011a59fd9fe5e32aa5 /storage/xtradb/ut/ut0ut.cc | |
parent | 70a3fec4008dffa68493996e83e56c7786fd0bdf (diff) | |
parent | a4416abdde3c2cff412a3669c45d72b7ef49c137 (diff) | |
download | mariadb-git-bbcc8e6924befc4a15a25e67997b9ca4840a6140.tar.gz |
XtraDB-5.6.23-72.1
Diffstat (limited to 'storage/xtradb/ut/ut0ut.cc')
-rw-r--r-- | storage/xtradb/ut/ut0ut.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/xtradb/ut/ut0ut.cc b/storage/xtradb/ut/ut0ut.cc index 15c7bb503cb..121cbdb7bc0 100644 --- a/storage/xtradb/ut/ut0ut.cc +++ b/storage/xtradb/ut/ut0ut.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1994, 2012, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1994, 2014, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -825,6 +825,8 @@ ut_strerr( return("Temp file write failure"); case DB_FTS_TOO_MANY_WORDS_IN_PHRASE: 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"); /* do not add default: in order to produce a warning if new code is added to the enum but not added here */ |