diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-19 16:04:59 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-19 16:04:59 +0200 |
commit | 117291db8b35ddb4cd8c89ee4d8de888160b7163 (patch) | |
tree | 05041fcbc5a4c5c14531d148505216cb88add73c /sql/wsrep_dummy.cc | |
parent | 26e5bff00318272c717561e7b980036df3332d7b (diff) | |
parent | a77e2668667e46d96c445a4a9a8325b7fe9461b3 (diff) | |
download | mariadb-git-117291db8b35ddb4cd8c89ee4d8de888160b7163.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'sql/wsrep_dummy.cc')
-rw-r--r-- | sql/wsrep_dummy.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/wsrep_dummy.cc b/sql/wsrep_dummy.cc index 9afdb36a643..97ec85f7566 100644 --- a/sql/wsrep_dummy.cc +++ b/sql/wsrep_dummy.cc @@ -142,6 +142,12 @@ void wsrep_thd_auto_increment_variables(THD *thd, *increment= thd->variables.auto_increment_increment; } +void wsrep_set_load_multi_commit(THD *thd, bool split) +{ } + +bool wsrep_is_load_multi_commit(THD *thd) +{ return false; } + int wsrep_trx_is_aborting(THD *) { return 0; } |