1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00

* Added size exceeded error code

* Return provider status from selected client_state calls
* Added more methods to provider interface
This commit is contained in:
Teemu Ollakka
2018-06-20 19:44:20 +03:00
parent bf7dad6815
commit ef0fb72b73
9 changed files with 109 additions and 15 deletions

View File

@ -57,6 +57,9 @@ namespace wsrep
wsrep::const_buffer key_parts_[3];
size_t key_parts_len_;
};
typedef std::vector<wsrep::key> key_array;
}
#endif // WSREP_KEY_HPP