summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorSachin Setiya <sachin.setiya@mariadb.com>2017-04-18 11:50:43 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2017-04-18 11:50:43 +0530
commitb8afa783bcd32c9a0e5b26d780f4debf859f1b8f (patch)
tree0088e9b6ba7e96c579474b7e5a4518f4c4ddcbf0 /sql/wsrep_mysqld.h
parent19b9fe07f5356b1d5965c16b322a0ca7d5fbdfe8 (diff)
downloadmariadb-git-b8afa783bcd32c9a0e5b26d780f4debf859f1b8f.tar.gz
MW-267
Fix Galera crash at startup when compiled with gcc 6 Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 85d4cea241f..bd45399a948 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -314,7 +314,6 @@ int wsrep_create_trigger_query(THD *thd, uchar** buf, size_t* buf_len);
int wsrep_create_event_query(THD *thd, uchar** buf, size_t* buf_len);
int wsrep_alter_event_query(THD *thd, uchar** buf, size_t* buf_len);
-const wsrep_uuid_t* wsrep_cluster_uuid();
struct xid_t;
void wsrep_set_SE_checkpoint(xid_t*);
void wsrep_get_SE_checkpoint(wsrep_uuid_t&, wsrep_seqno_t&);