| Class | Innodb::Inode |
| In: |
lib/innodb/inode.rb
|
| Parent: | Object |
| FRAG_ARRAY_N_SLOTS | = | 32 | The number of "slots" (each representing one page) in the fragment array within each Inode entry. | |
| FRAG_SLOT_SIZE | = | 4 | The size (in bytes) of each slot in the fragment array. | |
| MAGIC_N_VALUE | = | 97937874 | A magic number which helps determine if an Inode structure is in use and populated with valid data. | |
| SIZE | = | (16 + (3 * Innodb::List::BASE_NODE_SIZE) + (FRAG_ARRAY_N_SLOTS * FRAG_SLOT_SIZE)) | The size (in bytes) of an Inode entry. |
| space | [RW] |