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

Function thd_security_context

sql/sql_class.cc:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565*/
566extern "C"
567char *thd_security_context(THD *thd,
568 char *buffer, unsigned int length,
569 unsigned int max_query_len)
570{
571 return thd_get_error_context_description(thd, buffer, length, max_query_len);
572}
573#endif
574
575/**

Callers 1

process_tranMethod · 0.85

Calls 1

Tested by

no test coverage detected