After building, I ran "make test".  The func_group test failed.
Here is the output:
func_group                     [ fail ]

Errors are (from /mnt/raid/download/computer/software/mysql/mysql-5.0.2-alpha/mysql-test/var/log/mysqltest-time) :
/mnt/raid/download/computer/software/mysql/mysql-5.0.2-alpha/client/.libs/mysqltest: At line 477: Result content mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/func_group.result 2004-12-01 03:31:35.000000000 +0300
--- r/func_group.reject 2005-03-09 02:00:49.000000000 +0300
***************
*** 578,584 ****
explain
select min(a1) from t1 where a1 != 'KKK';
id select_type table type possible_keys key key_len ref rows Extra
! 1 SIMPLE t1 index PRIMARY PRIMARY 3 NULL 14 Using where; Using index
explain
select max(a3) from t1 where a2 < 2 and a3 < 'SEA';
id select_type table type possible_keys key key_len ref rows Extra
--- 578,584 ----
explain
select min(a1) from t1 where a1 != 'KKK';
id select_type table type possible_keys key key_len ref rows Extra
! 1 SIMPLE t1 range PRIMARY PRIMARY 3 NULL 14 Using where; Using index
explain
select max(a3) from t1 where a2 < 2 and a3 < 'SEA';
id select_type table type possible_keys key key_len ref rows Extra
-------------------------------------------------------



I re-ran "mysql-test-run --force" from the mysql-test directory. The following also failed: greedy_optimizer group_min_max (Their combined .reject files are well over 100k. Let me know where to send compressed versions.)

Note that the entire build and test process was done from a user
account, not from the root account.


>How-To-Repeat:

simply ran "make test" after building.
>Fix:

Unknown

>Submitter-Id:  <submitter ID>
>Originator:    Mark Johnson
>Organization:
n/a

>MySQL support: none
>Synopsis:      func_group test failed.
>Severity:
>Priority:
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-5.0.2-alpha (Source distribution)

>C compiler:    gcc (GCC) 3.4.3
>C++ compiler:  g++ (GCC) 3.4.3
>Environment:

System: Linux enterprise 2.6.10 #1 Sat Feb 5 14:42:44 MST 2005 i686 unknown unknown GNU/Linux
Architecture: i686


Additional notes on the system:
It is based on Slackware 10.0, with security patches from slackware.com applied.When I tried to compile MySQL with the gcc version 3.3.4, which came with Slackware 10, there was an internal compiler error. I upgraded the compiler to the current version from slackware-current.


Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.3
Compilation info: CC='gcc' CFLAGS='-O2 -march=pentium2' CXX='g++' CXXFLAGS='' LDFLAGS='' ASFLAGS=''
LIBC:
lrwxrwxrwx 1 root root 13 2004-10-21 06:28 /lib/libc.so.6 -> libc-2.3.2.so
-rwxr-xr-x 1 root root 1250840 2004-05-24 22:44 /lib/libc-2.3.2.so
-rw-r--r-- 1 root root 2532408 2004-05-24 22:44 /usr/lib/libc.a
-rw-r--r-- 1 root root 204 2004-05-24 22:31 /usr/lib/libc.so
Configure command: ./configure 'CFLAGS=-O2 -march=pentium2'



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to