# File lib/innodb/record_describer.rb, line 59
  def self.static_description
    @static_description ||= {
      :type => nil,
      :key => [],
      :row => []
    }
  end