| Class | Innodb::System |
| In: |
lib/innodb/system.rb
|
| Parent: | Object |
A class representing an entire InnoDB system, having a system tablespace and any number of attached single-table tablespaces.
| config | [R] | A hash of configuration options by configuration key. |
| data_dictionary | [R] | The Innodb::DataDictionary for this system. |
| orphans | [R] | Array of space names for which a space file was not found. |
| spaces | [R] | A hash of spaces by space ID. |
Add a space by table name, constructing an appropriate filename from the provided table name.
Return an Innodb::Index object given a table name and index name.
Return an Innodb::Space object for a given space ID, looking up and adding the single-table space if necessary.