diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-27 16:45:01 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-27 16:45:01 -0400 |
commit | 71a0ecee6e2241f6f1fcf8216b37067b5ac0161b (patch) | |
tree | dc6a3a60b71e4a3cbaadb6dc739d736ab8014ac5 /include/config-win.h | |
parent | db6eab9bfad52911af5f5aa26c1dd107ad422079 (diff) | |
parent | 9dd7812fec682bc7494623f76338e099f0ffe578 (diff) | |
download | mariadb-git-71a0ecee6e2241f6f1fcf8216b37067b5ac0161b.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-formergecomm
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-unified02
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 8d6f8885626..6f0339707e6 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -206,6 +206,9 @@ 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)) |