Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:30:43 JST 2012
Kouhei Sutou 2011-10-25 12:23:05 +0900 (Tue, 25 Oct 2011) New Revision: c52c252aa969837cd562f092b5e1e280c7a8332a https://github.com/mroonga/mroonga/commit/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 12:20:37 +0900 (260fd5f) +++ ha_mroonga.cc 2011-10-25 12:23:05 +0900 (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) -------------- next part -------------- HTML����������������������������...Download