mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
db82d30bf0
Made replication test portable Fixed buffer overrun bug in replication
9 lines
160 B
Bash
Executable file
9 lines
160 B
Bash
Executable file
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaabthispartofthepasswordisnotused
|
|
$MASTER_MYPORT
|
|
1
|
|
EOF
|