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

Refs codership/wsrep-API#21 added support for the IMPLICIT_DEPS WS flag

This commit is contained in:
Alexey Yurchenko
2018-11-22 17:16:28 +02:00
committed by Daniele Sciascia
parent 8ffad51822
commit fd07ff12e4
6 changed files with 28 additions and 3 deletions

View File

@ -125,7 +125,10 @@ namespace
WSREP_FLAG_TRX_PREPARE) |
map_one(flags,
provider::flag::snapshot,
WSREP_FLAG_SNAPSHOT));
WSREP_FLAG_SNAPSHOT) |
map_one(flags,
provider::flag::implicit_deps,
WSREP_FLAG_IMPLICIT_DEPS));
}
int map_flags_from_native(uint32_t flags)
@ -153,7 +156,10 @@ namespace
provider::flag::prepare) |
map_one(flags,
WSREP_FLAG_SNAPSHOT,
provider::flag::snapshot));
provider::flag::snapshot) |
map_one(flags,
WSREP_FLAG_IMPLICIT_DEPS,
provider::flag::implicit_deps));
}
class mutable_ws_handle