1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Implemented SR transaction rollback.

This commit is contained in:
Teemu Ollakka
2018-07-10 14:01:41 +03:00
parent e916453e6d
commit 80ca03daaf
17 changed files with 362 additions and 91 deletions

View File

@ -8,6 +8,8 @@
#include "exception.hpp"
#include "buffer.hpp"
#include <iosfwd>
namespace wsrep
{
class key
@ -60,6 +62,7 @@ namespace wsrep
typedef std::vector<wsrep::key> key_array;
std::ostream& operator<<(std::ostream&, const wsrep::key&);
}
#endif // WSREP_KEY_HPP