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

Class mysqltest_thread_initobj

client/hstest.cpp:507–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507struct mysqltest_thread_initobj : private noncopyable {
508 mysqltest_thread_initobj() {
509 mysql_thread_init();
510 }
511 ~mysqltest_thread_initobj() {
512 mysql_thread_end();
513 }
514};
515
516void
517hstest_thread::test_9(int test_num)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected