Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgs authored and Sergey Vojtovich committed Mar 22, 2019
1 parent 92d1c96 commit 1d77a56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,12 @@ void close_thread_tables(THD* thd);
#include <mysql/service_md5.h>
#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,
Expand Down

0 comments on commit 1d77a56

Please sign in to comment.