LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1334|回复: 0

help

[复制链接]
发表于 2007-7-5 09:54:00 | 显示全部楼层 |阅读模式
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

不知咋回事 ,请高手指教
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表