Class: Innodb::UndoLog::HeaderXid

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

Instance Attribute Summary collapse

Instance Attribute Details

#bqual_lenObject

Returns the value of attribute bqual_len

Returns:

  • (Object)

    the current value of bqual_len



20
21
22
# File 'lib/innodb/undo_log.rb', line 20

def bqual_len
  @bqual_len
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



20
21
22
# File 'lib/innodb/undo_log.rb', line 20

def data
  @data
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



20
21
22
# File 'lib/innodb/undo_log.rb', line 20

def format
  @format
end

#trid_lenObject

Returns the value of attribute trid_len

Returns:

  • (Object)

    the current value of trid_len



20
21
22
# File 'lib/innodb/undo_log.rb', line 20

def trid_len
  @trid_len
end