1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added checking for my.cnf file from environment variable MYSQL_HOME

instead of DATADIR.
This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2005-01-04 20:13:47 +02:00
parent a99921fb39
commit 81d99da104
6 changed files with 51 additions and 23 deletions

View File

@@ -332,6 +332,9 @@ inline double ulonglong2double(ulonglong value)
#define SHAREDIR "share"
#define DEFAULT_CHARSET_HOME "C:/mysql/"
#endif
#ifndef DEFAULT_HOME_ENV
#define DEFAULT_HOME_ENV MYSQL_HOME
#endif
/* File name handling */