# File lib/active_record/vendor/mysql.rb, line 664
    def num_rows()
      @data ? @data.length : @row_count
    end