Class: Innodb::Page::FilTrailer
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::FilTrailer
- Defined in:
- lib/innodb/page.rb
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#lsn_low32 ⇒ Object
Returns the value of attribute lsn_low32.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
38 39 40 |
# File 'lib/innodb/page.rb', line 38 def checksum @checksum end |
#lsn_low32 ⇒ Object
Returns the value of attribute lsn_low32
38 39 40 |
# File 'lib/innodb/page.rb', line 38 def lsn_low32 @lsn_low32 end |