Description:
The func_misc test fails on win64 in pushbuild:
https://intranet.mysql.com/~knielsen/test-pb/getlog.pl?dir=mysql-5.0-maint&entry=rkalimull...
func_misc [ fail ]
Errors are (from e:/var-ps_stm-101/log/mysqltest-time) :
mysqltest: Result content mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/func_misc.result Wed Nov 29 13:02:37 2006
--- r/func_misc.reject Wed Nov 29 13:28:56 2006
***************
*** 129,135 ****
select timediff(b, a) >= '00:00:03' from t2;
timediff(b, a) >= '00:00:03'
1
! 1
1
drop table t2;
drop table t1;
--- 129,135 ----
select timediff(b, a) >= '00:00:03' from t2;
timediff(b, a) >= '00:00:03'
1
! 0
1
drop table t2;
drop table t1;
How to repeat:
Pushbuild repeats it