diff --git a/README b/README index 413eb1b26..1e495b1b2 100644 --- a/README +++ b/README @@ -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. diff --git a/server/core/gateway.c b/server/core/gateway.c index 7b19b3de1..bd773c7f9 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -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 };