MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / get_protocol

Method get_protocol

sql/sql_class.cc:3237–3240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3235}
3236
3237Protocol *THD::get_protocol() {
3238 m_cached_is_connection_alive.store(m_protocol->connection_alive());
3239 return m_protocol;
3240}
3241
3242Protocol_classic *THD::get_protocol_classic() {
3243 assert(is_classic_protocol());

Callers 15

add_slaveMethod · 0.45
cmd_recvtypeMethod · 0.45
cmd_recvokMethod · 0.45
cmd_recvmessageMethod · 0.45
cmd_recverrorMethod · 0.45
cmd_recvresultMethod · 0.45
cmd_recvuntilMethod · 0.45
cmd_do_ssl_handshakeMethod · 0.45
cmd_stmtsqlMethod · 0.45

Calls 2

storeMethod · 0.65
connection_aliveMethod · 0.45

Tested by 15

cmd_recvtypeMethod · 0.36
cmd_recvokMethod · 0.36
cmd_recvmessageMethod · 0.36
cmd_recverrorMethod · 0.36
cmd_recvresultMethod · 0.36
cmd_recvuntilMethod · 0.36
cmd_do_ssl_handshakeMethod · 0.36
cmd_stmtsqlMethod · 0.36
cmd_stmtadminMethod · 0.36
enable_compressionMethod · 0.36
setup_connectionMethod · 0.36