Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
This commit is contained in:
2
README
2
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
|
Edit the file build_gateway.inc in your MaxScale directory and set
|
||||||
the ROOT_PATH to the directory in which you have installed the
|
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
|
to the location in which you have installed the developer package
|
||||||
for MariaDB or checked out the source code of MariaDB and the
|
for MariaDB or checked out the source code of MariaDB and the
|
||||||
location of your MariaDB include files.
|
location of your MariaDB include files.
|
||||||
|
@ -86,7 +86,7 @@ static char* server_options[] = {
|
|||||||
"--no-defaults",
|
"--no-defaults",
|
||||||
"--datadir=",
|
"--datadir=",
|
||||||
"--language=",
|
"--language=",
|
||||||
// "--skip-innodb",
|
"--skip-innodb",
|
||||||
"--default-storage-engine=myisam",
|
"--default-storage-engine=myisam",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
@ -100,7 +100,7 @@ static char* server_groups[] = {
|
|||||||
"server",
|
"server",
|
||||||
"server",
|
"server",
|
||||||
"embedded",
|
"embedded",
|
||||||
// "server",
|
"server",
|
||||||
"server",
|
"server",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user