diff options
Diffstat (limited to 'storage/mroonga/mrn_err.h')
-rw-r--r-- | storage/mroonga/mrn_err.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/mroonga/mrn_err.h b/storage/mroonga/mrn_err.h index cd4515a034e..d109f87bb48 100644 --- a/storage/mroonga/mrn_err.h +++ b/storage/mroonga/mrn_err.h @@ -1,4 +1,6 @@ -/* Copyright(C) 2011 Kentoku SHIBA +/* + Copyright(C) 2011 Kentoku SHIBA + Copyright(C) 2014-2015 Kouhei Sutou <kou@clear-code.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -33,7 +35,7 @@ "The column flag '%-.64s' is unsupported. It is ignored" #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" + "The column flag '%-.64s' is invalid. It is ignored" #define ER_MRN_INVALID_INDEX_FLAG_NUM 16508 #define ER_MRN_INVALID_INDEX_FLAG_STR \ "The index flag '%-.64s' is invalid. It is ignored" |