Navigation Menu

Skip to content

Commit

Permalink
use descrition instead of argument name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 25, 2011
1 parent c6b15ad commit c52c252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -242,11 +242,11 @@ static MYSQL_SYSVAR_STR(default_parser, mrn_default_parser,

static MYSQL_THDVAR_BOOL(
dry_write, /* name */
PLUGIN_VAR_OPCMDARG, /* opt */
PLUGIN_VAR_OPCMDARG, /* options */
"If dry_write is true, any write operations are ignored.", /* comment */
NULL, /* check */
NULL, /* update */
FALSE /* def */
FALSE /* default */
);

static bool mrn_dry_write(THD *thd)
Expand Down

0 comments on commit c52c252

Please sign in to comment.