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

Method cmd_sql_internal

handlersocket/database.cpp:697–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void
698dbcontext::cmd_sql_internal(dbcallback_i& cb, const prep_stmt& pst,
699 const string_ref *fvals, size_t fvalslen)
700{
701 if (fvalslen < 1) {
702 return cb.dbcb_resp_short(2, "syntax");
703 }
704 return cb.dbcb_resp_short(2, "notimpl");
705}
706
707static size_t
708prepare_keybuf(const cmd_exec_args& args, uchar *key_buf, TABLE *table,

Callers

nothing calls this directly

Calls 1

dbcb_resp_shortMethod · 0.80

Tested by

no test coverage detected