Commit 611d4425 authored by Monty's avatar Monty

Fixed mtr random bug in lock_sync.test

parent ee27bf74
......@@ -900,6 +900,6 @@ set debug_sync= 'now wait_for s1';
SELECT * FROM ( SELECT * FROM v1 ) sq;
COMMIT;
DROP VIEW v1;
DROP FUNCTION f;
DROP FUNCTION IF EXISTS f;
DROP TABLE t1, t2;
set debug_sync= 'reset';
......@@ -1219,6 +1219,6 @@ COMMIT;
--disconnect con2
--connection default
DROP VIEW v1;
DROP FUNCTION f;
DROP FUNCTION IF EXISTS f;
DROP TABLE t1, t2;
set debug_sync= 'reset';
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