diff options
author | holyfoot@deer.(none) <> | 2006-05-01 22:16:08 +0500 |
---|---|---|
committer | holyfoot@deer.(none) <> | 2006-05-01 22:16:08 +0500 |
commit | 9b832153f9d43281f0506b0a968754c357ef6e00 (patch) | |
tree | 6ea1ce305a71a1ea16e8e1e7caf4d8df9c647c39 /include | |
parent | bad7e32a949982c07a738ce83bc5f87a562d90a3 (diff) | |
download | mariadb-git-9b832153f9d43281f0506b0a968754c357ef6e00.tar.gz |
Fix for Win build
Diffstat (limited to 'include')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index b2e1c9831d4..8d937ffed22 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -367,6 +367,7 @@ inline double ulonglong2double(ulonglong value) #include <custom_conf.h> #else #define DEFAULT_MYSQL_HOME "c:\\mysql" +#define DATADIR "c:\\mysql\\data" #define PACKAGE "mysql" #define DEFAULT_BASEDIR "C:\\" #define SHAREDIR "share" |