Bug #10836 | ctype_tis620 test failure with ICC-compiled binaries on IA64 | ||
---|---|---|---|
Submitted: | 24 May 2005 18:04 | Modified: | 20 Oct 2005 1:16 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.13-pre | OS: | Linux (Linux/ia64 ICC only!) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[24 May 2005 18:04]
Joerg Bruehe
[15 Sep 2005 7:51]
Lenz Grimmer
This still happens in the latest 5.0.13 test builds. An update to Intel ICC 9.0 did not help to resolve it.
[11 Oct 2005 17:19]
Lenz Grimmer
How to repeat: Get a 5.0.13 source tarball and configure/compile it with the following options: CC=icc CFLAGS="-O1 -ip" CXX=icpc CXXFLAGS="-O1 -ip" ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --disable-shared --with-big-tables --with-readline --with-archive-storage-engine --with-innodb When the compile has finished, run the ctype_tis620 test to see the diff: cd mysql-test ./mysql_test_run ctyp_tis620
[11 Oct 2005 18:29]
Lenz Grimmer
Small typo in the last comment - the correct command to run the test is: ./mysql-test-run ctype_tis620
[12 Oct 2005 13:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/30964
[13 Oct 2005 8:39]
Ramil Kalimullin
fixed in 4.1.16
[20 Oct 2005 1:16]
Paul DuBois
Noted in 4.1.16, 5.0.15 changelogs.