Class: Innodb::Page::TrxSys::MysqlLogInfo

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



28
29
30
# File 'lib/innodb/page/trx_sys.rb', line 28

def magic_n
  @magic_n
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/innodb/page/trx_sys.rb', line 28

def name
  @name
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



28
29
30
# File 'lib/innodb/page/trx_sys.rb', line 28

def offset
  @offset
end