From 1d77a566eae9c883d2bc1760a84d6e48865c6274 Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Mon, 23 Jul 2018 22:31:31 +0300 Subject: [PATCH] remove dead code --- storage/innobase/handler/ha_innodb.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 682cc5be9a3..89fba217d85 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -147,15 +147,12 @@ void close_thread_tables(THD* thd); #include #include "wsrep_sst.h" -extern MYSQL_PLUGIN_IMPORT MYSQL_BIN_LOG mysql_bin_log; - static inline wsrep_ws_handle_t* wsrep_ws_handle(THD* thd, const trx_t* trx) { return wsrep_ws_handle_for_trx(wsrep_thd_ws_handle(thd), (wsrep_trx_id_t)trx->id); } -extern TC_LOG* tc_log; extern void wsrep_cleanup_transaction(THD *thd); static int wsrep_abort_transaction(handlerton* hton, THD *bf_thd, THD *victim_thd,