Navigation Menu

Skip to content

Commit

Permalink
rename variable "index_repository_per_table" to "idx_repos_per_table".
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Sep 3, 2009
1 parent 006c8e1 commit d4338a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_groonga.cc
Expand Up @@ -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,
Expand Down Expand Up @@ -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
};

Expand Down

0 comments on commit d4338a2

Please sign in to comment.