Class: Innodb::Page::TrxSys::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::TrxSys::Header
- Defined in:
- lib/innodb/page/trx_sys.rb
Instance Attribute Summary collapse
-
#binary_log ⇒ Object
Returns the value of attribute binary_log.
-
#doublewrite ⇒ Object
Returns the value of attribute doublewrite.
-
#fseg ⇒ Object
Returns the value of attribute fseg.
-
#master_log ⇒ Object
Returns the value of attribute master_log.
-
#rsegs ⇒ Object
Returns the value of attribute rsegs.
-
#trx_id ⇒ Object
Returns the value of attribute trx_id.
Instance Attribute Details
#binary_log ⇒ Object
Returns the value of attribute binary_log
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def binary_log @binary_log end |
#doublewrite ⇒ Object
Returns the value of attribute doublewrite
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def doublewrite @doublewrite end |
#fseg ⇒ Object
Returns the value of attribute fseg
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def fseg @fseg end |
#master_log ⇒ Object
Returns the value of attribute master_log
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def master_log @master_log end |
#rsegs ⇒ Object
Returns the value of attribute rsegs
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def rsegs @rsegs end |
#trx_id ⇒ Object
Returns the value of attribute trx_id
48 49 50 |
# File 'lib/innodb/page/trx_sys.rb', line 48 def trx_id @trx_id end |