Class: Innodb::Page::TrxSys::DoublewritePageInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#magic_nObject

Returns the value of attribute magic_n

Returns:

  • (Object)

    the current value of magic_n



35
36
37
# File 'lib/innodb/page/trx_sys.rb', line 35

def magic_n
  @magic_n
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



35
36
37
# File 'lib/innodb/page/trx_sys.rb', line 35

def page_number
  @page_number
end