Bug#11754150: A test case for Bug#6857 has been disabled in sp.test:

An extra space was inserted in the code by mistake which was producing a result content mismatch.
This commit is contained in:
Sneha Modi 2011-12-22 23:11:48 +05:30
commit 086ee89a38

View file

@ -3340,9 +3340,8 @@ create procedure bug6857()
begin
declare t0, t1 int;
declare plus bool default 0;
set t0 = unix_timestamp();
select sleep(1.1);
select sleep(1.1);
set t1 = unix_timestamp();
if t1 > t0 then
set plus = 1;