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:
committed by
Daniele Sciascia
parent
8ffad51822
commit
fd07ff12e4
@ -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
|
||||
|
Reference in New Issue
Block a user