Home
last modified time | relevance | path

Searched refs:m_query_source (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_profile.cc278 m_query_source(NULL_STR) { in QUERY_PROFILE()
290 my_free(m_query_source.str); in ~QUERY_PROFILE()
301 DBUG_ASSERT(m_query_source.str == nullptr); /* we don't leak memory */ in set_query_source()
303 m_query_source.str = in set_query_source()
305 m_query_source.length = length; in set_query_source()
412 (current->m_query_source.str != nullptr) && in finish_current_query()
465 if (prof->m_query_source.str != nullptr) in show_profiles()
466 protocol->store_string(prof->m_query_source.str, in show_profiles()
467 prof->m_query_source.length, system_charset_info); in show_profiles()
H A Dsql_profile.h205 LEX_STRING m_query_source; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_profile.cc275 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
290 my_free(m_query_source.str); in ~QUERY_PROFILE()
302 assert(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
305 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
307 m_query_source.length= length; in set_query_source()
437 (current->m_query_source.str != NULL) && in finish_current_query()
503 if (prof->m_query_source.str != NULL) in show_profiles()
504 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_profile.cc275 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
290 my_free(m_query_source.str); in ~QUERY_PROFILE()
302 DBUG_ASSERT(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
305 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
307 m_query_source.length= length; in set_query_source()
437 (current->m_query_source.str != NULL) && in finish_current_query()
503 if (prof->m_query_source.str != NULL) in show_profiles()
504 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_profile.cc275 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
290 my_free(m_query_source.str); in ~QUERY_PROFILE()
302 assert(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
305 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
307 m_query_source.length= length; in set_query_source()
437 (current->m_query_source.str != NULL) && in finish_current_query()
503 if (prof->m_query_source.str != NULL) in show_profiles()
504 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc295 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
310 my_free(m_query_source.str); in ~QUERY_PROFILE()
322 assert(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
325 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
327 m_query_source.length= length; in set_query_source()
461 (current->m_query_source.str != NULL) && in finish_current_query()
527 if (prof->m_query_source.str != NULL) in show_profiles()
528 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc295 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
310 my_free(m_query_source.str); in ~QUERY_PROFILE()
322 assert(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
325 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
327 m_query_source.length= length; in set_query_source()
461 (current->m_query_source.str != NULL) && in finish_current_query()
527 if (prof->m_query_source.str != NULL) in show_profiles()
528 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_profile.cc295 :profiling(profiling_arg), profiling_query_id(0), m_query_source(NULL_STR) in QUERY_PROFILE()
310 my_free(m_query_source.str); in ~QUERY_PROFILE()
322 assert(m_query_source.str == NULL); /* we don't leak memory */ in set_query_source()
325 m_query_source.str= my_strndup(key_memory_PROFILE, in set_query_source()
327 m_query_source.length= length; in set_query_source()
461 (current->m_query_source.str != NULL) && in finish_current_query()
527 if (prof->m_query_source.str != NULL) in show_profiles()
528 protocol->store(prof->m_query_source.str, prof->m_query_source.length, in show_profiles()
H A Dsql_profile.h227 LEX_STRING m_query_source; variable