Merge branch 'develop' into MXS-121

Conflicts:
	server/modules/monitor/mysql_mon.c
This commit is contained in:
Markus Makela
2015-05-09 04:49:06 +03:00
16 changed files with 165 additions and 44 deletions

View File

@ -8,11 +8,13 @@
void init_test_env(char *path)
{
int argc = 3;
int argc = 5;
char* argv[] =
{
"log_manager",
"-l",
"LOGFILE_ERROR",
"-j",
path? path:TEST_LOG_DIR,
NULL