Class: Innodb::UndoLog::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#ddl_flagObject

Returns the value of attribute ddl_flag

Returns:

  • (Object)

    the current value of ddl_flag



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def ddl_flag
  @ddl_flag
end

#ddl_table_idObject

Returns the value of attribute ddl_table_id

Returns:

  • (Object)

    the current value of ddl_table_id



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def ddl_table_id
  @ddl_table_id
end

#delete_mark_flagObject

Returns the value of attribute delete_mark_flag

Returns:

  • (Object)

    the current value of delete_mark_flag



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def delete_mark_flag
  @delete_mark_flag
end

#history_list_nodeObject

Returns the value of attribute history_list_node

Returns:

  • (Object)

    the current value of history_list_node



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def history_list_node
  @history_list_node
end

#log_start_offsetObject

Returns the value of attribute log_start_offset

Returns:

  • (Object)

    the current value of log_start_offset



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def log_start_offset
  @log_start_offset
end

#next_log_offsetObject

Returns the value of attribute next_log_offset

Returns:

  • (Object)

    the current value of next_log_offset



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def next_log_offset
  @next_log_offset
end

#prev_log_offsetObject

Returns the value of attribute prev_log_offset

Returns:

  • (Object)

    the current value of prev_log_offset



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def prev_log_offset
  @prev_log_offset
end

#trx_idObject

Returns the value of attribute trx_id

Returns:

  • (Object)

    the current value of trx_id



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def trx_id
  @trx_id
end

#trx_noObject

Returns the value of attribute trx_no

Returns:

  • (Object)

    the current value of trx_no



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def trx_no
  @trx_no
end

#xidObject

Returns the value of attribute xid

Returns:

  • (Object)

    the current value of xid



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def xid
  @xid
end

#xid_flagObject

Returns the value of attribute xid_flag

Returns:

  • (Object)

    the current value of xid_flag



5
6
7
# File 'lib/innodb/undo_log.rb', line 5

def xid_flag
  @xid_flag
end