From c7b7b17e0d3ceca141b1c1843dfe19fe4003e529 Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Sat, 29 Mar 2014 12:41:59 +0200 Subject: [PATCH 1/2] Added INC_PATH to README according to latest change in build_gateway.inc --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 2fcc37160600141a7d8e7515a2de235c6f0f84cf Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Tue, 15 Apr 2014 19:22:46 +0300 Subject: [PATCH 2/2] Added back --skip-innodb to a call argument for libmysqld --- server/core/gateway.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };