MXS-1300: Add docker based cluster for REST API testing
The REST API test suite now starts a four node MariaDB cluster with docker-compose. This allows quick and easy local testing.
This commit is contained in:
3
maxctrl/test/sql/slave/replication.sql
Normal file
3
maxctrl/test/sql/slave/replication.sql
Normal file
@ -0,0 +1,3 @@
|
||||
CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=3000, MASTER_USER='maxuser', MASTER_PASSWORD='maxpwd', MASTER_LOG_POS=4, MASTER_CONNECT_RETRY=1;
|
||||
START SLAVE;
|
||||
SET GLOBAL max_connections=10000;
|
||||
Reference in New Issue
Block a user