[Groonga-mysql-commit] mroonga/mroonga at 42b9344 [master] Close related code

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 19 21:42:13 JST 2017


Kouhei Sutou	2017-07-19 21:42:13 +0900 (Wed, 19 Jul 2017)

  New Revision: 42b9344bf0d3a99292733b34141f0bd0bcde8992
  https://github.com/mroonga/mroonga/commit/42b9344bf0d3a99292733b34141f0bd0bcde8992

  Message:
    Close related code

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+7 -7)
===================================================================
--- ha_mroonga.cpp    2017-07-19 21:41:56 +0900 (65b354d)
+++ ha_mroonga.cpp    2017-07-19 21:42:13 +0900 (633370b)
@@ -820,6 +820,13 @@ static void mrn_log_file_update(THD *thd, struct st_mysql_sys_var *var,
   DBUG_VOID_RETURN;
 }
 
+static MYSQL_SYSVAR_STR(log_file, mrn_log_file_path,
+                        PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_MEMALLOC,
+                        "log file for " MRN_PLUGIN_NAME_STRING,
+                        NULL,
+                        mrn_log_file_update,
+                        MRN_LOG_FILE_PATH);
+
 static void mrn_query_log_file_update(THD *thd, struct st_mysql_sys_var *var,
                                       void *var_ptr, const void *save)
 {
@@ -891,13 +898,6 @@ static void mrn_query_log_file_update(THD *thd, struct st_mysql_sys_var *var,
   DBUG_VOID_RETURN;
 }
 
-static MYSQL_SYSVAR_STR(log_file, mrn_log_file_path,
-                        PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_MEMALLOC,
-                        "log file for " MRN_PLUGIN_NAME_STRING,
-                        NULL,
-                        mrn_log_file_update,
-                        MRN_LOG_FILE_PATH);
-
 static MYSQL_SYSVAR_STR(query_log_file, mrn_query_log_file_path,
                         PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_MEMALLOC,
                         "query log file for " MRN_PLUGIN_NAME_STRING,
-------------- next part --------------
HTML����������������������������...
Download 



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