summaryrefslogtreecommitdiff
path: root/storage/mroonga/mrn_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/mrn_err.h')
-rw-r--r--storage/mroonga/mrn_err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/mroonga/mrn_err.h b/storage/mroonga/mrn_err.h
index bfaf2d44fa8..cd4515a034e 100644
--- a/storage/mroonga/mrn_err.h
+++ b/storage/mroonga/mrn_err.h
@@ -34,5 +34,8 @@
#define ER_MRN_INVALID_COLUMN_FLAG_NUM 16507
#define ER_MRN_INVALID_COLUMN_FLAG_STR \
"The column flag '%-.64s' is invalid. '%-64s' is used instead"
+#define ER_MRN_INVALID_INDEX_FLAG_NUM 16508
+#define ER_MRN_INVALID_INDEX_FLAG_STR \
+ "The index flag '%-.64s' is invalid. It is ignored"
#endif /* MRN_ERR_H_ */