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 d109f87bb48..95b1b047c79 100644
--- a/storage/mroonga/mrn_err.h
+++ b/storage/mroonga/mrn_err.h
@@ -39,5 +39,8 @@
#define ER_MRN_INVALID_INDEX_FLAG_NUM 16508
#define ER_MRN_INVALID_INDEX_FLAG_STR \
"The index flag '%-.64s' is invalid. It is ignored"
+#define ER_MRN_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN_NUM 16509
+#define ER_MRN_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMN_STR \
+ "Index for virtual generated column is not supported: %s"
#endif /* MRN_ERR_H_ */