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

Method auto_mysql

client/hstest.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40struct auto_mysql : private noncopyable {
41 auto_mysql() : db(0) {
42 reset();
43 }
44 ~auto_mysql() {
45 if (db) {
46 mysql_close(db);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected