null+****@clear*****
null+****@clear*****
2011年 10月 25日 (火) 12:23:05 JST
Kouhei Sutou 2011-10-25 03:23:05 +0000 (Tue, 25 Oct 2011)
New Revision: c52c252aa969837cd562f092b5e1e280c7a8332a
Log:
use descrition instead of argument name.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc 2011-10-25 03:20:37 +0000 (260fd5f)
+++ ha_mroonga.cc 2011-10-25 03:23:05 +0000 (69889ac)
@@ -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)