summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/db0err.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-07 17:33:33 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-07 17:33:33 +0200
commita2807e41e8fcac00711cf4465e910327bfd69fe2 (patch)
treec94b0a32226b09e8675f8b9b559a610c554cda6b /storage/xtradb/include/db0err.h
parent8ee9d19607d84aeebf97b704a19453f6a772299b (diff)
parent6cb3146af896eb7d27aed6815428008f105e8ae8 (diff)
downloadmariadb-git-a2807e41e8fcac00711cf4465e910327bfd69fe2.tar.gz
xtradb 5.6.17-65.0
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 17fef0dc1f4..744b80ecd05 100644
--- a/storage/xtradb/include/db0err.h
+++ b/storage/xtradb/include/db0err.h
@@ -128,6 +128,8 @@ enum dberr_t {
DB_FTS_EXCEED_RESULT_CACHE_LIMIT, /*!< FTS query memory
exceeds result cache limit */
DB_TEMP_FILE_WRITE_FAILURE, /*!< Temp file write failure */
+ DB_FTS_TOO_MANY_WORDS_IN_PHRASE,
+ /*< Too many words in a phrase */
/* The following are partial failure codes */
DB_FAIL = 1000,