[Groonga-mysql-commit] mroonga/mroonga at b06cdd3 [master] mysql57: use MRN_SEVERITY_WARNING

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 14 00:25:31 JST 2015


Kouhei Sutou	2015-03-14 00:25:31 +0900 (Sat, 14 Mar 2015)

  New Revision: b06cdd3b898ea4eb3103205db5a13ab434c3b7eb
  https://github.com/mroonga/mroonga/commit/b06cdd3b898ea4eb3103205db5a13ab434c3b7eb

  Message:
    mysql57: use MRN_SEVERITY_WARNING

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2015-03-14 00:24:53 +0900 (d62a71b)
+++ ha_mroonga.cpp    2015-03-14 00:25:31 +0900 (20936fb)
@@ -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);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index