Class: Innodb::Log::CheckpointGroup
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Log::CheckpointGroup
- Defined in:
- lib/innodb/log.rb
Instance Attribute Summary collapse
-
#archived_file_no ⇒ Object
Returns the value of attribute archived_file_no.
-
#archived_offset ⇒ Object
Returns the value of attribute archived_offset.
Instance Attribute Details
#archived_file_no ⇒ Object
Returns the value of attribute archived_file_no
28 29 30 |
# File 'lib/innodb/log.rb', line 28 def archived_file_no @archived_file_no end |
#archived_offset ⇒ Object
Returns the value of attribute archived_offset
28 29 30 |
# File 'lib/innodb/log.rb', line 28 def archived_offset @archived_offset end |