# File lib/innodb/log_group.rb, line 68 def max_checkpoint_lsn checkpoint = @logs.first.checkpoint.max_by{|f,v| v[:number]}.last checkpoint.values_at(:lsn, :lsn_offset) end