# File lib/innodb/space.rb, line 88
  def name
    @name ||= @data_files.map { |f| f.name }.join(",")
  end