# File lib/dbd/mysql/statement.rb, line 54 def fill_array(rowdata) return nil if rowdata.nil? return rowdata.dup end