Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ auto_mysql
Method
auto_mysql
client/hslongrun.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
struct auto_mysql : private noncopyable {
29
auto_mysql() : db(0) {
30
reset();
31
}
32
~auto_mysql() {
33
if (db) {
34
mysql_close(db);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected