mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Remove method transaction::clear_fragments()
Remove the method as it does nothing, except for calling `streaming_context_.clear()`. This led to a situation where we have two ways to do the same thing, and it is annoying, if one wants to search for all places where streaming_context is cleaned up.
This commit is contained in:
@ -251,7 +251,6 @@ namespace wsrep
|
||||
int release_commit_order(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void streaming_rollback(wsrep::unique_lock<wsrep::mutex>&);
|
||||
int replay(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void clear_fragments();
|
||||
void cleanup();
|
||||
void debug_log_state(const char*) const;
|
||||
void debug_log_key_append(const wsrep::key& key) const;
|
||||
|
Reference in New Issue
Block a user