diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-07-09 11:07:23 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-07-09 11:07:23 -0400 |
commit | dc377fcbc0a3da99e02aa55000ab491d01c63fc4 (patch) | |
tree | 1ad5669b0e1ad17a6bd28fb8895cd33533a37668 /sql/wsrep_sst.h | |
parent | 3d1ac121771d61f9d1c944a1caa4e449527725fc (diff) | |
download | mariadb-git-dc377fcbc0a3da99e02aa55000ab491d01c63fc4.tar.gz |
Merge of patch for MDEV-6411 from maria-5.5-galera.
Diffstat (limited to 'sql/wsrep_sst.h')
-rw-r--r-- | sql/wsrep_sst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_sst.h b/sql/wsrep_sst.h index b7f0e26f226..dc7789f5a4e 100644 --- a/sql/wsrep_sst.h +++ b/sql/wsrep_sst.h @@ -31,6 +31,7 @@ extern void wsrep_sst_grab(); extern bool wsrep_sst_wait(); /*! Signals wsrep that initialization is complete, writesets can be applied */ extern void wsrep_sst_continue(); +extern void wsrep_sst_auth_free(); extern void wsrep_SE_init_grab(); /*! grab init critical section */ extern void wsrep_SE_init_wait(); /*! wait for SE init to complete */ |