mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
35ccfd0b42
done for merge with newer version of code.
12 lines
225 B
Bash
Executable file
12 lines
225 B
Bash
Executable file
rm -f $MYSQL_TEST_DIR/var/log/*relay*
|
|
rm -f $MYSQL_TEST_DIR/var/slave-data/relay-log.info
|
|
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.000001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaab
|
|
$MASTER_MYPORT
|
|
1
|
|
0
|
|
EOF
|