[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] rename variable "index_repository_per_table" to "idx_repos_per_table".

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:19:48 JST 2012


Tetsuro IKEDA	2009-09-03 18:20:21 +0900 (Thu, 03 Sep 2009)

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

  Log:
    rename variable "index_repository_per_table" to "idx_repos_per_table".

  Modified files:
    ha_groonga.cc

  Modified: ha_groonga.cc (+2 -2)
===================================================================
--- ha_groonga.cc    2009-09-03 18:19:10 +0900 (c99b0b2)
+++ ha_groonga.cc    2009-09-03 18:20:21 +0900 (fbd450e)
@@ -79,7 +79,7 @@ static MYSQL_THDVAR_BOOL(
                          );
 
 static MYSQL_THDVAR_BOOL(
-                         index_repository_per_table,
+                         idx_repos_per_table,
                          PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_THDLOCAL,
                          "use index repository per table.",
                          NULL,
@@ -149,7 +149,7 @@ struct st_mysql_sys_var  *mrn_system_variables[] =
   MYSQL_SYSVAR(debug),
   MYSQL_SYSVAR(use_column_pruning),
   MYSQL_SYSVAR(use_cond_push),
-  MYSQL_SYSVAR(index_repository_per_table),
+  MYSQL_SYSVAR(idx_repos_per_table),
   NULL
 };
 
-------------- next part --------------
HTML����������������������������...
Download 



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