|
centos4.5 安装 mysql-5.0.41 源码编译 ../configure --prefix=/usr/local/mysql --with-charset=gbk --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --enable-assembler --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static
make make test 出错
>> Error at line 420: Result content mismatch<<
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/group_by.result 2003-03-15 19:07:11.000000000 +0300
--- r/group_by.reject 2007-07-04 04:44:52.000000000 +0300
***************
*** 47,54 ****
2 2.0
SELECT t2.userid, MIN(t1.score+0.0) FROM t1, t2 WHERE t1.userID=t2.userID AND t1.spID=2 GROUP BY t2.userid ORDER BY NULL;
userid MIN(t1.score+0.0)
- 1 1.0
2 2.0
drop table test.t1,test.t2;
CREATE TABLE t1 (
PID int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
--- 47,54 ----
2 2.0
SELECT t2.userid, MIN(t1.score+0.0) FROM t1, t2 WHERE t1.userID=t2.userID AND t1.spID=2 GROUP BY t2.userid ORDER BY NULL;
userid MIN(t1.score+0.0)
2 2.0
+ 1 1.0
drop table test.t1,test.t2;
CREATE TABLE t1 (
PID int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/R/e/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.
Aborting. To continue, re-run with '--force'.
Ending Tests
Shutting-down MySQL daemon
Master shutdown finished
Slave shutdown finished
make: *** [test] error 1
不知咋回事 ,请高手指教 |
|