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

Class database

handlersocket/database.cpp:86–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86struct database : public database_i, private noncopyable {
87 database(const config& c);
88 virtual ~database();
89 virtual dbcontext_ptr create_context(bool for_write) volatile;
90 virtual void stop() volatile;
91 virtual const config& get_conf() const volatile;
92 public:
93 int child_running;
94 private:
95 config conf;
96};
97
98struct tablevec_entry {
99 TABLE *table;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected