class Innodb::Page::FilHeader

Public Instance Methods

lsn_low32() click to toggle source
# File lib/innodb/page.rb, line 33
def lsn_low32
  lsn & 0xffffffff
end