Bug #24687 func_misc test fails on win64
Submitted: 29 Nov 2006 12:51 Modified: 24 Jan 2007 16:11
Reporter: Mads Martin Joergensen
Status: Closed
Category:Server: Tests Severity:S3 (Non-critical)
Version:5.0 OS:Microsoft Windows (win64)
Assigned to: Magnus Blaudd Target Version:

[29 Nov 2006 12:51] Mads Martin Joergensen
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
[24 Jan 2007 16:11] Paul DuBois
No changelog entry needed.