summaryrefslogtreecommitdiffstats
path: root/storage/mroonga/vendor/groonga/plugins/sharding/parameters.rb
blob: b09a9d6c2546a7f840b6cfaea6497e2445b58772 (plain)
1
2
3
4
5
6
7
8
9
10
module Groonga
  module Sharding
    module Parameters
      @range_index = :auto
      class << self
        attr_accessor :range_index
      end
    end
  end
end