diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2019-04-12 03:40:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 03:40:49 +0900 |
commit | c172cf6e730e732a1b3be6669cb0a9685f121f71 (patch) | |
tree | 55a8d600cb042d52a3016b2cc3ca01ae1cec2f5e /sql/sql_plugin_services.ic | |
parent | a65a9f785ffcf6694e988450ebad46774db10e4e (diff) | |
parent | 71848585f81690babb70cba345719a5d178b00d7 (diff) | |
download | mariadb-git-bb-10.4-MDEV-18993.tar.gz |
Merge branch '10.4' into bb-10.4-MDEV-18993bb-10.4-MDEV-18993
Diffstat (limited to 'sql/sql_plugin_services.ic')
-rw-r--r-- | sql/sql_plugin_services.ic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_plugin_services.ic b/sql/sql_plugin_services.ic index 36748121360..955b9a0ce3a 100644 --- a/sql/sql_plugin_services.ic +++ b/sql/sql_plugin_services.ic @@ -172,7 +172,8 @@ static struct wsrep_service_st wsrep_handler = { wsrep_thd_skip_locking, wsrep_get_sr_table_name, wsrep_get_debug, - wsrep_commit_ordered + wsrep_commit_ordered, + wsrep_thd_is_applying }; static struct thd_specifics_service_st thd_specifics_handler= |