summaryrefslogtreecommitdiff
path: root/sql/sql_profile.h
diff options
context:
space:
mode:
authorMartin Hansson <martin.hansson@sun.com>2009-11-20 13:29:43 +0100
committerMartin Hansson <martin.hansson@sun.com>2009-11-20 13:29:43 +0100
commit3937a79886f9c3a1e0c998e66565a71b4a87d984 (patch)
treefabb9c5fa11cdf96ecdc1297561875b1a58090ed /sql/sql_profile.h
parent70c7e936db54973b64cf04380da499bc5a2f81b1 (diff)
parentd8d8efc88efc932c8a3be4302d472fdf67d25aa7 (diff)
downloadmariadb-git-3937a79886f9c3a1e0c998e66565a71b4a87d984.tar.gz
merge of Bug#33204 (backport)
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r--sql/sql_profile.h2
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