[Groonga-mysql-commit] mroonga/mroonga at f79165a [master] Use MRN_SEVERITY_WARNING macro definition to fix build error with MySQL 5.7

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Mar 29 16:55:27 JST 2016


HAYASHI Kentaro	2016-03-29 16:55:27 +0900 (Tue, 29 Mar 2016)

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

  Message:
    Use MRN_SEVERITY_WARNING macro definition to fix build error with MySQL 5.7

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+1 -1)
===================================================================
--- mrn_table.cpp    2016-03-28 15:58:50 +0900 (6e3573d)
+++ mrn_table.cpp    2016-03-29 16:55:27 +0900 (f77e101)
@@ -579,7 +579,7 @@ int mrn_add_index_param(MRN_SHARE *share, KEY *key_info, int i)
         MRN_PARAM_STR_LIST("table", index_table, i);
         break;
       case 6:
-        push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN, 
+        push_warning_printf(thd, MRN_SEVERITY_WARNING,
                             ER_WARN_DEPRECATED_SYNTAX,
                             ER(ER_WARN_DEPRECATED_SYNTAX),
                             "parser", "tokenizer");
-------------- next part --------------
HTML����������������������������...
Download 



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