diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-02 22:21:14 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-02 22:21:14 +0300 |
commit | abf1b80cf457702fd883c3a17b1d9eaed1c7c6b6 (patch) | |
tree | bb7139d81768e839cbedc532114cc18a75af1e68 /mysql-test/t/rpl000017-slave.sh | |
parent | 777df00444ab02cc3b5b903ce2bb6a7245da1987 (diff) | |
download | mariadb-git-abf1b80cf457702fd883c3a17b1d9eaed1c7c6b6.tar.gz |
Fix for make dist
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
Diffstat (limited to 'mysql-test/t/rpl000017-slave.sh')
-rwxr-xr-x | mysql-test/t/rpl000017-slave.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000017-slave.sh b/mysql-test/t/rpl000017-slave.sh index 269e144e278..0588859c591 100755 --- a/mysql-test/t/rpl000017-slave.sh +++ b/mysql-test/t/rpl000017-slave.sh @@ -3,7 +3,7 @@ master-bin.001 4 127.0.0.1 replicate -aaaaaaaaaaaaaaab -9306 +aaaaaaaaaaaaaaabthispartofthepasswordisnotused +$MASTER_MYPORT 1 EOF |