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



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



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



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



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



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



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



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



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



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

def trx_no
  @trx_no
end

#xidObject

Returns the value of attribute 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



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

def xid_flag
  @xid_flag
end