[Groonga-mysql-commit] mroonga/mroonga at 43b3fff [master] Use a line per item

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 23 18:25:19 JST 2014


Kouhei Sutou	2014-12-23 18:25:19 +0900 (Tue, 23 Dec 2014)

  New Revision: 43b3fffb0d82df79149fd480f8588b0518a15c24
  https://github.com/mroonga/mroonga/commit/43b3fffb0d82df79149fd480f8588b0518a15c24

  Message:
    Use a line per item

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+13 -4)
===================================================================
--- ha_mroonga.cpp    2014-12-23 17:58:01 +0900 (f2a022d)
+++ ha_mroonga.cpp    2014-12-23 18:25:19 +0900 (b1e6d24)
@@ -616,10 +616,19 @@ static struct st_mysql_show_var mrn_status_variables[] =
   {NullS, NullS, SHOW_LONG}
 };
 
-static const char *mrn_log_level_type_names[] = { "NONE", "EMERG", "ALERT",
-                                                  "CRIT", "ERROR", "WARNING",
-                                                  "NOTICE", "INFO", "DEBUG",
-                                                  "DUMP", NullS };
+static const char *mrn_log_level_type_names[] = {
+  "NONE",
+  "EMERG",
+  "ALERT",
+  "CRIT",
+  "ERROR",
+  "WARNING",
+  "NOTICE",
+  "INFO",
+  "DEBUG",
+  "DUMP",
+  NullS
+};
 static TYPELIB mrn_log_level_typelib =
 {
   array_elements(mrn_log_level_type_names)-1,
-------------- next part --------------
HTML����������������������������...
下載 



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