Summary: | mysql 4.0.24-r1 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maurice van der Pot (RETIRED) <griffon26> |
Component: | [OLD] Server | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | brant |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Maurice van der Pot (RETIRED)
![]() flush passed for me, but key_diff failed key_diff [ fail ] Errors are (from /var/tmp/portage/mysql-4.0.24-r1/work/mysql-4.0.24/mysql-test/var/log/mysqltest-time) : /var/tmp/portage/mysql-4.0.24-r1/work/mysql-4.0.24/client/.libs/mysqltest: At line 20: Result content mismatch (the last line(s) may be the ones that caused the die() in mysqltest) Below are the diffs between actual and expected results: ------------------------------------------------------- *** r/key_diff.result Sat Mar 5 03:55:26 2005 --- r/key_diff.reject Sun May 15 00:15:20 2005 *************** *** 35,42 **** a a a a explain select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B; table type possible_keys key key_len ref rows Extra ! t1 ALL a NULL NULL NULL 5 ! t2 ALL b NULL NULL NULL 4 Using where select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B order by binary t1.a,t2.a; a b a b A B a a --- 35,42 ---- a a a a explain select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B; table type possible_keys key key_len ref rows Extra ! t2 ALL b NULL NULL NULL 5 ! t1 ALL a NULL NULL NULL 4 Using where select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B order by binary t1.a,t2.a; a b a b A B a a ------------------------------------------------------- Please follow the instructions outlined at http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html to find the reason to this problem and how to report this. Test key_diff failed! I can't reproduce this with identical glibc/gcc. kernel is 2.6.10-gentoo-r4. Since MySQL 4.0.25 is in the tree. And the addressing of these failures seem difficult. Going to close this. Feel free to reopen if you need specifically this version. In that case we can work toghether to discover/fix the problem. Confirmed to work with 4.0.25-r1. |