summaryrefslogtreecommitdiff
path: root/storage/xtradb/ut/ut0ut.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/ut/ut0ut.cc')
-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 f600ba1a895..15c7bb503cb 100644
--- a/storage/xtradb/ut/ut0ut.cc
+++ b/storage/xtradb/ut/ut0ut.cc
@@ -823,6 +823,8 @@ ut_strerr(
return("FTS query exceeds result cache limit");
case DB_TEMP_FILE_WRITE_FAILURE:
return("Temp file write failure");
+ case DB_FTS_TOO_MANY_WORDS_IN_PHRASE:
+ return("Too many words in a FTS phrase or proximity search");
/* do not add default: in order to produce a warning if new code
is added to the enum but not added here */