Class: Innodb::UndoLog::HeaderXid
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoLog::HeaderXid
- Defined in:
- lib/innodb/undo_log.rb
Instance Attribute Summary collapse
-
#bqual_len ⇒ Object
Returns the value of attribute bqual_len.
-
#data ⇒ Object
Returns the value of attribute data.
-
#format ⇒ Object
Returns the value of attribute format.
-
#trid_len ⇒ Object
Returns the value of attribute trid_len.
Instance Attribute Details
#bqual_len ⇒ Object
Returns the value of attribute bqual_len
20 21 22 |
# File 'lib/innodb/undo_log.rb', line 20 def bqual_len @bqual_len end |
#data ⇒ Object
Returns the value of attribute data
20 21 22 |
# File 'lib/innodb/undo_log.rb', line 20 def data @data end |
#format ⇒ Object
Returns the value of attribute format
20 21 22 |
# File 'lib/innodb/undo_log.rb', line 20 def format @format end |
#trid_len ⇒ Object
Returns the value of attribute trid_len
20 21 22 |
# File 'lib/innodb/undo_log.rb', line 20 def trid_len @trid_len end |