# File lib/innodb/record.rb, line 64 def row_string row && row.map { |r| "%s=%s" % [r[:name], r[:value].inspect] }.join(", ") end