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

Method create

handlersocket/database.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215database_ptr
216database_i::create(const config& conf)
217{
218 return database_ptr(new database(conf));
219}
220
221dbcontext::dbcontext(volatile database *d, bool for_write)
222 : dbref(d), for_write_flag(for_write), thd(0), lock(0), lock_failed(false),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected