summaryrefslogtreecommitdiff
path: root/sql/wsrep_thd.cc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2014-10-07 11:39:42 +0300
committerMonty <monty@mariadb.org>2014-10-07 11:39:42 +0300
commit4af97bc0e3290461eb872fcfc0fbf51c00c0c6bf (patch)
tree1317948fa25694160448cbdc142699f3365b4c24 /sql/wsrep_thd.cc
parentcc8aed3eb7a671d353c453a255b53e8d91d7fa73 (diff)
downloadmariadb-git-4af97bc0e3290461eb872fcfc0fbf51c00c0c6bf.tar.gz
Removed files that had been accidentally committed
Removed compiler warnings
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r--sql/wsrep_thd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc
index b9ff0ecf8a8..b65eead817d 100644
--- a/sql/wsrep_thd.cc
+++ b/sql/wsrep_thd.cc
@@ -90,7 +90,7 @@ void wsrep_client_rollback(THD *thd)
#define NUMBER_OF_FIELDS_TO_IDENTIFY_WORKER 2
//#include "rpl_info_factory.h"
-#if 0
+#ifdef NOT_USED
static Relay_log_info* wsrep_relay_log_init(const char* log_fname)
{