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:
@ -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;
|
||||
|
Reference in New Issue
Block a user