mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
abf1b80cf4
Made replication test portable Fixed buffer overrun bug in replication client/Makefile.am: Fix for make dist mysql-test/t/rpl000017-slave.sh: Made replication test portable sql/slave.cc: Fixed buffer overrun bug strings/strmake.c: More documentation
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
|