MCPcopy Create free account
hub / github.com/MariaDB/server / execute_server_code

Method execute_server_code

sql/sql_prepare.cc:4098–4101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4096
4097
4098bool Execute_sql_statement::execute_server_code(THD *thd)
4099{
4100 return ::execute_server_code(thd, m_sql_text.str, m_sql_text.length);
4101}
4102
4103
4104/***************************************************************************

Callers 1

Calls 1

execute_server_codeFunction · 0.85

Tested by

no test coverage detected