diff options
author | Sergei Golubchik <serg@mysql.com> | 2008-08-27 14:15:06 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2008-08-27 14:15:06 +0200 |
commit | ca23272e1e53e195169bec0609eb0168722e1879 (patch) | |
tree | 86b3438ca88d45f7642023edf639b82231659ba9 /sql/sql_profile.cc | |
parent | e2219ec965a80b2034d9debcbf12d3e73a684d89 (diff) | |
download | mariadb-git-ca23272e1e53e195169bec0609eb0168722e1879.tar.gz |
proc_info_hook, mysys access to thd->proc_info
include/my_global.h:
move __func__ definition to my_global.h
include/my_sys.h:
proc_info_hook
mysys/my_static.c:
proc_info_hook
sql/mysqld.cc:
proc_info_hook
sql/sql_class.cc:
support thd==0 in set_thd_proc_info
sql/sql_profile.cc:
move __func__ definition to my_global.h
sql/sql_profile.h:
move __func__ definition to my_global.h
Diffstat (limited to 'sql/sql_profile.cc')
-rw-r--r-- | sql/sql_profile.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_profile.cc b/sql/sql_profile.cc index c62cf6401ba..6f234a2a626 100644 --- a/sql/sql_profile.cc +++ b/sql/sql_profile.cc @@ -38,9 +38,6 @@ #define MAX_QUERY_LENGTH 300 -/* Reserved for systems that can't record the function name in source. */ -const char * const _unknown_func_ = "<unknown>"; - /** Connects Information_Schema and Profiling. */ |