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

Function thd_query_string

sql/sql_class.cc:5669–5673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5667 @return query string and length. May be non-null-terminated.
5668*/
5669extern "C" LEX_STRING * thd_query_string (MYSQL_THD thd)
5670{
5671 DBUG_ASSERT(thd == current_thd);
5672 return(&thd->query_string.string);
5673}
5674
5675
5676/**

Callers 3

GetStringOptionMethod · 0.85
ha_connect.ccFile · 0.85
contains_foreign_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected