summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-04-01 18:25:40 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2015-04-01 18:25:40 -0400
commit575dd775046b7dd53330bcb01b81dceeffeb2e88 (patch)
treee06f331bd2be8fe13fcb51b6a0633f09098dc393 /sql/wsrep_mysqld.h
parentcbc5157feb9801310e458f7ed10983ad478c881e (diff)
downloadmariadb-git-575dd775046b7dd53330bcb01b81dceeffeb2e88.tar.gz
MDEV-7867: Add binlog header to GRA_.log file
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index ce40cec5835..b704295171e 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -262,6 +262,8 @@ extern PSI_mutex_key key_LOCK_wsrep_replaying;
extern PSI_cond_key key_COND_wsrep_replaying;
extern PSI_mutex_key key_LOCK_wsrep_slave_threads;
extern PSI_mutex_key key_LOCK_wsrep_desync;
+
+extern PSI_file_key key_file_wsrep_gra_log;
#endif /* HAVE_PSI_INTERFACE */
struct TABLE_LIST;
int wsrep_to_isolation_begin(THD *thd, char *db_, char *table_,