Class: Innodb::Log::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_byObject

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



6
7
8
# File 'lib/innodb/log.rb', line 6

def created_by
  @created_by
end

#file_noObject

Returns the value of attribute file_no

Returns:

  • (Object)

    the current value of file_no



6
7
8
# File 'lib/innodb/log.rb', line 6

def file_no
  @file_no
end

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



6
7
8
# File 'lib/innodb/log.rb', line 6

def group_id
  @group_id
end

#start_lsnObject

Returns the value of attribute start_lsn

Returns:

  • (Object)

    the current value of start_lsn



6
7
8
# File 'lib/innodb/log.rb', line 6

def start_lsn
  @start_lsn
end