Bug #24686 func_time test fails on win64
Submitted: 29 Nov 2006 11:41 Modified: 31 Jan 2007 19:17
Reporter: Mads Martin Joergensen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0 OS:
Assigned to: Magnus BlÄudd CPU Architecture:Any

[29 Nov 2006 11:41] Mads Martin Joergensen
Description:
func_time                      [ fail ]

Errors are (from e:/var-n_stm-100/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_time.result	Wed Nov 29 13:02:37 2006
--- r/func_time.reject	Wed Nov 29 13:28:47 2006
***************
*** 1101,1107 ****
  insert into t1 select sysdate(), sleep(1), sysdate() from dual;
  select a != b from t1;
  a != b
! 1
  drop table t1;
  create procedure t_sysdate()
  begin
--- 1101,1107 ----
  insert into t1 select sysdate(), sleep(1), sysdate() from dual;
  select a != b from t1;
  a != b
! 0
  drop table t1;
  create procedure t_sysdate()
  begin

This is in our new win64 pb host:

https://intranet.mysql.com/~knielsen/test-pb/getlog.pl?dir=mysql-5.0-maint&entry=rkalimull...

How to repeat:
Pushbuild repeats it.
[31 Jan 2007 19:17] Paul DuBois
Noted in 5.0.36, 5.1.15 changelogs.