Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c0e5cf79
Commit
c0e5cf79
authored
Aug 25, 2020
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-22543: Remove orphan declaration of wsrep_is_sst_progress
parent
0be70a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sql/wsrep_sst.h
sql/wsrep_sst.h
+0
-2
No files found.
sql/wsrep_sst.h
View file @
c0e5cf79
...
...
@@ -74,14 +74,12 @@ extern void wsrep_SE_init_grab(); /*! grab init critical section */
extern
void
wsrep_SE_init_wait
();
/*! wait for SE init to complete */
extern
void
wsrep_SE_init_done
();
/*! signal that SE init is complte */
extern
void
wsrep_SE_initialized
();
/*! mark SE initialization complete */
extern
bool
wsrep_is_sst_progress
();
#else
#define wsrep_SE_initialized() do { } while(0)
#define wsrep_SE_init_grab() do { } while(0)
#define wsrep_SE_init_done() do { } while(0)
#define wsrep_sst_continue() (0)
#define wsrep_is_sst_progress() (0)
#endif
/* WITH_WSREP */
#endif
/* WSREP_SST_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment