1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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
parent 805989f6ce
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;