Class: Innodb::Log::CheckpointSet

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

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_1Object

Returns the value of attribute checkpoint_1

Returns:

  • (Object)

    the current value of checkpoint_1



34
35
36
# File 'lib/innodb/log.rb', line 34

def checkpoint_1
  @checkpoint_1
end

#checkpoint_2Object

Returns the value of attribute checkpoint_2

Returns:

  • (Object)

    the current value of checkpoint_2



34
35
36
# File 'lib/innodb/log.rb', line 34

def checkpoint_2
  @checkpoint_2
end