summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2019-03-09 19:48:11 +0400
committerSergey Vojtovich <svoj@mariadb.org>2019-03-09 20:22:24 +0400
commit88d89ee0bae24b71416c2af4f4c2f2be7b6a033a (patch)
treec60993ac487aa97b4fdcc4d7a030a2f8b7d25c93 /sql/wsrep_mysqld.h
parent5a796f1f41a5bc0afb638cc342095e59a5bb15df (diff)
downloadmariadb-git-88d89ee0bae24b71416c2af4f4c2f2be7b6a033a.tar.gz
Less abort_loop references
Removed redundant initialisation in unireg_init(): already done by mysql_init_variables(). Slave threads already check THD::killed, which eliminates the need to check abort_loop. Removed unused wsrep_kill_mysql().
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 8d1a58a0f7d..2fc17fd3ef4 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -195,7 +195,6 @@ extern int wsrep_wait_committing_connections_close(int wait_time);
extern void wsrep_close_applier(THD *thd);
extern void wsrep_wait_appliers_close(THD *thd);
extern void wsrep_close_applier_threads(int count);
-extern void wsrep_kill_mysql(THD *thd);
/* new defines */