summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-05-20 23:04:34 +0200
committerMySQL Build Team <build@mysql.com>2009-05-20 23:04:34 +0200
commitb243283e693452549457bd9ccf73918965809571 (patch)
tree514c7fa33a125d34991d78ec0b56dcb4c70761d2 /include
parent4cf2001cfed33e35afac4fd8345d474fb3fefdf1 (diff)
downloadmariadb-git-b243283e693452549457bd9ccf73918965809571.tar.gz
Updates to build with community features enabled for community builds.
Diffstat (limited to 'include')
-rw-r--r--include/config-win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 39affd3b8e9..ab463a7c142 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -206,9 +206,6 @@ typedef uint rf_SetTimer;
/* If LOAD DATA LOCAL INFILE should be enabled by default */
#define ENABLED_LOCAL_INFILE 1
-/* If query profiling should be enabled by default */
-#define ENABLED_PROFILING 1
-
/* Convert some simple functions to Posix */
#define my_sigset(A,B) signal((A),(B))