Merge branch 'develop' of https://github.com/skysql/MaxScale into develop

This commit is contained in:
VilhoRaatikka 2014-04-16 10:26:00 +03:00
commit a6ea56a153
2 changed files with 3 additions and 3 deletions

2
README
View File

@ -35,7 +35,7 @@ Bugs can be reported in the SkySQL bugs database
Edit the file build_gateway.inc in your MaxScale directory and set
the ROOT_PATH to the directory in which you have installed the
MaxScale source code. Set the MYSQL_ROOT/MYSQL_HEADERS variables
MaxScale source code. Set the INC_PATH/MYSQL_ROOT/MYSQL_HEADERS variables
to the location in which you have installed the developer package
for MariaDB or checked out the source code of MariaDB and the
location of your MariaDB include files.

View File

@ -86,7 +86,7 @@ static char* server_options[] = {
"--no-defaults",
"--datadir=",
"--language=",
// "--skip-innodb",
"--skip-innodb",
"--default-storage-engine=myisam",
NULL
};
@ -100,7 +100,7 @@ static char* server_groups[] = {
"server",
"server",
"embedded",
// "server",
"server",
"server",
NULL
};