Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ database
Method
database
handlersocket/database.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
};
187
188
database::database(const config& c)
189
: child_running(1), conf(c)
190
{
191
}
192
193
database::~database()
194
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected