Bug #5334 rpl000001 test fails on quadita2-icc-glibc23(Linux)
Submitted: 1 Sep 2004 8:05 Modified: 14 Sep 2004 14:57
Reporter: Matt Wagner Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:4.0.21, 4.1.4 OS:Linux (Linux (quadita2-icc-glibc23))
Assigned to: Assigned Account CPU Architecture:Any

[1 Sep 2004 8:05] Matt Wagner
Description:
'rpl000001' test fails on quadita2-icc-glibc23. Test suite output is:

replace                        [ skipped ]
rollback                       [ pass ]
row                            [ pass ]
rpl000001                      [ fail ]

Errors are (from /home/mysqldev/quadita2-icc-glibc23/test/mysql-cluster-4.1.4-gamma-
unknown-linux-ia64-icc-glibc23/mysql-test/var/log/mysqltest-time) :
/home/mysqldev/quadita2-icc-glibc23/test/mysql-cluster-4.1.4-gamma-unknown-linux-ia64-icc-
glibc23/bin/mysqltest: At line 19: query 'start slave' failed: 2013: Lost connection to MySQL 
server during query
(the last lines may be the most important ones)

Aborting: rpl000001 failed. To continue, re-run with '--force'.

Ending Tests
Shutting-down MySQL daemon

How to repeat:
CC=icc CFLAGS="-O2 -tpp2 -ip -nolib_inline" CXX=icc CXXFLAGS="-O2 -tpp2 -ip -nolib_inline"  ./
configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/
mysql/bin --with-comment="Official MySQL-debug binary" --with-extra-charsets=complex --with-
server-suffix="-debug" --enable-thread-safe-client --enable-local-infile  --disable-shared --with-
debug --with-embedded-server --with-innodb

./mysql-test-run --warnings --tmpdir=/tmp/my_build-quadita2-icc-glibc23 --master_port=3334 --
slave_port=3350 --manager-port=3335 --no-manager --sleep=10
[1 Sep 2004 8:34] Matt Wagner
Lenz thinks this is an Intel ICC compiler issue, and that compile options just need to be twiddled. 
Lenz will contact Intel engineers for assistance.

Sorry for the false alarm Guilhem!
[14 Sep 2004 14:57] Lenz Grimmer
This is a duplicate of bug#5550 - dlenev is working on it.