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 | ea603044d89d67bd97534112d9f40b7555152962 (patch) | |
tree | 514c7fa33a125d34991d78ec0b56dcb4c70761d2 /include | |
parent | 4c775c8d91d41eea1fc5d7b7a0a21a320ad2c530 (diff) | |
download | mariadb-git-ea603044d89d67bd97534112d9f40b7555152962.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)) |