summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-09-21 17:21:09 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2016-09-21 17:21:09 -0400
commitedbf9583ad978bae297eb5267d46e542df56f8df (patch)
tree2424311529615286ab4218fe5dc1f4e10c5d65ac /sql/wsrep_mysqld.h
parenta02642b66e06f95b80fa9ee592ba50eb61dc2f17 (diff)
downloadmariadb-git-hf-10.1.wsrep_debug.tar.gz
wsrep_debug now supports more debug information levelshf-10.1.wsrep_debug
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 04ccc1a7e45..26c436d0a6e 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -143,8 +143,6 @@ extern "C" void wsrep_thd_set_exec_mode(THD *thd, enum wsrep_exec_mode mode);
extern "C" void wsrep_thd_set_query_state(
THD *thd, enum wsrep_query_state state);
-extern "C" void wsrep_thd_set_trx_to_replay(THD *thd, uint64 trx_id);
-
extern "C" uint32 wsrep_thd_wsrep_rand(THD *thd);
extern "C" time_t wsrep_thd_query_start(THD *thd);
extern "C" query_id_t wsrep_thd_query_id(THD *thd);