Commit 086ee89a authored by Sneha Modi's avatar Sneha Modi

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.
parent 805989f6
......@@ -3340,7 +3340,6 @@ create procedure bug6857()
begin
declare t0, t1 int;
declare plus bool default 0;
set t0 = unix_timestamp();
select sleep(1.1);
set t1 = unix_timestamp();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment