diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2019-04-12 22:47:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 22:47:29 +0900 |
commit | df2d376eca665e26845d8e6c636bf9f6c1714b1b (patch) | |
tree | 77472ce6fdb212e7cadb9fe1ccd351bab193797a /sql/wsrep_dummy.cc | |
parent | f0509afa1b635cd7c091f349a3b8dd72b4b92b94 (diff) | |
parent | 7896503686477cce55d058d071d2858a8abf4b04 (diff) | |
download | mariadb-git-bb-10.4-MDEV-16530.tar.gz |
Merge branch '10.4' into bb-10.4-MDEV-16530bb-10.4-MDEV-16530
Diffstat (limited to 'sql/wsrep_dummy.cc')
-rw-r--r-- | sql/wsrep_dummy.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/wsrep_dummy.cc b/sql/wsrep_dummy.cc index bd37042992a..01f2ad88ed5 100644 --- a/sql/wsrep_dummy.cc +++ b/sql/wsrep_dummy.cc @@ -135,3 +135,6 @@ my_bool wsrep_get_debug() void wsrep_commit_ordered(THD* ) { } + +my_bool wsrep_thd_is_applying(const THD*) +{ return 0;} |