Navigation Menu

Skip to content

Commit

Permalink
mysql57: use MRN_SEVERITY_WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 13, 2015
1 parent 2dd816a commit b06cdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -1394,7 +1394,7 @@ bool mrn_parse_grn_index_column_flags(THD *thd,
"%.*s",
static_cast<int>(rest_length),
flag_names);
push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN,
push_warning_printf(thd, MRN_SEVERITY_WARNING,
ER_MRN_INVALID_INDEX_FLAG_NUM,
ER_MRN_INVALID_INDEX_FLAG_STR,
invalid_flag_name);
Expand Down

0 comments on commit b06cdd3

Please sign in to comment.