Bug #1937 nore sure if bug: test rpl000015 and rpl_max_relay_size wrong port
Submitted: 24 Nov 2003 15:36 Modified: 25 Nov 2003 5:59
Reporter: Pete Lancashire Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:mysql-4.1.1-alpha-nightly-20031123 OS:Linux (linux redhat 9)
Assigned to: CPU Architecture:Any

[24 Nov 2003 15:36] Pete Lancashire
Description:
greppeing for 3360 in mysql-test/t

./mysql-test/t/rpl000015.test:--replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT 3334 MASTER_PORT
./mysql-test/t/rpl_max_relay_size.test:--replace_result $MASTER_MYPORT MASTER_PORT 3306 MASTER_PORT 3334 MASTER_PORT

should the port number be the one set below ?

Build with:
CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 \
-mcpu=pentiumpro -felide-constructors" ./configure \
--prefix=/usr/local/mysql_411 --with-extra-charsets=complex \
--enable-thread-safe-client --enable-local-infile \
--enable-assembler --disable-shared \
--without-openssl \
--with-raid \
--with-berkeley-db \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--with-tcp-port=9906 --with-unix-socket-path=/usr/local/tmp

How to repeat:
run build process above
[25 Nov 2003 5:59] Guilhem Bichot
Hi!

mysql-test-run starts MySQL servers on ports 9306 and above,
unless you start mysql-test-run with --master-port=...

It does not have to care about the default port you specified to build MySQL.
So it *should* work.

Regards,
Guilhem