Class: Innodb::Page::TrxSys::DoublewriteInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#fsegObject

Returns the value of attribute fseg

Returns:

  • (Object)

    the current value of fseg



41
42
43
# File 'lib/innodb/page/trx_sys.rb', line 41

def fseg
  @fseg
end

#page_infoObject

Returns the value of attribute page_info

Returns:

  • (Object)

    the current value of page_info



41
42
43
# File 'lib/innodb/page/trx_sys.rb', line 41

def page_info
  @page_info
end

#space_id_storedObject

Returns the value of attribute space_id_stored

Returns:

  • (Object)

    the current value of space_id_stored



41
42
43
# File 'lib/innodb/page/trx_sys.rb', line 41

def space_id_stored
  @space_id_stored
end