1
0
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:
Teemu Ollakka
2018-06-02 15:55:54 +03:00
parent c73e7c8f5d
commit 188bda1339
5 changed files with 59 additions and 22 deletions

View File

@@ -392,7 +392,8 @@ private:
}
after_statement();
}
after_command();
after_command_before_result();
after_command_after_result();
return err;
}