[Groonga-mysql-commit] mroonga/mroonga at ed198de [master] Add an empty line after logging related variables

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jul 12 11:55:19 JST 2013


Kouhei Sutou	2013-07-12 11:55:19 +0900 (Fri, 12 Jul 2013)

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

  Message:
    Add an empty line after logging related variables
    
    It is for creating a block for logging related variables. It increases
    readability.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -0)
===================================================================
--- ha_mroonga.cpp    2013-07-12 11:51:14 +0900 (461d84d)
+++ ha_mroonga.cpp    2013-07-12 11:55:19 +0900 (69b28f3)
@@ -444,6 +444,7 @@ static FILE *mrn_log_file = NULL;
 static bool mrn_log_file_opened = false;
 static grn_log_level mrn_log_level_default = GRN_LOG_DEFAULT_LEVEL;
 static ulong mrn_log_level = mrn_log_level_default;
+
 char *mrn_default_parser = NULL;
 char *mrn_default_wrapper_engine = NULL;
 static char *mrn_database_path_prefix = NULL;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る