Logs actions that must be performed by Replication Server upon recovery, if there is a failure.
Column |
Datatype |
Description |
---|---|---|
action |
int |
Represents the recoverable actions:
|
id |
rs_id |
Each row is assigned a unique ID. |
seqnum |
int |
For actions with multiple rows, this column stores the sequence number of each row. |
state |
int |
Contains the current state for recoverable actions that move through a finite number of states. |
text |
binary(255) |
Data required to complete the action. |
textlen |
int |
Length of the text data. |
Unique index on (id)