Commit 44b44dd1 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Comments for wsrep_exec_mode's.

parent 00956977
...@@ -28,10 +28,17 @@ class set_var; ...@@ -28,10 +28,17 @@ class set_var;
class THD; class THD;
enum wsrep_exec_mode { enum wsrep_exec_mode {
LOCAL_STATE, /* Transaction processing before replication. */
REPL_RECV, LOCAL_STATE,
TOTAL_ORDER, /* Slave thread applying write sets from other nodes or replaying thread. */
LOCAL_COMMIT REPL_RECV,
/* Total-order-isolation mode */
TOTAL_ORDER,
/*
Transaction procession after it has been replicated in prepare stage and
has passed certification
*/
LOCAL_COMMIT
}; };
enum wsrep_query_state { enum wsrep_query_state {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment