# File lib/active_record/vendor/mysql.rb, line 682
    def each_hash(with_table=nil)
      while hash = fetch_hash(with_table) do
        yield hash
      end
    end