# File lib/innodb/undo_record.rb, line 216 def key_string key && key.map { |r| "%s=%s" % [r[:name], r[:value].inspect] }.join(", ") end