# File lib/active_record/vendor/mysql.rb, line 611 def fetch_lengths() @data ? @data[@current_row].map{|i| i ? i.length : 0} : @lengths end