# File lib/dbd/mysql/statement.rb, line 45 def finish @res_handle.free if @res_handle rescue MyError => err error(err) end