Class: Innodb::Page::FilTrailer

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

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



38
39
40
# File 'lib/innodb/page.rb', line 38

def checksum
  @checksum
end

#lsn_low32Object

Returns the value of attribute lsn_low32

Returns:

  • (Object)

    the current value of lsn_low32



38
39
40
# File 'lib/innodb/page.rb', line 38

def lsn_low32
  @lsn_low32
end