summaryrefslogtreecommitdiff
path: root/sql/sql_plugin_services.ic
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-02-24 23:32:37 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2016-02-24 23:32:37 -0500
commit0251232f8c3bca33b4dd15d6668105f3de9d024d (patch)
tree35e47f8d51eaf2dcc4caab4b69749bae5a9f2de7 /sql/sql_plugin_services.ic
parentb05158cc10a75196b5c0bf8dad9360608a2dd5b9 (diff)
downloadmariadb-git-0251232f8c3bca33b4dd15d6668105f3de9d024d.tar.gz
Fix to ensure updates in gtid_slave_state table do not get binlogged.
Also, renamed wsrep_skip_append_keys to wsrep_ignore_table. Test case : galera.galera_as_slave_gtid.test
Diffstat (limited to 'sql/sql_plugin_services.ic')
-rw-r--r--sql/sql_plugin_services.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin_services.ic b/sql/sql_plugin_services.ic
index da0cc17250b..c3dfde18ab6 100644
--- a/sql/sql_plugin_services.ic
+++ b/sql/sql_plugin_services.ic
@@ -133,7 +133,7 @@ static struct wsrep_service_st wsrep_handler = {
wsrep_thd_query_state_str,
wsrep_thd_retry_counter,
wsrep_thd_set_conflict_state,
- wsrep_thd_skip_append_keys,
+ wsrep_thd_ignore_table,
wsrep_thd_trx_seqno,
wsrep_thd_ws_handle,
wsrep_trx_is_aborting,