diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-04 21:37:10 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:26 +0200 |
commit | fe0ff580009a5d5bdb853224568a7eaaf147f060 (patch) | |
tree | 46448ec4258173b05c81681e2d1405138539dde3 /sql/wsrep_thd.cc | |
parent | fc2df3c637d51c4ab32132e2d8f63dbe7e80f056 (diff) | |
download | mariadb-git-fe0ff580009a5d5bdb853224568a7eaaf147f060.tar.gz |
compiler warnings
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r-- | sql/wsrep_thd.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc index fabced2d11a..0779535d7fb 100644 --- a/sql/wsrep_thd.cc +++ b/sql/wsrep_thd.cc @@ -90,6 +90,7 @@ void wsrep_client_rollback(THD *thd) #define NUMBER_OF_FIELDS_TO_IDENTIFY_WORKER 2 //#include "rpl_info_factory.h" +#if 0 static Relay_log_info* wsrep_relay_log_init(const char* log_fname) { @@ -110,6 +111,7 @@ static Relay_log_info* wsrep_relay_log_init(const char* log_fname) return rli; } +#endif class Master_info; |