Class: Innodb::Page::TrxSys::DoublewriteInfo
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::TrxSys::DoublewriteInfo
- Defined in:
- lib/innodb/page/trx_sys.rb
Instance Attribute Summary collapse
-
#fseg ⇒ Object
Returns the value of attribute fseg.
-
#page_info ⇒ Object
Returns the value of attribute page_info.
-
#space_id_stored ⇒ Object
Returns the value of attribute space_id_stored.
Instance Attribute Details
#fseg ⇒ Object
Returns the value of attribute fseg
41 42 43 |
# File 'lib/innodb/page/trx_sys.rb', line 41 def fseg @fseg end |
#page_info ⇒ Object
Returns the value of attribute page_info
41 42 43 |
# File 'lib/innodb/page/trx_sys.rb', line 41 def page_info @page_info end |
#space_id_stored ⇒ Object
Returns the value of attribute space_id_stored
41 42 43 |
# File 'lib/innodb/page/trx_sys.rb', line 41 def space_id_stored @space_id_stored end |