Class: Innodb::UndoRecord::HeaderInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/undo_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#order_may_changeObject

Returns the value of attribute order_may_change

Returns:

  • (Object)

    the current value of order_may_change



19
20
21
# File 'lib/innodb/undo_record.rb', line 19

def order_may_change
  @order_may_change
end

#size_may_changeObject

Returns the value of attribute size_may_change

Returns:

  • (Object)

    the current value of size_may_change



19
20
21
# File 'lib/innodb/undo_record.rb', line 19

def size_may_change
  @size_may_change
end