mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
post-merge fixup
This commit is contained in:
parent
aa67831207
commit
b305a27ac1
3 changed files with 8 additions and 1 deletions
|
|
@ -161,6 +161,10 @@ MASTER_RUNNING=0
|
|||
MASTER_MYPORT=9306
|
||||
SLAVE_RUNNING=0
|
||||
SLAVE_MYPORT=9307
|
||||
MYSQL_MANAGER_PORT=9305 # needs to be out of the way of slaves
|
||||
MYSQL_MANAGER_PW_FILE=$MYSQL_TEST_DIR/var/tmp/manager.pwd
|
||||
MYSQL_MANAGER_LOG=$MYSQL_TEST_DIR/var/log/manager.log
|
||||
MYSQL_MANAGER_USER=root
|
||||
NO_SLAVE=0
|
||||
USER_TEST=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue