diff options
author | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
commit | b243283e693452549457bd9ccf73918965809571 (patch) | |
tree | 514c7fa33a125d34991d78ec0b56dcb4c70761d2 /include | |
parent | 4cf2001cfed33e35afac4fd8345d474fb3fefdf1 (diff) | |
download | mariadb-git-b243283e693452549457bd9ccf73918965809571.tar.gz |
Updates to build with community features enabled for community builds.
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 3 |
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)) |