MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / record_value

Class record_value

client/hslongrun.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88struct record_value {
89 mutex lock;
90 bool deleted;
91 bool unknown_state;
92 std::string key;
93 std::vector<std::string> values;
94 record_value() : deleted(true), unknown_state(false) { }
95};
96
97struct hs_longrun_shared {
98 config conf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected