Returned #include <my_config.h> and updated server name.

This commit is contained in:
VilhoRaatikka
2014-11-03 11:33:41 +02:00
parent b15ac9c019
commit ca816743e8

View File

@ -1,3 +1,4 @@
#include <my_config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
@ -7,7 +8,7 @@
#include <mysql.h> #include <mysql.h>
static char* server_options[] = { static char* server_options[] = {
"SkySQL Gateway", "MariaDB Corporation MaxScale",
"--datadir=./", "--datadir=./",
"--language=./", "--language=./",
"--skip-innodb", "--skip-innodb",