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

Method code

sql/sql_lex.h:3144–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3142 return m_name;
3143 }
3144 Item *code() const
3145 {
3146 return m_code;
3147 }
3148 uint param_count() const
3149 {
3150 return m_params.elements;

Callers 9

exec_coreMethod · 0.80
set_parametersMethod · 0.80
rdb_log_status_errorFunction · 0.80
rdb_error_to_mysqlMethod · 0.80
skip_unique_checkMethod · 0.80
ha_rocksdb.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected