# File lib/innodb/stats.rb, line 15
  def self.increment(name, value=1)
    @@data[name] += value
  end