mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-18 00:31:19 +03:00
Split client_context::after_command() into two stages, before
sending result to client and after the result was sent. Added s_result state to client_context states.
This commit is contained in:
@@ -392,7 +392,8 @@ private:
|
||||
}
|
||||
after_statement();
|
||||
}
|
||||
after_command();
|
||||
after_command_before_result();
|
||||
after_command_after_result();
|
||||
return err;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user