diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2019-02-19 22:56:39 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-02-25 08:31:52 +0200 |
commit | 24be84384cf6d138b13ae9c03ae2be7d8cd184af (patch) | |
tree | 119aecc3d85322908ba95c24b75ce71dcb1fa773 /wsrep-lib | |
parent | 6edfeb82fdf95f753b1ee4a1858ddc7740eaaab1 (diff) | |
download | mariadb-git-24be84384cf6d138b13ae9c03ae2be7d8cd184af.tar.gz |
Simplified Wsrep_client_service::interrupted()
Wsrep-lib is now guaranteed to hold the underlying mutex
which is wrapped in lock object passed to Wsrep_client_service
interrupted() call. The library part will now take care of
checking the wsrep::transaction specific state, so it is
enough to check the thd->killed state for the result.
Diffstat (limited to 'wsrep-lib')
m--------- | wsrep-lib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/wsrep-lib b/wsrep-lib -Subproject ab0e5f5d776f1bb7472a6c7e50c475312e562bf +Subproject 9bec7d940cd27c9ea14e1665c4a4fd0ee5890ea |