diff options
author | Martin Hansson <martin.hansson@sun.com> | 2009-11-20 13:29:43 +0100 |
---|---|---|
committer | Martin Hansson <martin.hansson@sun.com> | 2009-11-20 13:29:43 +0100 |
commit | 3937a79886f9c3a1e0c998e66565a71b4a87d984 (patch) | |
tree | fabb9c5fa11cdf96ecdc1297561875b1a58090ed /sql/sql_profile.h | |
parent | 70c7e936db54973b64cf04380da499bc5a2f81b1 (diff) | |
parent | d8d8efc88efc932c8a3be4302d472fdf67d25aa7 (diff) | |
download | mariadb-git-3937a79886f9c3a1e0c998e66565a71b4a87d984.tar.gz |
merge of Bug#33204 (backport)
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index 245959e0953..bffe1cb576b 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -41,7 +41,7 @@ int make_profile_table_for_show(THD *thd, ST_SCHEMA_TABLE *schema_table); #define PROFILE_ALL (uint)(~0) -#if defined(ENABLED_PROFILING) && defined(COMMUNITY_SERVER) +#if defined(ENABLED_PROFILING) #include "mysql_priv.h" #ifdef HAVE_SYS_RESOURCE_H |