mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
46cd8ff4e4
mysql-test/Makefile.am: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl000015.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl000018.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_flush_log_loop.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_log.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_log_pos.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_rotate_logs.result: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl000017-slave.sh: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl_log.test: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl_rotate_logs.test: Changed binlog.001 to be binlog.000001 sql/log.cc: Changed binlog.001 to be binlog.000001
12 lines
255 B
Bash
Executable file
12 lines
255 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
|
|
aaaaaaaaaaaaaaabthispartofthepasswordisnotused
|
|
$MASTER_MYPORT
|
|
1
|
|
0
|
|
EOF
|