mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02: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:
parent
805989f6ce
commit
086ee89a38
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue