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 | 0005df9e251261f398e7c87a6d4e800dc0292f6f (patch) | |
tree | 86b3438ca88d45f7642023edf639b82231659ba9 /sql/sql_profile.cc | |
parent | 98990a074ae85ec54c48b8e2511fa4bd4537cd84 (diff) | |
download | mariadb-git-0005df9e251261f398e7c87a6d4e800dc0292f6f.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. */ |