Class: Innodb::UndoRecord::HeaderInfo
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoRecord::HeaderInfo
- Defined in:
- lib/innodb/undo_record.rb
Instance Attribute Summary collapse
-
#order_may_change ⇒ Object
Returns the value of attribute order_may_change.
-
#size_may_change ⇒ Object
Returns the value of attribute size_may_change.
Instance Attribute Details
#order_may_change ⇒ Object
Returns the value of attribute order_may_change
19 20 21 |
# File 'lib/innodb/undo_record.rb', line 19 def order_may_change @order_may_change end |
#size_may_change ⇒ Object
Returns the value of attribute size_may_change
19 20 21 |
# File 'lib/innodb/undo_record.rb', line 19 def size_may_change @size_may_change end |