Class: Innodb::UndoLog::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoLog::Header
- Defined in:
- lib/innodb/undo_log.rb
Instance Attribute Summary collapse
-
#ddl_flag ⇒ Object
Returns the value of attribute ddl_flag.
-
#ddl_table_id ⇒ Object
Returns the value of attribute ddl_table_id.
-
#delete_mark_flag ⇒ Object
Returns the value of attribute delete_mark_flag.
-
#history_list_node ⇒ Object
Returns the value of attribute history_list_node.
-
#log_start_offset ⇒ Object
Returns the value of attribute log_start_offset.
-
#next_log_offset ⇒ Object
Returns the value of attribute next_log_offset.
-
#prev_log_offset ⇒ Object
Returns the value of attribute prev_log_offset.
-
#trx_id ⇒ Object
Returns the value of attribute trx_id.
-
#trx_no ⇒ Object
Returns the value of attribute trx_no.
-
#xid ⇒ Object
Returns the value of attribute xid.
-
#xid_flag ⇒ Object
Returns the value of attribute xid_flag.
Instance Attribute Details
#ddl_flag ⇒ Object
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_id ⇒ Object
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_flag ⇒ Object
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_node ⇒ Object
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_offset ⇒ Object
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_offset ⇒ Object
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_offset ⇒ Object
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_id ⇒ Object
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_no ⇒ Object
Returns the value of attribute trx_no
5 6 7 |
# File 'lib/innodb/undo_log.rb', line 5 def trx_no @trx_no end |
#xid ⇒ Object
Returns the value of attribute xid
5 6 7 |
# File 'lib/innodb/undo_log.rb', line 5 def xid @xid end |
#xid_flag ⇒ Object
Returns the value of attribute xid_flag
5 6 7 |
# File 'lib/innodb/undo_log.rb', line 5 def xid_flag @xid_flag end |