[Groonga-commit] groonga/groonga at 7991d45 [master] test: use plugin_register instead of register command

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jun 28 15:49:49 JST 2016


Kentaro Hayashi	2016-06-28 15:49:49 +0900 (Tue, 28 Jun 2016)

  New Revision: 7991d456d684eef42007686e0c203558e50c3027
  https://github.com/groonga/groonga/commit/7991d456d684eef42007686e0c203558e50c3027

  Message:
    test: use plugin_register instead of register command
    
    register command is obsolete since Groonga 5.0.1

  Modified files:
    test/command/suite/plugin_unregister/existence.expected
    test/command/suite/plugin_unregister/existence.test
    test/command/suite/query_expand/invalid/nonexistent_flags.expected
    test/command/suite/query_expand/invalid/nonexistent_flags.test
    test/command/suite/query_expand/proc.expected
    test/command/suite/query_expand/proc.test
    test/command/suite/ruby/eval/built_in_class.expected
    test/command/suite/ruby/eval/built_in_class.test
    test/command/suite/ruby/eval/built_in_module.expected
    test/command/suite/ruby/eval/built_in_module.test
    test/command/suite/ruby/eval/context/array_reference/fixed_size_column.expected
    test/command/suite/ruby/eval/context/array_reference/fixed_size_column.test
    test/command/suite/ruby/eval/convert/string_to_time/over_int32.expected
    test/command/suite/ruby/eval/convert/string_to_time/over_int32.test
    test/command/suite/ruby/eval/exception.expected
    test/command/suite/ruby/eval/exception.test
    test/command/suite/ruby/eval/false.expected
    test/command/suite/ruby/eval/false.test
    test/command/suite/ruby/eval/nil.expected
    test/command/suite/ruby/eval/nil.test
    test/command/suite/ruby/eval/numeric.expected
    test/command/suite/ruby/eval/numeric.test
    test/command/suite/ruby/eval/symbol.expected
    test/command/suite/ruby/eval/symbol.test
    test/command/suite/ruby/eval/true.expected
    test/command/suite/ruby/eval/true.test
    test/command/suite/select/function/query/query_expander.expected
    test/command/suite/select/function/query/query_expander.test
    test/command/suite/select/query_expander/proc/tsv/expand.expected
    test/command/suite/select/query_expander/proc/tsv/expand.test
    test/command/suite/sharding/logical_count/condition/no_range.expected
    test/command/suite/sharding/logical_count/condition/no_range.test
    test/command/suite/sharding/logical_count/condition/range/max_exclude.expected
    test/command/suite/sharding/logical_count/condition/range/max_exclude.test
    test/command/suite/sharding/logical_count/condition/range/max_include.expected
    test/command/suite/sharding/logical_count/condition/range/max_include.test
    test/command/suite/sharding/logical_count/condition/range/min_exclude.expected
    test/command/suite/sharding/logical_count/condition/range/min_exclude.test
    test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.expected
    test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.test
    test/command/suite/sharding/logical_count/condition/range/min_include.expected
    test/command/suite/sharding/logical_count/condition/range/min_include.test
    test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.expected
    test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.test
    test/command/suite/sharding/logical_count/condition/range/min_include_max_include.expected
    test/command/suite/sharding/logical_count/condition/range/min_include_max_include.test
    test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.expected
    test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.test
    test/command/suite/sharding/logical_count/no_condition/one_physical_table.expected
    test/command/suite/sharding/logical_count/no_condition/one_physical_table.test
    test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/index/max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/max_include.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.test
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.expected
    test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.test
    test/command/suite/sharding/logical_count/no_logical_table.expected
    test/command/suite/sharding/logical_count/no_logical_table.test
    test/command/suite/sharding/logical_count/shard_type/month_day/all.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/all.test
    test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.test
    test/command/suite/sharding/logical_count/shard_type/month_day/max_include.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/max_include.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.test
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.expected
    test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.test
    test/command/suite/sharding/logical_parameters/range_index/always.expected
    test/command/suite/sharding/logical_parameters/range_index/always.test
    test/command/suite/sharding/logical_parameters/range_index/auto.expected
    test/command/suite/sharding/logical_parameters/range_index/auto.test
    test/command/suite/sharding/logical_parameters/range_index/default.expected
    test/command/suite/sharding/logical_parameters/range_index/default.test
    test/command/suite/sharding/logical_parameters/range_index/invalid.expected
    test/command/suite/sharding/logical_parameters/range_index/invalid.test
    test/command/suite/sharding/logical_parameters/range_index/never.expected
    test/command/suite/sharding/logical_parameters/range_index/never.test
    test/command/suite/sharding/logical_range_filter/cache/default.expected
    test/command/suite/sharding/logical_range_filter/cache/default.test
    test/command/suite/sharding/logical_range_filter/cache/no.expected
    test/command/suite/sharding/logical_range_filter/cache/no.test
    test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/in_values/select.expected
    test/command/suite/sharding/logical_range_filter/filter/in_values/select.test
    test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/match/string/select.expected
    test/command/suite/sharding/logical_range_filter/filter/match/string/select.test
    test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual
    test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/or_equals/select.expected
    test/command/suite/sharding/logical_range_filter/filter/or_equals/select.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.test
    test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.expected
    test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.test
    test/command/suite/sharding/logical_range_filter/invalid/no_shard.test
    test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.expected
    test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.test
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.test
    test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.test
    test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.test
    test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.test
    test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.test
    test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.test
    test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.test
    test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.test
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.expected
    test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.test
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.expected
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.test
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.expected
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.test
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.expected
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.test
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.expected
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.test
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.expected
    test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.test
    test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.expected
    test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.test
    test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.expected
    test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.test
    test/command/suite/sharding/logical_select/drilldown/plain/keys/single.expected
    test/command/suite/sharding/logical_select/drilldown/plain/keys/single.test
    test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.expected
    test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.test
    test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.expected
    test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.test
    test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.expected
    test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.test
    test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.expected
    test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.test
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.expected
    test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.test
    test/command/suite/sharding/logical_select/limit/negative.expected
    test/command/suite/sharding/logical_select/limit/negative.test
    test/command/suite/sharding/logical_select/limit/positive.expected
    test/command/suite/sharding/logical_select/limit/positive.test
    test/command/suite/sharding/logical_select/no_condition/all.expected
    test/command/suite/sharding/logical_select/no_condition/all.test
    test/command/suite/sharding/logical_select/no_condition/max_exclude.expected
    test/command/suite/sharding/logical_select/no_condition/max_exclude.test
    test/command/suite/sharding/logical_select/no_condition/max_include.expected
    test/command/suite/sharding/logical_select/no_condition/max_include.test
    test/command/suite/sharding/logical_select/no_condition/min_exclude.expected
    test/command/suite/sharding/logical_select/no_condition/min_exclude.test
    test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.expected
    test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.test
    test/command/suite/sharding/logical_select/no_condition/min_include.expected
    test/command/suite/sharding/logical_select/no_condition/min_include.test
    test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.expected
    test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.test
    test/command/suite/sharding/logical_select/no_condition/min_include_max_include.expected
    test/command/suite/sharding/logical_select/no_condition/min_include_max_include.test
    test/command/suite/sharding/logical_select/offset/negative.expected
    test/command/suite/sharding/logical_select/offset/negative.test
    test/command/suite/sharding/logical_select/offset/positive.expected
    test/command/suite/sharding/logical_select/offset/positive.test
    test/command/suite/sharding/logical_select/output_columns/empty.expected
    test/command/suite/sharding/logical_select/output_columns/empty.test
    test/command/suite/sharding/logical_select/output_columns/multiple.expected
    test/command/suite/sharding/logical_select/output_columns/multiple.test
    test/command/suite/sharding/logical_select/output_columns/single.expected
    test/command/suite/sharding/logical_select/output_columns/single.test
    test/command/suite/sharding/logical_select/sortby/shard_key/ascending.expected
    test/command/suite/sharding/logical_select/sortby/shard_key/ascending.test
    test/command/suite/sharding/logical_shard_list/day.expected
    test/command/suite/sharding/logical_shard_list/day.test
    test/command/suite/sharding/logical_shard_list/days.expected
    test/command/suite/sharding/logical_shard_list/days.test
    test/command/suite/sharding/logical_shard_list/month.expected
    test/command/suite/sharding/logical_shard_list/month.test
    test/command/suite/sharding/logical_shard_list/months.expected
    test/command/suite/sharding/logical_shard_list/months.test
    test/command/suite/sharding/logical_shard_list/months_days.expected
    test/command/suite/sharding/logical_shard_list/months_days.test
    test/command/suite/sharding/logical_shard_list/nonexistent.expected
    test/command/suite/sharding/logical_shard_list/nonexistent.test
    test/command/suite/sharding/logical_table_remove/range/all.expected
    test/command/suite/sharding/logical_table_remove/range/all.test
    test/command/suite/sharding/logical_table_remove/range/max_exclude.expected
    test/command/suite/sharding/logical_table_remove/range/max_exclude.test
    test/command/suite/sharding/logical_table_remove/range/max_include.expected
    test/command/suite/sharding/logical_table_remove/range/max_include.test
    test/command/suite/sharding/logical_table_remove/range/min_exclude.expected
    test/command/suite/sharding/logical_table_remove/range/min_exclude.test
    test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.expected
    test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.test
    test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.expected
    test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.test
    test/command/suite/sharding/logical_table_remove/range/min_include.expected
    test/command/suite/sharding/logical_table_remove/range/min_include.test
    test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.expected
    test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.test
    test/command/suite/sharding/logical_table_remove/range/min_include_max_include.expected
    test/command/suite/sharding/logical_table_remove/range/min_include_max_include.test
    test/command/suite/sharding/logical_table_remove/referenced/default.expected
    test/command/suite/sharding/logical_table_remove/referenced/default.test
    test/command/suite/sharding/logical_table_remove/referenced/dependent.expected
    test/command/suite/sharding/logical_table_remove/referenced/dependent.test
    test/command/suite/table_create/default_tokenizer/kytea/default.expected
    test/command/suite/table_create/default_tokenizer/kytea/default.test
    test/command/suite/table_create/default_tokenizer/kytea/normalize.expected
    test/command/suite/table_create/default_tokenizer/kytea/normalize.test
    test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.expected
    test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.test
    test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.expected
    test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.test
    test/command/suite/table_create/token_filters/empty_between_comma.expected
    test/command/suite/table_create/token_filters/empty_between_comma.test
    test/command/suite/table_create/token_filters/leading_comma.expected
    test/command/suite/table_create/token_filters/leading_comma.test
    test/command/suite/table_create/token_filters/leading_spaces.expected
    test/command/suite/table_create/token_filters/leading_spaces.test
    test/command/suite/table_create/token_filters/multiple.expected
    test/command/suite/table_create/token_filters/multiple.test
    test/command/suite/table_create/token_filters/one.expected
    test/command/suite/table_create/token_filters/one.test
    test/command/suite/table_create/token_filters/spaces_around_comma.expected
    test/command/suite/table_create/token_filters/spaces_around_comma.test
    test/command/suite/table_create/token_filters/trailing_comma.expected
    test/command/suite/table_create/token_filters/trailing_comma.test
    test/command/suite/table_tokenize/with_token_filters.expected
    test/command/suite/table_tokenize/with_token_filters.test
    test/command/suite/token_filters/stem/all_upper.expected
    test/command/suite/token_filters/stem/all_upper.test
    test/command/suite/token_filters/stem/english.expected
    test/command/suite/token_filters/stem/english.test
    test/command/suite/token_filters/stem/offline_index.expected
    test/command/suite/token_filters/stem/offline_index.test
    test/command/suite/token_filters/stop_word/offline_index_construction.expected
    test/command/suite/token_filters/stop_word/offline_index_construction.test
    test/command/suite/token_filters/stop_word/skip.expected
    test/command/suite/token_filters/stop_word/skip.test
    test/command/suite/tokenize/with_token_filters.expected
    test/command/suite/tokenize/with_token_filters.test

  Modified: test/command/suite/plugin_unregister/existence.expected (+1 -1)
===================================================================
--- test/command/suite/plugin_unregister/existence.expected    2016-06-28 13:56:41 +0900 (57f7e9f)
+++ test/command/suite/plugin_unregister/existence.expected    2016-06-28 15:49:49 +0900 (f2dfed1)
@@ -1,4 +1,4 @@
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/plugin_unregister/existence.test (+1 -1)
===================================================================
--- test/command/suite/plugin_unregister/existence.test    2016-06-28 13:56:41 +0900 (094ef71)
+++ test/command/suite/plugin_unregister/existence.test    2016-06-28 15:49:49 +0900 (19900fe)
@@ -1,6 +1,6 @@
 #$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 
 table_create Memos TABLE_NO_KEY
 column_create Memos content COLUMN_SCALAR ShortText

  Modified: test/command/suite/query_expand/invalid/nonexistent_flags.expected (+1 -1)
===================================================================
--- test/command/suite/query_expand/invalid/nonexistent_flags.expected    2016-06-28 13:56:41 +0900 (b5374a5)
+++ test/command/suite/query_expand/invalid/nonexistent_flags.expected    2016-06-28 15:49:49 +0900 (3c29efc)
@@ -1,4 +1,4 @@
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 [[0,0.0,0.0],true]
 query_expand QueryExpanderTSV rroonga ALLOW_COLUMN|NONEXISTENT
 [[[-22,0.0,0.0],"[query][expand] invalid query flag: <NONEXISTENT>"]]

  Modified: test/command/suite/query_expand/invalid/nonexistent_flags.test (+1 -1)
===================================================================
--- test/command/suite/query_expand/invalid/nonexistent_flags.test    2016-06-28 13:56:41 +0900 (d56f820)
+++ test/command/suite/query_expand/invalid/nonexistent_flags.test    2016-06-28 15:49:49 +0900 (7c6fdce)
@@ -1,5 +1,5 @@
 #$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 
 query_expand QueryExpanderTSV rroonga ALLOW_COLUMN|NONEXISTENT

  Modified: test/command/suite/query_expand/proc.expected (+1 -1)
===================================================================
--- test/command/suite/query_expand/proc.expected    2016-06-28 13:56:41 +0900 (66046c8)
+++ test/command/suite/query_expand/proc.expected    2016-06-28 15:49:49 +0900 (24cb7e3)
@@ -1,4 +1,4 @@
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 [[0,0.0,0.0],true]
 query_expand QueryExpanderTSV rroonga
 [[0,0.0,0.0],"((rroonga) OR (Ruby groonga))"]

  Modified: test/command/suite/query_expand/proc.test (+1 -1)
===================================================================
--- test/command/suite/query_expand/proc.test    2016-06-28 13:56:41 +0900 (b261c8a)
+++ test/command/suite/query_expand/proc.test    2016-06-28 15:49:49 +0900 (5fd02de)
@@ -1,5 +1,5 @@
 #$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 
 query_expand QueryExpanderTSV rroonga

  Modified: test/command/suite/ruby/eval/built_in_class.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/built_in_class.expected    2016-06-28 13:56:41 +0900 (05b82ee)
+++ test/command/suite/ruby/eval/built_in_class.expected    2016-06-28 15:49:49 +0900 (9742d0a)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "Groonga::Object.to_s"
 [[0,0.0,0.0],{"value":"Groonga::Object"}]

  Modified: test/command/suite/ruby/eval/built_in_class.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/built_in_class.test    2016-06-28 13:56:41 +0900 (e0632b3)
+++ test/command/suite/ruby/eval/built_in_class.test    2016-06-28 15:49:49 +0900 (01182e7)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "Groonga::Object.to_s"

  Modified: test/command/suite/ruby/eval/built_in_module.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/built_in_module.expected    2016-06-28 13:56:41 +0900 (9284ed9)
+++ test/command/suite/ruby/eval/built_in_module.expected    2016-06-28 15:49:49 +0900 (78a41ce)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "Groonga.to_s"
 [[0,0.0,0.0],{"value":"Groonga"}]

  Modified: test/command/suite/ruby/eval/built_in_module.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/built_in_module.test    2016-06-28 13:56:41 +0900 (2f3422c)
+++ test/command/suite/ruby/eval/built_in_module.test    2016-06-28 15:49:49 +0900 (4f8fb03)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "Groonga.to_s"

  Modified: test/command/suite/ruby/eval/context/array_reference/fixed_size_column.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/context/array_reference/fixed_size_column.expected    2016-06-28 13:56:41 +0900 (1705f6a)
+++ test/command/suite/ruby/eval/context/array_reference/fixed_size_column.expected    2016-06-28 15:49:49 +0900 (32d6ae3)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 table_create Users TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/ruby/eval/context/array_reference/fixed_size_column.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/context/array_reference/fixed_size_column.test    2016-06-28 13:56:41 +0900 (a629e9c)
+++ test/command/suite/ruby/eval/context/array_reference/fixed_size_column.test    2016-06-28 15:49:49 +0900 (dd342e0)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 table_create Users TABLE_NO_KEY

  Modified: test/command/suite/ruby/eval/convert/string_to_time/over_int32.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/convert/string_to_time/over_int32.expected    2016-06-28 13:56:41 +0900 (1f9afeb)
+++ test/command/suite/ruby/eval/convert/string_to_time/over_int32.expected    2016-06-28 15:49:49 +0900 (5c9613e)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval 'Groonga::Converter.convert("2039/1/1 00:00:00", Time).to_s'
 [[0,0.0,0.0],{"value":"Sat Jan 01 00:00:00 2039"}]

  Modified: test/command/suite/ruby/eval/convert/string_to_time/over_int32.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/convert/string_to_time/over_int32.test    2016-06-28 13:56:41 +0900 (892b3f2)
+++ test/command/suite/ruby/eval/convert/string_to_time/over_int32.test    2016-06-28 15:49:49 +0900 (321e182)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval 'Groonga::Converter.convert("2039/1/1 00:00:00", Time).to_s'

  Modified: test/command/suite/ruby/eval/exception.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/exception.expected    2016-06-28 13:56:41 +0900 (bcd7b70)
+++ test/command/suite/ruby/eval/exception.expected    2016-06-28 15:49:49 +0900 (65492ee)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "raise 'Error'"
 [[0,0.0,0.0],{"exception":{"message":"Error"}}]

  Modified: test/command/suite/ruby/eval/exception.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/exception.test    2016-06-28 13:56:41 +0900 (6793a20)
+++ test/command/suite/ruby/eval/exception.test    2016-06-28 15:49:49 +0900 (038982c)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "raise 'Error'"

  Modified: test/command/suite/ruby/eval/false.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/false.expected    2016-06-28 13:56:41 +0900 (4af3922)
+++ test/command/suite/ruby/eval/false.expected    2016-06-28 15:49:49 +0900 (712a900)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "false"
 [[0,0.0,0.0],{"value":false}]

  Modified: test/command/suite/ruby/eval/false.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/false.test    2016-06-28 13:56:41 +0900 (a2084b8)
+++ test/command/suite/ruby/eval/false.test    2016-06-28 15:49:49 +0900 (a730756)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "false"

  Modified: test/command/suite/ruby/eval/nil.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/nil.expected    2016-06-28 13:56:41 +0900 (d44eba9)
+++ test/command/suite/ruby/eval/nil.expected    2016-06-28 15:49:49 +0900 (5dab78e)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "nil"
 [[0,0.0,0.0],{"value":null}]

  Modified: test/command/suite/ruby/eval/nil.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/nil.test    2016-06-28 13:56:41 +0900 (ba9411b)
+++ test/command/suite/ruby/eval/nil.test    2016-06-28 15:49:49 +0900 (c25dd04)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "nil"

  Modified: test/command/suite/ruby/eval/numeric.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/numeric.expected    2016-06-28 13:56:41 +0900 (0697f4b)
+++ test/command/suite/ruby/eval/numeric.expected    2016-06-28 15:49:49 +0900 (caae16b)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "1"
 [[0,0.0,0.0],{"value":1}]

  Modified: test/command/suite/ruby/eval/numeric.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/numeric.test    2016-06-28 13:56:41 +0900 (7a04719)
+++ test/command/suite/ruby/eval/numeric.test    2016-06-28 15:49:49 +0900 (6c1dfd3)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "1"

  Modified: test/command/suite/ruby/eval/symbol.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/symbol.expected    2016-06-28 13:56:41 +0900 (fb16bf5)
+++ test/command/suite/ruby/eval/symbol.expected    2016-06-28 15:49:49 +0900 (dffea20)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval ":symbol"
 [[0,0.0,0.0],{"value":"symbol"}]

  Modified: test/command/suite/ruby/eval/symbol.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/symbol.test    2016-06-28 13:56:41 +0900 (927eda0)
+++ test/command/suite/ruby/eval/symbol.test    2016-06-28 15:49:49 +0900 (b4f932e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval ":symbol"

  Modified: test/command/suite/ruby/eval/true.expected (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/true.expected    2016-06-28 13:56:41 +0900 (83f43e8)
+++ test/command/suite/ruby/eval/true.expected    2016-06-28 15:49:49 +0900 (2633f7f)
@@ -1,4 +1,4 @@
-register ruby/eval
+plugin_register ruby/eval
 [[0,0.0,0.0],true]
 ruby_eval "true"
 [[0,0.0,0.0],{"value":true}]

  Modified: test/command/suite/ruby/eval/true.test (+1 -1)
===================================================================
--- test/command/suite/ruby/eval/true.test    2016-06-28 13:56:41 +0900 (d334841)
+++ test/command/suite/ruby/eval/true.test    2016-06-28 15:49:49 +0900 (16425db)
@@ -1,5 +1,5 @@
 #@on-error omit
-register ruby/eval
+plugin_register ruby/eval
 #@on-error default
 
 ruby_eval "true"

  Modified: test/command/suite/select/function/query/query_expander.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/query/query_expander.expected    2016-06-28 13:56:41 +0900 (cd69f2a)
+++ test/command/suite/select/function/query/query_expander.expected    2016-06-28 15:49:49 +0900 (4563d77)
@@ -1,4 +1,4 @@
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/select/function/query/query_expander.test (+1 -1)
===================================================================
--- test/command/suite/select/function/query/query_expander.test    2016-06-28 13:56:41 +0900 (9c678ff)
+++ test/command/suite/select/function/query/query_expander.test    2016-06-28 15:49:49 +0900 (fc352c0)
@@ -1,6 +1,6 @@
 #$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 
 table_create Memos TABLE_NO_KEY
 column_create Memos content COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/query_expander/proc/tsv/expand.expected (+1 -1)
===================================================================
--- test/command/suite/select/query_expander/proc/tsv/expand.expected    2016-06-28 13:56:41 +0900 (548eb59)
+++ test/command/suite/select/query_expander/proc/tsv/expand.expected    2016-06-28 15:49:49 +0900 (d9c1933)
@@ -1,4 +1,4 @@
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/select/query_expander/proc/tsv/expand.test (+1 -1)
===================================================================
--- test/command/suite/select/query_expander/proc/tsv/expand.test    2016-06-28 13:56:41 +0900 (bbecda3)
+++ test/command/suite/select/query_expander/proc/tsv/expand.test    2016-06-28 15:49:49 +0900 (85d8289)
@@ -1,6 +1,6 @@
 #$GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=#{base_directory}/tmp/synonyms.tsv
 #@copy-path fixture/query_expander/tsv/expand.tsv tmp/synonyms.tsv
-register "query_expanders/tsv"
+plugin_register "query_expanders/tsv"
 
 table_create Memos TABLE_NO_KEY
 column_create Memos content COLUMN_SCALAR ShortText

  Modified: test/command/suite/sharding/logical_count/condition/no_range.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/no_range.expected    2016-06-28 13:56:41 +0900 (fedbccd)
+++ test/command/suite/sharding/logical_count/condition/no_range.expected    2016-06-28 15:49:49 +0900 (fa58630)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/no_range.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/no_range.test    2016-06-28 13:56:41 +0900 (1f7341d)
+++ test/command/suite/sharding/logical_count/condition/no_range.test    2016-06-28 15:49:49 +0900 (68ec3a9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/max_exclude.expected    2016-06-28 13:56:41 +0900 (3cfea20)
+++ test/command/suite/sharding/logical_count/condition/range/max_exclude.expected    2016-06-28 15:49:49 +0900 (dd96d76)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/max_exclude.test    2016-06-28 13:56:41 +0900 (ceb4605)
+++ test/command/suite/sharding/logical_count/condition/range/max_exclude.test    2016-06-28 15:49:49 +0900 (7aa9ee9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/max_include.expected    2016-06-28 13:56:41 +0900 (ae7c5d5)
+++ test/command/suite/sharding/logical_count/condition/range/max_include.expected    2016-06-28 15:49:49 +0900 (7ba4d9c)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/max_include.test    2016-06-28 13:56:41 +0900 (c4e6b75)
+++ test/command/suite/sharding/logical_count/condition/range/max_include.test    2016-06-28 15:49:49 +0900 (82020d7)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude.expected    2016-06-28 13:56:41 +0900 (7188ef5)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude.expected    2016-06-28 15:49:49 +0900 (b45f837)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude.test    2016-06-28 13:56:41 +0900 (6efde03)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude.test    2016-06-28 15:49:49 +0900 (4670f23)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (226b8d9)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (2661c84)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (748c59e)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (4e9a1d4)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (7ccc2a8)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (c8e27ac)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (c4abaf1)
+++ test/command/suite/sharding/logical_count/condition/range/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (d688415)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include.expected    2016-06-28 13:56:41 +0900 (99e71d7)
+++ test/command/suite/sharding/logical_count/condition/range/min_include.expected    2016-06-28 15:49:49 +0900 (94e1451)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include.test    2016-06-28 13:56:41 +0900 (85679a0)
+++ test/command/suite/sharding/logical_count/condition/range/min_include.test    2016-06-28 15:49:49 +0900 (17126f6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (cdac473)
+++ test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (9f23228)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (4ab1beb)
+++ test/command/suite/sharding/logical_count/condition/range/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (e83bfdc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (1501fc1)
+++ test/command/suite/sharding/logical_count/condition/range/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (08d80c9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/condition/range/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/range/min_include_max_include.test    2016-06-28 13:56:41 +0900 (0ad7b71)
+++ test/command/suite/sharding/logical_count/condition/range/min_include_max_include.test    2016-06-28 15:49:49 +0900 (87780b8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.expected    2016-06-28 13:56:41 +0900 (56c0e83)
+++ test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.expected    2016-06-28 15:49:49 +0900 (58291bc)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.test    2016-06-28 13:56:41 +0900 (77c64af)
+++ test/command/suite/sharding/logical_count/no_condition/multiple_physical_tables.test    2016-06-28 15:49:49 +0900 (574437b)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/one_physical_table.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/one_physical_table.expected    2016-06-28 13:56:41 +0900 (7825dc2)
+++ test/command/suite/sharding/logical_count/no_condition/one_physical_table.expected    2016-06-28 15:49:49 +0900 (2cf0106)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/one_physical_table.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/one_physical_table.test    2016-06-28 13:56:41 +0900 (8ca77eb)
+++ test/command/suite/sharding/logical_count/no_condition/one_physical_table.test    2016-06-28 15:49:49 +0900 (1a8cc99)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.expected    2016-06-28 13:56:41 +0900 (ff3c1f6)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.expected    2016-06-28 15:49:49 +0900 (dde0808)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.test    2016-06-28 13:56:41 +0900 (a831922)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/max_exclude.test    2016-06-28 15:49:49 +0900 (6a7c369)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/max_include.expected    2016-06-28 13:56:41 +0900 (8773cd2)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/max_include.expected    2016-06-28 15:49:49 +0900 (9243f55)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/max_include.test    2016-06-28 13:56:41 +0900 (1f33d5a)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/max_include.test    2016-06-28 15:49:49 +0900 (56019b9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.expected    2016-06-28 13:56:41 +0900 (ec3a59b)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.expected    2016-06-28 15:49:49 +0900 (2ccd4c6)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.test    2016-06-28 13:56:41 +0900 (75d6412)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude.test    2016-06-28 15:49:49 +0900 (c11ebc1)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (0bc805c)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (c179f56)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (6da7604)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (5a0794f)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (c47abb9)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (7480427)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (f4ecba4)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (d61757c)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include.expected    2016-06-28 13:56:41 +0900 (4a5b035)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include.expected    2016-06-28 15:49:49 +0900 (c2428c9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include.test    2016-06-28 13:56:41 +0900 (5187b19)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include.test    2016-06-28 15:49:49 +0900 (05aadaf)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (5ad26ce)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (d509d81)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (0e818ae)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (253d156)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (f007b0c)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (8d61928)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.test    2016-06-28 13:56:41 +0900 (76e70f0)
+++ test/command/suite/sharding/logical_count/no_condition/range/index/min_include_max_include.test    2016-06-28 15:49:49 +0900 (c26327e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.expected    2016-06-28 13:56:41 +0900 (c90dac6)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.expected    2016-06-28 15:49:49 +0900 (14d9b86)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.test    2016-06-28 13:56:41 +0900 (8cfb230)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/max_exclude.test    2016-06-28 15:49:49 +0900 (540dcb6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.expected    2016-06-28 13:56:41 +0900 (6a5f3e5)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.expected    2016-06-28 15:49:49 +0900 (95d6b62)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.test    2016-06-28 13:56:41 +0900 (18898e4)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/max_include.test    2016-06-28 15:49:49 +0900 (4165849)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.expected    2016-06-28 13:56:41 +0900 (17094e6)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.expected    2016-06-28 15:49:49 +0900 (717aa55)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.test    2016-06-28 13:56:41 +0900 (58d1ac1)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude.test    2016-06-28 15:49:49 +0900 (2a0d6e0)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (81cec73)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (d106ea8)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (daa0d3a)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (3df4da1)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (eae3cea)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (1dac469)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (6734ff9)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (5da33c7)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.expected    2016-06-28 13:56:41 +0900 (227e750)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.expected    2016-06-28 15:49:49 +0900 (3d1cc88)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.test    2016-06-28 13:56:41 +0900 (1869a16)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include.test    2016-06-28 15:49:49 +0900 (8f3a47e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (7d7c747)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (a608e9d)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (569038d)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (7bc7412)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (804c0ce)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (46cd1de)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.test    2016-06-28 13:56:41 +0900 (81a80ca)
+++ test/command/suite/sharding/logical_count/no_condition/range/no_index/min_include_max_include.test    2016-06-28 15:49:49 +0900 (34825f0)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/no_logical_table.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_logical_table.expected    2016-06-28 13:56:41 +0900 (5a79700)
+++ test/command/suite/sharding/logical_count/no_logical_table.expected    2016-06-28 15:49:49 +0900 (1a016d2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_count
 [[[-22,0.0,0.0],"[logical_count] logical_table is missing"]]

  Modified: test/command/suite/sharding/logical_count/no_logical_table.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/no_logical_table.test    2016-06-28 13:56:41 +0900 (99ae962)
+++ test/command/suite/sharding/logical_count/no_logical_table.test    2016-06-28 15:49:49 +0900 (ca950e4)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_count

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/all.expected    2016-06-28 13:56:41 +0900 (6076244)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/all.expected    2016-06-28 15:49:49 +0900 (a79377d)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/all.test    2016-06-28 13:56:41 +0900 (dfe04f2)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/all.test    2016-06-28 15:49:49 +0900 (a9de105)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.expected    2016-06-28 13:56:41 +0900 (236d6b6)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.expected    2016-06-28 15:49:49 +0900 (af6fae4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.test    2016-06-28 13:56:41 +0900 (900595e)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/max_exclude.test    2016-06-28 15:49:49 +0900 (62db1fc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/max_include.expected    2016-06-28 13:56:41 +0900 (8bce05f)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/max_include.expected    2016-06-28 15:49:49 +0900 (0f1afcd)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/max_include.test    2016-06-28 13:56:41 +0900 (509b625)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/max_include.test    2016-06-28 15:49:49 +0900 (8293f4e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.expected    2016-06-28 13:56:41 +0900 (7de9428)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.expected    2016-06-28 15:49:49 +0900 (0907bdd)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.test    2016-06-28 13:56:41 +0900 (4c65b15)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude.test    2016-06-28 15:49:49 +0900 (c5ca529)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (f357b70)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (61ec75b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (6b99a85)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (ead97a6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (2e4af7c)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (119f3a2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (b0acd4d)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (e682a86)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include.expected    2016-06-28 13:56:41 +0900 (2a22dfa)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include.expected    2016-06-28 15:49:49 +0900 (5b6bab4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include.test    2016-06-28 13:56:41 +0900 (cbc7daa)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include.test    2016-06-28 15:49:49 +0900 (909d065)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (a45cffb)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (a2c8405)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (8e87f2b)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (f048187)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (e106f50)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (ff228a2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.test    2016-06-28 13:56:41 +0900 (c351010)
+++ test/command/suite/sharding/logical_count/shard_type/month_day/min_include_max_include.test    2016-06-28 15:49:49 +0900 (9995534)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_parameters/range_index/always.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/always.expected    2016-06-28 13:56:41 +0900 (38dfc85)
+++ test/command/suite/sharding/logical_parameters/range_index/always.expected    2016-06-28 15:49:49 +0900 (f42203d)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_parameters --range_index always
 [[0,0.0,0.0],{"range_index":"auto"}]

  Modified: test/command/suite/sharding/logical_parameters/range_index/always.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/always.test    2016-06-28 13:56:41 +0900 (f8caa01)
+++ test/command/suite/sharding/logical_parameters/range_index/always.test    2016-06-28 15:49:49 +0900 (375017a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_parameters --range_index always

  Modified: test/command/suite/sharding/logical_parameters/range_index/auto.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/auto.expected    2016-06-28 13:56:41 +0900 (4d15e14)
+++ test/command/suite/sharding/logical_parameters/range_index/auto.expected    2016-06-28 15:49:49 +0900 (3583a63)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_parameters --range_index auto
 [[0,0.0,0.0],{"range_index":"auto"}]

  Modified: test/command/suite/sharding/logical_parameters/range_index/auto.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/auto.test    2016-06-28 13:56:41 +0900 (7aea6f7)
+++ test/command/suite/sharding/logical_parameters/range_index/auto.test    2016-06-28 15:49:49 +0900 (fc4140b)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_parameters --range_index auto

  Modified: test/command/suite/sharding/logical_parameters/range_index/default.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/default.expected    2016-06-28 13:56:41 +0900 (6cf7ecc)
+++ test/command/suite/sharding/logical_parameters/range_index/default.expected    2016-06-28 15:49:49 +0900 (d3b9b3f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_parameters
 [[0,0.0,0.0],{"range_index":"auto"}]

  Modified: test/command/suite/sharding/logical_parameters/range_index/default.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/default.test    2016-06-28 13:56:41 +0900 (c4558d3)
+++ test/command/suite/sharding/logical_parameters/range_index/default.test    2016-06-28 15:49:49 +0900 (55c5a3c)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_parameters

  Modified: test/command/suite/sharding/logical_parameters/range_index/invalid.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/invalid.expected    2016-06-28 13:56:41 +0900 (a535e8a)
+++ test/command/suite/sharding/logical_parameters/range_index/invalid.expected    2016-06-28 15:49:49 +0900 (769d2b2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_parameters --range_index invalid
 [

  Modified: test/command/suite/sharding/logical_parameters/range_index/invalid.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/invalid.test    2016-06-28 13:56:41 +0900 (8eb155a)
+++ test/command/suite/sharding/logical_parameters/range_index/invalid.test    2016-06-28 15:49:49 +0900 (20efb63)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_parameters --range_index invalid

  Modified: test/command/suite/sharding/logical_parameters/range_index/never.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/never.expected    2016-06-28 13:56:41 +0900 (9bfe83a)
+++ test/command/suite/sharding/logical_parameters/range_index/never.expected    2016-06-28 15:49:49 +0900 (b560c35)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_parameters --range_index never
 [[0,0.0,0.0],{"range_index":"auto"}]

  Modified: test/command/suite/sharding/logical_parameters/range_index/never.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_parameters/range_index/never.test    2016-06-28 13:56:41 +0900 (224edb2)
+++ test/command/suite/sharding/logical_parameters/range_index/never.test    2016-06-28 15:49:49 +0900 (de74b01)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_parameters --range_index never

  Modified: test/command/suite/sharding/logical_range_filter/cache/default.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/default.expected    2016-06-28 13:56:41 +0900 (15ebe6a)
+++ test/command/suite/sharding/logical_range_filter/cache/default.expected    2016-06-28 15:49:49 +0900 (39c0a66)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/cache/default.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/default.test    2016-06-28 13:56:41 +0900 (3ec2a68)
+++ test/command/suite/sharding/logical_range_filter/cache/default.test    2016-06-28 15:49:49 +0900 (7d6bf4a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_range_filter/cache/no.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/no.expected    2016-06-28 13:56:41 +0900 (1363b5a)
+++ test/command/suite/sharding/logical_range_filter/cache/no.expected    2016-06-28 15:49:49 +0900 (0af7707)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/cache/no.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/no.test    2016-06-28 13:56:41 +0900 (179c962)
+++ test/command/suite/sharding/logical_range_filter/cache/no.test    2016-06-28 15:49:49 +0900 (8c1dbee)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.expected    2016-06-28 13:56:41 +0900 (0dcd7b0)
+++ test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.expected    2016-06-28 15:49:49 +0900 (7e2d174)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.test    2016-06-28 13:56:41 +0900 (be21fac)
+++ test/command/suite/sharding/logical_range_filter/filter/in_values/range_index.test    2016-06-28 15:49:49 +0900 (64beab9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Actions TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_range_filter/filter/in_values/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/in_values/select.expected    2016-06-28 13:56:41 +0900 (5781b5c)
+++ test/command/suite/sharding/logical_range_filter/filter/in_values/select.expected    2016-06-28 15:49:49 +0900 (f341f89)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/in_values/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/in_values/select.test    2016-06-28 13:56:41 +0900 (5ac1401)
+++ test/command/suite/sharding/logical_range_filter/filter/in_values/select.test    2016-06-28 15:49:49 +0900 (36c64e6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Actions TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.expected    2016-06-28 13:56:41 +0900 (c58bcad)
+++ test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.expected    2016-06-28 15:49:49 +0900 (5006943)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.test    2016-06-28 13:56:41 +0900 (ff1a5f8)
+++ test/command/suite/sharding/logical_range_filter/filter/match/string/range_index.test    2016-06-28 15:49:49 +0900 (089b521)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/match/string/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/match/string/select.expected    2016-06-28 13:56:41 +0900 (2b0a4ad)
+++ test/command/suite/sharding/logical_range_filter/filter/match/string/select.expected    2016-06-28 15:49:49 +0900 (2cd91a3)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/match/string/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/match/string/select.test    2016-06-28 13:56:41 +0900 (2c5b2ea)
+++ test/command/suite/sharding/logical_range_filter/filter/match/string/select.test    2016-06-28 15:49:49 +0900 (34f31ae)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual    2016-06-28 13:56:41 +0900 (e29eeff)
+++ test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual    2016-06-28 15:49:49 +0900 (8441f15)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.expected    2016-06-28 13:56:41 +0900 (706f61b)
+++ test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.expected    2016-06-28 15:49:49 +0900 (8763d19)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.test    2016-06-28 13:56:41 +0900 (12fdc15)
+++ test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.test    2016-06-28 15:49:49 +0900 (2a37365)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Actions TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_range_filter/filter/or_equals/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/or_equals/select.expected    2016-06-28 13:56:41 +0900 (e313e66)
+++ test/command/suite/sharding/logical_range_filter/filter/or_equals/select.expected    2016-06-28 15:49:49 +0900 (a9ae5e8)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/or_equals/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/or_equals/select.test    2016-06-28 13:56:41 +0900 (6aedc40)
+++ test/command/suite/sharding/logical_range_filter/filter/or_equals/select.test    2016-06-28 15:49:49 +0900 (b08dff9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Actions TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.expected    2016-06-28 13:56:41 +0900 (9d57717)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.expected    2016-06-28 15:49:49 +0900 (e586a7b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.test    2016-06-28 13:56:41 +0900 (6448487)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/literal/range_index.test    2016-06-28 15:49:49 +0900 (16d27f9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.expected    2016-06-28 13:56:41 +0900 (9f6d1b7)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.expected    2016-06-28 15:49:49 +0900 (0a8574f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.test    2016-06-28 13:56:41 +0900 (4e0cf6d)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/literal/select.test    2016-06-28 15:49:49 +0900 (0172674)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.expected    2016-06-28 13:56:41 +0900 (85649d3)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.expected    2016-06-28 15:49:49 +0900 (73f879f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.test    2016-06-28 13:56:41 +0900 (f73e113)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/range_index.test    2016-06-28 15:49:49 +0900 (72677d3)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.expected    2016-06-28 13:56:41 +0900 (a8cfd9d)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.expected    2016-06-28 15:49:49 +0900 (a84865f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.test    2016-06-28 13:56:41 +0900 (8649fa7)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/prefix/select.test    2016-06-28 15:49:49 +0900 (1c630cd)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.expected    2016-06-28 13:56:41 +0900 (33e7895)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.expected    2016-06-28 15:49:49 +0900 (65962ac)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.test    2016-06-28 13:56:41 +0900 (59ffdf4)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/range_index.test    2016-06-28 15:49:49 +0900 (bca9d44)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.expected    2016-06-28 13:56:41 +0900 (5dd948e)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.expected    2016-06-28 15:49:49 +0900 (90404ca)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenRegexp
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.test    2016-06-28 13:56:41 +0900 (4aff034)
+++ test/command/suite/sharding/logical_range_filter/filter/regexp/suffix/select.test    2016-06-28 15:49:49 +0900 (f634995)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Terms TABLE_PAT_KEY ShortText \

  Modified: test/command/suite/sharding/logical_range_filter/invalid/no_shard.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/invalid/no_shard.test    2016-06-28 13:56:41 +0900 (58d0d7e)
+++ test/command/suite/sharding/logical_range_filter/invalid/no_shard.test    2016-06-28 15:49:49 +0900 (a3d4029)
@@ -1,6 +1,6 @@
 #@disable-logging
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 #@enable-logging
 

  Modified: test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.expected    2016-06-28 13:56:41 +0900 (6b3920c)
+++ test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.expected    2016-06-28 15:49:49 +0900 (980e991)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.test    2016-06-28 13:56:41 +0900 (a49f8d4)
+++ test/command/suite/sharding/logical_range_filter/no_index/condition/match/vector/int32.test    2016-06-28 15:49:49 +0900 (f9e61cc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.expected    2016-06-28 13:56:41 +0900 (5a81188)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.expected    2016-06-28 15:49:49 +0900 (e547c20)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.test    2016-06-28 13:56:41 +0900 (631bdae)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/all.test    2016-06-28 15:49:49 +0900 (4a8826e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.expected    2016-06-28 13:56:41 +0900 (89e9115)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.expected    2016-06-28 15:49:49 +0900 (c928e63)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.test    2016-06-28 13:56:41 +0900 (465bcca)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/avg.test    2016-06-28 15:49:49 +0900 (3742f8f)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.expected    2016-06-28 13:56:41 +0900 (e536de2)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.expected    2016-06-28 15:49:49 +0900 (02deefd)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.test    2016-06-28 13:56:41 +0900 (22e96c1)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/max.test    2016-06-28 15:49:49 +0900 (dea7d63)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.expected    2016-06-28 13:56:41 +0900 (df78059)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.expected    2016-06-28 15:49:49 +0900 (f7e3908)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.test    2016-06-28 13:56:41 +0900 (70f606a)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/min.test    2016-06-28 15:49:49 +0900 (19086e1)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.expected    2016-06-28 13:56:41 +0900 (934753a)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.expected    2016-06-28 15:49:49 +0900 (dc26b33)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.test    2016-06-28 13:56:41 +0900 (e933659)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/multiple/sum.test    2016-06-28 15:49:49 +0900 (f012b21)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.expected    2016-06-28 13:56:41 +0900 (e4cf824)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.expected    2016-06-28 15:49:49 +0900 (799764b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.test    2016-06-28 13:56:41 +0900 (4b9047a)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/all.test    2016-06-28 15:49:49 +0900 (e0f88c2)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.expected    2016-06-28 13:56:41 +0900 (c862747)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.expected    2016-06-28 15:49:49 +0900 (6f7acb3)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.test    2016-06-28 13:56:41 +0900 (49de1cb)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/avg.test    2016-06-28 15:49:49 +0900 (30e54c9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.expected    2016-06-28 13:56:41 +0900 (720914f)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.expected    2016-06-28 15:49:49 +0900 (7d68003)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.test    2016-06-28 13:56:41 +0900 (acb8d34)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/max.test    2016-06-28 15:49:49 +0900 (13b0ce8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.expected    2016-06-28 13:56:41 +0900 (2f14988)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.expected    2016-06-28 15:49:49 +0900 (08660df)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.test    2016-06-28 13:56:41 +0900 (940950c)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/min.test    2016-06-28 15:49:49 +0900 (4ebfaab)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.expected    2016-06-28 13:56:41 +0900 (5fe651f)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.expected    2016-06-28 15:49:49 +0900 (d39b223)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.test    2016-06-28 13:56:41 +0900 (eae6812)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/calc_types/single/sum.test    2016-06-28 15:49:49 +0900 (ab26a22)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.expected    2016-06-28 13:56:41 +0900 (54b6952)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.expected    2016-06-28 15:49:49 +0900 (76a1389)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.test    2016-06-28 13:56:41 +0900 (ecc58f2)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/keys/multiple.test    2016-06-28 15:49:49 +0900 (0108c4f)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.expected    2016-06-28 13:56:41 +0900 (fc6b55c)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.expected    2016-06-28 15:49:49 +0900 (5383ee4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.test    2016-06-28 13:56:41 +0900 (ea68764)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/keys/one.test    2016-06-28 15:49:49 +0900 (46cfb3b)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.expected    2016-06-28 13:56:41 +0900 (a4b325c)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.expected    2016-06-28 15:49:49 +0900 (ad56b0e)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.test    2016-06-28 13:56:41 +0900 (bb2f871)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/limit/negative.test    2016-06-28 15:49:49 +0900 (37c7961)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.expected    2016-06-28 13:56:41 +0900 (ee3587e)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.expected    2016-06-28 15:49:49 +0900 (5c6dccb)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.test    2016-06-28 13:56:41 +0900 (5ded5c8)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/limit/positive.test    2016-06-28 15:49:49 +0900 (bda48e1)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.expected    2016-06-28 13:56:41 +0900 (2e3d197)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.expected    2016-06-28 15:49:49 +0900 (e00209f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.test    2016-06-28 13:56:41 +0900 (0ddb0a2)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/offset/negative.test    2016-06-28 15:49:49 +0900 (f1b87de)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.expected    2016-06-28 13:56:41 +0900 (f7a6f30)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.expected    2016-06-28 15:49:49 +0900 (e808f6e)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.test    2016-06-28 13:56:41 +0900 (a3b59d3)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/offset/positive.test    2016-06-28 15:49:49 +0900 (497ab0a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.expected    2016-06-28 13:56:41 +0900 (d8c5aa5)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.expected    2016-06-28 15:49:49 +0900 (b28d570)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.test    2016-06-28 13:56:41 +0900 (6a2be9b)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/output_columns/multiple/value_v1.test    2016-06-28 15:49:49 +0900 (39c9c75)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.expected    2016-06-28 13:56:41 +0900 (9f0de34)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.expected    2016-06-28 15:49:49 +0900 (fed9bc7)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.test    2016-06-28 13:56:41 +0900 (abfbf2d)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/ascending.test    2016-06-28 15:49:49 +0900 (51d7b81)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.expected    2016-06-28 13:56:41 +0900 (8415828)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.expected    2016-06-28 15:49:49 +0900 (eb8c7be)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.test    2016-06-28 13:56:41 +0900 (0772190)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/descending.test    2016-06-28 15:49:49 +0900 (32544e3)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.expected    2016-06-28 13:56:41 +0900 (a7ec32e)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.expected    2016-06-28 15:49:49 +0900 (aedf2c2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.test    2016-06-28 13:56:41 +0900 (8ab6aff)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/limit.test    2016-06-28 15:49:49 +0900 (b8badfc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.expected    2016-06-28 13:56:41 +0900 (7d284d1)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.expected    2016-06-28 15:49:49 +0900 (830d70b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.test    2016-06-28 13:56:41 +0900 (0a9993b)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/multiple/one_shard.test    2016-06-28 15:49:49 +0900 (33e32f8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.expected    2016-06-28 13:56:41 +0900 (ba0efde)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.expected    2016-06-28 15:49:49 +0900 (6a49550)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.test    2016-06-28 13:56:41 +0900 (2a6b74e)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset.test    2016-06-28 15:49:49 +0900 (c861fa3)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.expected    2016-06-28 13:56:41 +0900 (fdd976d)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.expected    2016-06-28 15:49:49 +0900 (7627307)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.test    2016-06-28 13:56:41 +0900 (2aac95e)
+++ test/command/suite/sharding/logical_select/drilldown/labeled/sortby/offset_limit.test    2016-06-28 15:49:49 +0900 (8b6b47c)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.expected    2016-06-28 13:56:41 +0900 (b1fc5d5)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.expected    2016-06-28 15:49:49 +0900 (115caa8)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.test    2016-06-28 13:56:41 +0900 (8e324dc)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/all.test    2016-06-28 15:49:49 +0900 (13f8626)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.expected    2016-06-28 13:56:41 +0900 (e43ba83)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.expected    2016-06-28 15:49:49 +0900 (60bc39f)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.test    2016-06-28 13:56:41 +0900 (7e22e93)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/avg.test    2016-06-28 15:49:49 +0900 (c2932c1)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.expected    2016-06-28 13:56:41 +0900 (20e24d4)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.expected    2016-06-28 15:49:49 +0900 (698b4ea)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.test    2016-06-28 13:56:41 +0900 (21c10e6)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/max.test    2016-06-28 15:49:49 +0900 (9816ee6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.expected    2016-06-28 13:56:41 +0900 (a07e666)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.expected    2016-06-28 15:49:49 +0900 (35cc426)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.test    2016-06-28 13:56:41 +0900 (6935bff)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/min.test    2016-06-28 15:49:49 +0900 (2eea333)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.expected    2016-06-28 13:56:41 +0900 (45b78cd)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.expected    2016-06-28 15:49:49 +0900 (604ae0b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.test    2016-06-28 13:56:41 +0900 (600d456)
+++ test/command/suite/sharding/logical_select/drilldown/plain/calc_types/sum.test    2016-06-28 15:49:49 +0900 (37ed310)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Tags TABLE_PAT_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.expected    2016-06-28 13:56:41 +0900 (61dc5ee)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.expected    2016-06-28 15:49:49 +0900 (4c2e4b5)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.test    2016-06-28 13:56:41 +0900 (f5136dd)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/multiple.test    2016-06-28 15:49:49 +0900 (25a972a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.expected    2016-06-28 13:56:41 +0900 (93bd749)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.expected    2016-06-28 15:49:49 +0900 (a340ffc)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Actions TABLE_HASH_KEY ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.test    2016-06-28 13:56:41 +0900 (02ad5a0)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/reference.test    2016-06-28 15:49:49 +0900 (f87e2bc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Actions TABLE_HASH_KEY ShortText

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/single.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/single.expected    2016-06-28 13:56:41 +0900 (1367a2c)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/single.expected    2016-06-28 15:49:49 +0900 (3b0f6a9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/keys/single.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/keys/single.test    2016-06-28 13:56:41 +0900 (e79ddf0)
+++ test/command/suite/sharding/logical_select/drilldown/plain/keys/single.test    2016-06-28 15:49:49 +0900 (e818756)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.expected    2016-06-28 13:56:41 +0900 (fd53276)
+++ test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.expected    2016-06-28 15:49:49 +0900 (c5304bf)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.test    2016-06-28 13:56:41 +0900 (9a8d551)
+++ test/command/suite/sharding/logical_select/drilldown/plain/limit/negative.test    2016-06-28 15:49:49 +0900 (de39fe5)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.expected    2016-06-28 13:56:41 +0900 (737ac52)
+++ test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.expected    2016-06-28 15:49:49 +0900 (c38db54)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.test    2016-06-28 13:56:41 +0900 (f3d755a)
+++ test/command/suite/sharding/logical_select/drilldown/plain/limit/positive.test    2016-06-28 15:49:49 +0900 (4cc57e5)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.expected    2016-06-28 13:56:41 +0900 (aba79de)
+++ test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.expected    2016-06-28 15:49:49 +0900 (a72e4b0)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.test    2016-06-28 13:56:41 +0900 (5bef537)
+++ test/command/suite/sharding/logical_select/drilldown/plain/offset/negative.test    2016-06-28 15:49:49 +0900 (b17d236)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.expected    2016-06-28 13:56:41 +0900 (3ef463e)
+++ test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.expected    2016-06-28 15:49:49 +0900 (7d1ae8b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.test    2016-06-28 13:56:41 +0900 (7407664)
+++ test/command/suite/sharding/logical_select/drilldown/plain/offset/positive.test    2016-06-28 15:49:49 +0900 (7d887ba)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.expected    2016-06-28 13:56:41 +0900 (f3812de)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.expected    2016-06-28 15:49:49 +0900 (c5c999c)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.test    2016-06-28 13:56:41 +0900 (59aaf41)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/ascending.test    2016-06-28 15:49:49 +0900 (cb450c6)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.expected    2016-06-28 13:56:41 +0900 (c686b24)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.expected    2016-06-28 15:49:49 +0900 (9c3a106)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.test    2016-06-28 13:56:41 +0900 (6375280)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/descending.test    2016-06-28 15:49:49 +0900 (33743c2)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.expected    2016-06-28 13:56:41 +0900 (4407499)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.expected    2016-06-28 15:49:49 +0900 (b4dd6ac)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.test    2016-06-28 13:56:41 +0900 (4d0de0b)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/limit.test    2016-06-28 15:49:49 +0900 (aac7889)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.expected    2016-06-28 13:56:41 +0900 (72b87b4)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.expected    2016-06-28 15:49:49 +0900 (923cfae)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.test    2016-06-28 13:56:41 +0900 (acd4932)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/multiple.test    2016-06-28 15:49:49 +0900 (c5af323)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.expected    2016-06-28 13:56:41 +0900 (4a4f6aa)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.expected    2016-06-28 15:49:49 +0900 (5c8a966)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.test    2016-06-28 13:56:41 +0900 (1691387)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset.test    2016-06-28 15:49:49 +0900 (7dd2366)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.expected    2016-06-28 13:56:41 +0900 (e074d7a)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.expected    2016-06-28 15:49:49 +0900 (3edac75)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.test    2016-06-28 13:56:41 +0900 (858b7ec)
+++ test/command/suite/sharding/logical_select/drilldown/plain/sortby/offset_limit.test    2016-06-28 15:49:49 +0900 (7c456f4)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/limit/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/limit/negative.expected    2016-06-28 13:56:41 +0900 (0ba3ada)
+++ test/command/suite/sharding/logical_select/limit/negative.expected    2016-06-28 15:49:49 +0900 (49513ad)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/limit/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/limit/negative.test    2016-06-28 13:56:41 +0900 (649a429)
+++ test/command/suite/sharding/logical_select/limit/negative.test    2016-06-28 15:49:49 +0900 (1bc0cb8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/limit/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/limit/positive.expected    2016-06-28 13:56:41 +0900 (4144771)
+++ test/command/suite/sharding/logical_select/limit/positive.expected    2016-06-28 15:49:49 +0900 (c9425db)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/limit/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/limit/positive.test    2016-06-28 13:56:41 +0900 (1201c8c)
+++ test/command/suite/sharding/logical_select/limit/positive.test    2016-06-28 15:49:49 +0900 (c04640a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/all.expected    2016-06-28 13:56:41 +0900 (bbe00ba)
+++ test/command/suite/sharding/logical_select/no_condition/all.expected    2016-06-28 15:49:49 +0900 (c2a8996)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/all.test    2016-06-28 13:56:41 +0900 (8e6e75a)
+++ test/command/suite/sharding/logical_select/no_condition/all.test    2016-06-28 15:49:49 +0900 (a89fa08)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/max_exclude.expected    2016-06-28 13:56:41 +0900 (4561318)
+++ test/command/suite/sharding/logical_select/no_condition/max_exclude.expected    2016-06-28 15:49:49 +0900 (f1a684d)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/max_exclude.test    2016-06-28 13:56:41 +0900 (d0f7a07)
+++ test/command/suite/sharding/logical_select/no_condition/max_exclude.test    2016-06-28 15:49:49 +0900 (f16a125)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/max_include.expected    2016-06-28 13:56:41 +0900 (81fedbc)
+++ test/command/suite/sharding/logical_select/no_condition/max_include.expected    2016-06-28 15:49:49 +0900 (4b98fd0)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/max_include.test    2016-06-28 13:56:41 +0900 (c731496)
+++ test/command/suite/sharding/logical_select/no_condition/max_include.test    2016-06-28 15:49:49 +0900 (068715d)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude.expected    2016-06-28 13:56:41 +0900 (e2772af)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude.expected    2016-06-28 15:49:49 +0900 (48d3fa3)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude.test    2016-06-28 13:56:41 +0900 (4bf981f)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude.test    2016-06-28 15:49:49 +0900 (4eea4a2)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (b7316ac)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (f845eba)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (219e268)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (b89df66)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (6ba5b4f)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (040d059)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (d7477b0)
+++ test/command/suite/sharding/logical_select/no_condition/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (5716c5e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include.expected    2016-06-28 13:56:41 +0900 (ebf1584)
+++ test/command/suite/sharding/logical_select/no_condition/min_include.expected    2016-06-28 15:49:49 +0900 (746f1d2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include.test    2016-06-28 13:56:41 +0900 (f73a013)
+++ test/command/suite/sharding/logical_select/no_condition/min_include.test    2016-06-28 15:49:49 +0900 (4226a9c)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (9e65df3)
+++ test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (96dfef4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (03c3c03)
+++ test/command/suite/sharding/logical_select/no_condition/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (20c1d70)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (64aa2f0)
+++ test/command/suite/sharding/logical_select/no_condition/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (77716b7)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/no_condition/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/no_condition/min_include_max_include.test    2016-06-28 13:56:41 +0900 (d3c4344)
+++ test/command/suite/sharding/logical_select/no_condition/min_include_max_include.test    2016-06-28 15:49:49 +0900 (6644e5f)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/offset/negative.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/offset/negative.expected    2016-06-28 13:56:41 +0900 (745a444)
+++ test/command/suite/sharding/logical_select/offset/negative.expected    2016-06-28 15:49:49 +0900 (ed4d2f2)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/offset/negative.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/offset/negative.test    2016-06-28 13:56:41 +0900 (0b4ff3c)
+++ test/command/suite/sharding/logical_select/offset/negative.test    2016-06-28 15:49:49 +0900 (ffbbcd9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/offset/positive.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/offset/positive.expected    2016-06-28 13:56:41 +0900 (983f087)
+++ test/command/suite/sharding/logical_select/offset/positive.expected    2016-06-28 15:49:49 +0900 (980690b)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/offset/positive.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/offset/positive.test    2016-06-28 13:56:41 +0900 (7ca70b0)
+++ test/command/suite/sharding/logical_select/offset/positive.test    2016-06-28 15:49:49 +0900 (625ae27)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/output_columns/empty.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/empty.expected    2016-06-28 13:56:41 +0900 (0c8fbd2)
+++ test/command/suite/sharding/logical_select/output_columns/empty.expected    2016-06-28 15:49:49 +0900 (597d9e9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/output_columns/empty.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/empty.test    2016-06-28 13:56:41 +0900 (321008b)
+++ test/command/suite/sharding/logical_select/output_columns/empty.test    2016-06-28 15:49:49 +0900 (b1b1a1e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/output_columns/multiple.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/multiple.expected    2016-06-28 13:56:41 +0900 (853228f)
+++ test/command/suite/sharding/logical_select/output_columns/multiple.expected    2016-06-28 15:49:49 +0900 (0493cab)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/output_columns/multiple.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/multiple.test    2016-06-28 13:56:41 +0900 (2ff5759)
+++ test/command/suite/sharding/logical_select/output_columns/multiple.test    2016-06-28 15:49:49 +0900 (279bed8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/output_columns/single.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/single.expected    2016-06-28 13:56:41 +0900 (5136cbd)
+++ test/command/suite/sharding/logical_select/output_columns/single.expected    2016-06-28 15:49:49 +0900 (0eda6f3)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/output_columns/single.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/output_columns/single.test    2016-06-28 13:56:41 +0900 (a0ce324)
+++ test/command/suite/sharding/logical_select/output_columns/single.test    2016-06-28 15:49:49 +0900 (5da4a93)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_select/sortby/shard_key/ascending.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/sortby/shard_key/ascending.expected    2016-06-28 13:56:41 +0900 (4478548)
+++ test/command/suite/sharding/logical_select/sortby/shard_key/ascending.expected    2016-06-28 15:49:49 +0900 (7bf15cf)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_select/sortby/shard_key/ascending.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_select/sortby/shard_key/ascending.test    2016-06-28 13:56:41 +0900 (210b391)
+++ test/command/suite/sharding/logical_select/sortby/shard_key/ascending.test    2016-06-28 15:49:49 +0900 (95b8fe8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/day.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/day.expected    2016-06-28 13:56:41 +0900 (0b9a463)
+++ test/command/suite/sharding/logical_shard_list/day.expected    2016-06-28 15:49:49 +0900 (fed6c58)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150806 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_shard_list/day.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/day.test    2016-06-28 13:56:41 +0900 (a5fdd91)
+++ test/command/suite/sharding/logical_shard_list/day.test    2016-06-28 15:49:49 +0900 (c3ece6a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150806 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/days.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/days.expected    2016-06-28 13:56:41 +0900 (bca69cc)
+++ test/command/suite/sharding/logical_shard_list/days.expected    2016-06-28 15:49:49 +0900 (5c891e4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150201 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_shard_list/days.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/days.test    2016-06-28 13:56:41 +0900 (375831d)
+++ test/command/suite/sharding/logical_shard_list/days.test    2016-06-28 15:49:49 +0900 (812c3a4)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150201 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/month.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/month.expected    2016-06-28 13:56:41 +0900 (d9962de)
+++ test/command/suite/sharding/logical_shard_list/month.expected    2016-06-28 15:49:49 +0900 (58471a5)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201508 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_shard_list/month.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/month.test    2016-06-28 13:56:41 +0900 (a0f21bd)
+++ test/command/suite/sharding/logical_shard_list/month.test    2016-06-28 15:49:49 +0900 (162703a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201508 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/months.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/months.expected    2016-06-28 13:56:41 +0900 (13d9d90)
+++ test/command/suite/sharding/logical_shard_list/months.expected    2016-06-28 15:49:49 +0900 (fc87450)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201501 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_shard_list/months.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/months.test    2016-06-28 13:56:41 +0900 (1e7501d)
+++ test/command/suite/sharding/logical_shard_list/months.test    2016-06-28 15:49:49 +0900 (a307cf9)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201501 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/months_days.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/months_days.expected    2016-06-28 13:56:41 +0900 (90cfade)
+++ test/command/suite/sharding/logical_shard_list/months_days.expected    2016-06-28 15:49:49 +0900 (6180d65)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_201502 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_shard_list/months_days.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/months_days.test    2016-06-28 13:56:41 +0900 (1590db4)
+++ test/command/suite/sharding/logical_shard_list/months_days.test    2016-06-28 15:49:49 +0900 (cbd4f36)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_201502 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_shard_list/nonexistent.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/nonexistent.expected    2016-06-28 13:56:41 +0900 (fa1d8a9)
+++ test/command/suite/sharding/logical_shard_list/nonexistent.expected    2016-06-28 15:49:49 +0900 (1aa1aac)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 logical_shard_list Logs
 [[0,0.0,0.0],[]]

  Modified: test/command/suite/sharding/logical_shard_list/nonexistent.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_shard_list/nonexistent.test    2016-06-28 13:56:41 +0900 (901b06d)
+++ test/command/suite/sharding/logical_shard_list/nonexistent.test    2016-06-28 15:49:49 +0900 (21969af)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 logical_shard_list Logs

  Modified: test/command/suite/sharding/logical_table_remove/range/all.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/all.expected    2016-06-28 13:56:41 +0900 (3087b27)
+++ test/command/suite/sharding/logical_table_remove/range/all.expected    2016-06-28 15:49:49 +0900 (fafb5e6)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/all.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/all.test    2016-06-28 13:56:41 +0900 (16c8f9d)
+++ test/command/suite/sharding/logical_table_remove/range/all.test    2016-06-28 15:49:49 +0900 (411330f)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/max_exclude.expected    2016-06-28 13:56:41 +0900 (907e1a6)
+++ test/command/suite/sharding/logical_table_remove/range/max_exclude.expected    2016-06-28 15:49:49 +0900 (68adc38)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/max_exclude.test    2016-06-28 13:56:41 +0900 (33bb3ca)
+++ test/command/suite/sharding/logical_table_remove/range/max_exclude.test    2016-06-28 15:49:49 +0900 (882d23b)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/max_include.expected    2016-06-28 13:56:41 +0900 (6efdca8)
+++ test/command/suite/sharding/logical_table_remove/range/max_include.expected    2016-06-28 15:49:49 +0900 (9d455ae)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/max_include.test    2016-06-28 13:56:41 +0900 (5314f60)
+++ test/command/suite/sharding/logical_table_remove/range/max_include.test    2016-06-28 15:49:49 +0900 (a50853b)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude.expected    2016-06-28 13:56:41 +0900 (b2d3380)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude.expected    2016-06-28 15:49:49 +0900 (d1235b4)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude.test    2016-06-28 13:56:41 +0900 (27ceb2f)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude.test    2016-06-28 15:49:49 +0900 (4ae56fc)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.expected    2016-06-28 13:56:41 +0900 (393a961)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.expected    2016-06-28 15:49:49 +0900 (66bd1c9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.test    2016-06-28 13:56:41 +0900 (eaf0d78)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude_max_exclude.test    2016-06-28 15:49:49 +0900 (27e1ce8)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.expected    2016-06-28 13:56:41 +0900 (0d1210b)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.expected    2016-06-28 15:49:49 +0900 (8c863c9)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.test    2016-06-28 13:56:41 +0900 (09a6713)
+++ test/command/suite/sharding/logical_table_remove/range/min_exclude_max_include.test    2016-06-28 15:49:49 +0900 (30cda37)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include.expected    2016-06-28 13:56:41 +0900 (6d33eaa)
+++ test/command/suite/sharding/logical_table_remove/range/min_include.expected    2016-06-28 15:49:49 +0900 (17c0c53)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include.test    2016-06-28 13:56:41 +0900 (4e695ff)
+++ test/command/suite/sharding/logical_table_remove/range/min_include.test    2016-06-28 15:49:49 +0900 (7972e6e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.expected    2016-06-28 13:56:41 +0900 (d0f33e0)
+++ test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.expected    2016-06-28 15:49:49 +0900 (d535b92)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.test    2016-06-28 13:56:41 +0900 (e7be0f0)
+++ test/command/suite/sharding/logical_table_remove/range/min_include_max_exclude.test    2016-06-28 15:49:49 +0900 (c694664)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include_max_include.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include_max_include.expected    2016-06-28 13:56:41 +0900 (63fc5b2)
+++ test/command/suite/sharding/logical_table_remove/range/min_include_max_include.expected    2016-06-28 15:49:49 +0900 (d156dfd)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Logs_20150203 TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/range/min_include_max_include.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/range/min_include_max_include.test    2016-06-28 13:56:41 +0900 (313ae80)
+++ test/command/suite/sharding/logical_table_remove/range/min_include_max_include.test    2016-06-28 15:49:49 +0900 (db2bd3e)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Logs_20150203 TABLE_NO_KEY

  Modified: test/command/suite/sharding/logical_table_remove/referenced/default.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/referenced/default.expected    2016-06-28 13:56:41 +0900 (a29c2d7)
+++ test/command/suite/sharding/logical_table_remove/referenced/default.expected    2016-06-28 15:49:49 +0900 (2fd1c26)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Paths_20150203 TABLE_HASH_KEY|KEY_LARGE ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/referenced/default.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/referenced/default.test    2016-06-28 13:56:41 +0900 (46d7f79)
+++ test/command/suite/sharding/logical_table_remove/referenced/default.test    2016-06-28 15:49:49 +0900 (8add44d)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Paths_20150203 TABLE_HASH_KEY|KEY_LARGE ShortText

  Modified: test/command/suite/sharding/logical_table_remove/referenced/dependent.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/referenced/dependent.expected    2016-06-28 13:56:41 +0900 (648ef25)
+++ test/command/suite/sharding/logical_table_remove/referenced/dependent.expected    2016-06-28 15:49:49 +0900 (6754fca)
@@ -1,4 +1,4 @@
-register sharding
+plugin_register sharding
 [[0,0.0,0.0],true]
 table_create Paths_20150203 TABLE_HASH_KEY|KEY_LARGE ShortText
 [[0,0.0,0.0],true]

  Modified: test/command/suite/sharding/logical_table_remove/referenced/dependent.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_table_remove/referenced/dependent.test    2016-06-28 13:56:41 +0900 (ec207e3)
+++ test/command/suite/sharding/logical_table_remove/referenced/dependent.test    2016-06-28 15:49:49 +0900 (87df1d0)
@@ -1,5 +1,5 @@
 #@on-error omit
-register sharding
+plugin_register sharding
 #@on-error default
 
 table_create Paths_20150203 TABLE_HASH_KEY|KEY_LARGE ShortText

  Modified: test/command/suite/table_create/default_tokenizer/kytea/default.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/default.expected    2016-06-28 13:56:41 +0900 (6d70520)
+++ test/command/suite/table_create/default_tokenizer/kytea/default.expected    2016-06-28 15:49:49 +0900 (bd73c97)
@@ -1,4 +1,4 @@
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/default_tokenizer/kytea/default.test (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/default.test    2016-06-28 13:56:41 +0900 (7d37707)
+++ test/command/suite/table_create/default_tokenizer/kytea/default.test    2016-06-28 15:49:49 +0900 (732ba0a)
@@ -1,5 +1,5 @@
 #@on-error omit
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/table_create/default_tokenizer/kytea/normalize.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/normalize.expected    2016-06-28 13:56:41 +0900 (c2bd72e)
+++ test/command/suite/table_create/default_tokenizer/kytea/normalize.expected    2016-06-28 15:49:49 +0900 (9a0749d)
@@ -1,4 +1,4 @@
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/default_tokenizer/kytea/normalize.test (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/normalize.test    2016-06-28 13:56:41 +0900 (a91add2)
+++ test/command/suite/table_create/default_tokenizer/kytea/normalize.test    2016-06-28 15:49:49 +0900 (aba8a8d)
@@ -1,5 +1,5 @@
 #@on-error omit
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.expected    2016-06-28 13:56:41 +0900 (8639244)
+++ test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.expected    2016-06-28 15:49:49 +0900 (29eb5e6)
@@ -1,4 +1,4 @@
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.test (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.test    2016-06-28 13:56:41 +0900 (8bd6967)
+++ test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/default.test    2016-06-28 15:49:49 +0900 (13431c7)
@@ -1,7 +1,7 @@
 #@omit "tokenized delimiter is disabled for now."
 
 #@on-error omit
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.expected    2016-06-28 13:56:41 +0900 (38b0ec7)
+++ test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.expected    2016-06-28 15:49:49 +0900 (11b5fff)
@@ -1,4 +1,4 @@
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.test (+1 -1)
===================================================================
--- test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.test    2016-06-28 13:56:41 +0900 (d2e977b)
+++ test/command/suite/table_create/default_tokenizer/kytea/tokenized_delimiter/normalize.test    2016-06-28 15:49:49 +0900 (c69efac)
@@ -1,7 +1,7 @@
 #@omit "tokenized delimiter is disabled for now."
 
 #@on-error omit
-register tokenizers/kytea
+plugin_register tokenizers/kytea
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/table_create/token_filters/empty_between_comma.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/empty_between_comma.expected    2016-06-28 13:56:41 +0900 (8d7a4b6)
+++ test/command/suite/table_create/token_filters/empty_between_comma.expected    2016-06-28 15:49:49 +0900 (d31f4a7)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters "TokenFilterStopWord, ,TokenFilterStopWord"
 [

  Modified: test/command/suite/table_create/token_filters/empty_between_comma.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/empty_between_comma.test    2016-06-28 13:56:41 +0900 (492002b)
+++ test/command/suite/table_create/token_filters/empty_between_comma.test    2016-06-28 15:49:49 +0900 (711a119)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/leading_comma.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/leading_comma.expected    2016-06-28 13:56:41 +0900 (f8728b8)
+++ test/command/suite/table_create/token_filters/leading_comma.expected    2016-06-28 15:49:49 +0900 (ac36966)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters ",TokenFilterStopWord"
 [

  Modified: test/command/suite/table_create/token_filters/leading_comma.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/leading_comma.test    2016-06-28 13:56:41 +0900 (f2b793d)
+++ test/command/suite/table_create/token_filters/leading_comma.test    2016-06-28 15:49:49 +0900 (dd206b9)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/leading_spaces.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/leading_spaces.expected    2016-06-28 13:56:41 +0900 (b27886c)
+++ test/command/suite/table_create/token_filters/leading_spaces.expected    2016-06-28 15:49:49 +0900 (b8bfc9d)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters "  TokenFilterStopWord"
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/token_filters/leading_spaces.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/leading_spaces.test    2016-06-28 13:56:41 +0900 (6915b88)
+++ test/command/suite/table_create/token_filters/leading_spaces.test    2016-06-28 15:49:49 +0900 (245740b)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/multiple.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/multiple.expected    2016-06-28 13:56:41 +0900 (96973aa)
+++ test/command/suite/table_create/token_filters/multiple.expected    2016-06-28 15:49:49 +0900 (b6d5682)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters TokenFilterStopWord,TokenFilterStopWord
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/token_filters/multiple.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/multiple.test    2016-06-28 13:56:41 +0900 (82c8ed3)
+++ test/command/suite/table_create/token_filters/multiple.test    2016-06-28 15:49:49 +0900 (4e5421a)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/one.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/one.expected    2016-06-28 13:56:41 +0900 (49b0649)
+++ test/command/suite/table_create/token_filters/one.expected    2016-06-28 15:49:49 +0900 (5216201)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters TokenFilterStopWord
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/token_filters/one.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/one.test    2016-06-28 13:56:41 +0900 (e3f4608)
+++ test/command/suite/table_create/token_filters/one.test    2016-06-28 15:49:49 +0900 (6bdd9d1)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/spaces_around_comma.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/spaces_around_comma.expected    2016-06-28 13:56:41 +0900 (85f915b)
+++ test/command/suite/table_create/token_filters/spaces_around_comma.expected    2016-06-28 15:49:49 +0900 (ac8b07d)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters "TokenFilterStopWord , TokenFilterStopWord"
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_create/token_filters/spaces_around_comma.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/spaces_around_comma.test    2016-06-28 13:56:41 +0900 (4879a70)
+++ test/command/suite/table_create/token_filters/spaces_around_comma.test    2016-06-28 15:49:49 +0900 (c321916)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_create/token_filters/trailing_comma.expected (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/trailing_comma.expected    2016-06-28 13:56:41 +0900 (9125f99)
+++ test/command/suite/table_create/token_filters/trailing_comma.expected    2016-06-28 15:49:49 +0900 (d0fd210)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters "TokenFilterStopWord,"
 [

  Modified: test/command/suite/table_create/token_filters/trailing_comma.test (+1 -1)
===================================================================
--- test/command/suite/table_create/token_filters/trailing_comma.test    2016-06-28 13:56:41 +0900 (dace8c1)
+++ test/command/suite/table_create/token_filters/trailing_comma.test    2016-06-28 15:49:49 +0900 (d43c6ba)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/table_tokenize/with_token_filters.expected (+1 -1)
===================================================================
--- test/command/suite/table_tokenize/with_token_filters.expected    2016-06-28 13:56:41 +0900 (a476225)
+++ test/command/suite/table_tokenize/with_token_filters.expected    2016-06-28 15:49:49 +0900 (de7cc4a)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto   --token_filters TokenFilterStopWord
 [[0,0.0,0.0],true]

  Modified: test/command/suite/table_tokenize/with_token_filters.test (+1 -1)
===================================================================
--- test/command/suite/table_tokenize/with_token_filters.test    2016-06-28 13:56:41 +0900 (c02cb61)
+++ test/command/suite/table_tokenize/with_token_filters.test    2016-06-28 15:49:49 +0900 (63314df)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenBigram \

  Modified: test/command/suite/token_filters/stem/all_upper.expected (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/all_upper.expected    2016-06-28 13:56:41 +0900 (0557388)
+++ test/command/suite/token_filters/stem/all_upper.expected    2016-06-28 15:49:49 +0900 (0ba419a)
@@ -1,4 +1,4 @@
-register token_filters/stem
+plugin_register token_filters/stem
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/token_filters/stem/all_upper.test (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/all_upper.test    2016-06-28 13:56:41 +0900 (0f2ba1d)
+++ test/command/suite/token_filters/stem/all_upper.test    2016-06-28 15:49:49 +0900 (cba8900)
@@ -1,5 +1,5 @@
 #@on-error omit
-register token_filters/stem
+plugin_register token_filters/stem
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/token_filters/stem/english.expected (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/english.expected    2016-06-28 13:56:41 +0900 (a1db6fe)
+++ test/command/suite/token_filters/stem/english.expected    2016-06-28 15:49:49 +0900 (969ac53)
@@ -1,4 +1,4 @@
-register token_filters/stem
+plugin_register token_filters/stem
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/token_filters/stem/english.test (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/english.test    2016-06-28 13:56:41 +0900 (27220cf)
+++ test/command/suite/token_filters/stem/english.test    2016-06-28 15:49:49 +0900 (271f593)
@@ -1,5 +1,5 @@
 #@on-error omit
-register token_filters/stem
+plugin_register token_filters/stem
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/token_filters/stem/offline_index.expected (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/offline_index.expected    2016-06-28 13:56:41 +0900 (0178cda)
+++ test/command/suite/token_filters/stem/offline_index.expected    2016-06-28 15:49:49 +0900 (6b21710)
@@ -1,4 +1,4 @@
-register token_filters/stem
+plugin_register token_filters/stem
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/token_filters/stem/offline_index.test (+1 -1)
===================================================================
--- test/command/suite/token_filters/stem/offline_index.test    2016-06-28 13:56:41 +0900 (f0788a1)
+++ test/command/suite/token_filters/stem/offline_index.test    2016-06-28 15:49:49 +0900 (f39a6c4)
@@ -1,5 +1,5 @@
 #@on-error omit
-register token_filters/stem
+plugin_register token_filters/stem
 #@on-error default
 
 table_create Memos TABLE_NO_KEY

  Modified: test/command/suite/token_filters/stop_word/offline_index_construction.expected (+1 -1)
===================================================================
--- test/command/suite/token_filters/stop_word/offline_index_construction.expected    2016-06-28 13:56:41 +0900 (2b5fa25)
+++ test/command/suite/token_filters/stop_word/offline_index_construction.expected    2016-06-28 15:49:49 +0900 (3f8a180)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/token_filters/stop_word/offline_index_construction.test (+1 -1)
===================================================================
--- test/command/suite/token_filters/stop_word/offline_index_construction.test    2016-06-28 13:56:41 +0900 (d20e6f0)
+++ test/command/suite/token_filters/stop_word/offline_index_construction.test    2016-06-28 15:49:49 +0900 (75c516e)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Memos TABLE_NO_KEY
 column_create Memos content COLUMN_SCALAR ShortText

  Modified: test/command/suite/token_filters/stop_word/skip.expected (+1 -1)
===================================================================
--- test/command/suite/token_filters/stop_word/skip.expected    2016-06-28 13:56:41 +0900 (b8977e8)
+++ test/command/suite/token_filters/stop_word/skip.expected    2016-06-28 15:49:49 +0900 (d2f6583)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 [[0,0.0,0.0],true]
 table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]

  Modified: test/command/suite/token_filters/stop_word/skip.test (+1 -1)
===================================================================
--- test/command/suite/token_filters/stop_word/skip.test    2016-06-28 13:56:41 +0900 (d42f746)
+++ test/command/suite/token_filters/stop_word/skip.test    2016-06-28 15:49:49 +0900 (364e090)
@@ -1,4 +1,4 @@
-register token_filters/stop_word
+plugin_register token_filters/stop_word
 
 table_create Memos TABLE_NO_KEY
 column_create Memos content COLUMN_SCALAR ShortText

  Modified: test/command/suite/tokenize/with_token_filters.expected (+1 -1)
===================================================================
--- test/command/suite/tokenize/with_token_filters.expected    2016-06-28 13:56:41 +0900 (9ae162f)
+++ test/command/suite/tokenize/with_token_filters.expected    2016-06-28 15:49:49 +0900 (5bc37e1)
@@ -1,4 +1,4 @@
-register token_filters/stem
+plugin_register token_filters/stem
 [[0,0.0,0.0],true]
 tokenize TokenBigram "I developed Groonga" NormalizerAuto --token_filters TokenFilterStem
 [

  Modified: test/command/suite/tokenize/with_token_filters.test (+1 -1)
===================================================================
--- test/command/suite/tokenize/with_token_filters.test    2016-06-28 13:56:41 +0900 (899e966)
+++ test/command/suite/tokenize/with_token_filters.test    2016-06-28 15:49:49 +0900 (2093a23)
@@ -1,5 +1,5 @@
 #@on-error omit
-register token_filters/stem
+plugin_register token_filters/stem
 #@on-error default
 
 tokenize TokenBigram "I developed Groonga" NormalizerAuto --token_filters TokenFilterStem




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