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.