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

Support for UPDATE certification key type.

This commit is contained in:
Alexey Yurchenko
2018-11-25 14:31:16 +02:00
parent 36dbb37645
commit 05013c8d44
3 changed files with 6 additions and 8 deletions

View File

@ -33,8 +33,8 @@ namespace wsrep
enum type
{
shared,
semi_shared,
semi_exclusive,
reference,
update,
exclusive
};