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

Enum db_write_op

handlersocket/database.cpp:1145–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145enum db_write_op {
1146 db_write_op_none = 0,
1147 db_write_op_insert = 1,
1148 db_write_op_sql = 2,
1149};
1150
1151void
1152dbcontext::cmd_exec(dbcallback_i& cb, const cmd_exec_args& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected