Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
This commit is contained in:
commit
a6ea56a153
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
|
||||
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.
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user