summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_profiling.inc
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@sun.com>2009-10-09 15:59:25 +0200
committerJon Olav Hauglid <jon.hauglid@sun.com>2009-10-09 15:59:25 +0200
commit0da357645c41867552481b18b7de12806f743fe0 (patch)
tree8628f4fb30cdce946155ba0ac7dae5cabe323eac /mysql-test/include/have_profiling.inc
parent220d9b8c4abed2feaa1523e2146e6d472f1c1627 (diff)
downloadmariadb-git-0da357645c41867552481b18b7de12806f743fe0.tar.gz
Bug #44651 "have_community_features" variable should be renamed
"have_profiling" 1) Renamed have_community_features server system variable to have_profiling. 2) Removed eable-community-features configure option and ENABLE_COMMUNITY_FEATURES macro. 3) Removed COMMUNITY_SERVER macro and replaced its usage by ENABLED_PROFILING. Only --enable-profiling is now needed to enable profiling. It was the only existing "community feature", so there was no need for both configure options. Using --enable-community-features will give a warning message since it no longer exists.
Diffstat (limited to 'mysql-test/include/have_profiling.inc')
-rw-r--r--mysql-test/include/have_profiling.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_profiling.inc b/mysql-test/include/have_profiling.inc
new file mode 100644
index 00000000000..48f6668ff92
--- /dev/null
+++ b/mysql-test/include/have_profiling.inc
@@ -0,0 +1,4 @@
+--require r/have_profiling.require
+--disable_query_log
+show variables like 'have_profiling';
+--enable_query_log