mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Fixed mtr random bug in lock_sync.test
This commit is contained in:
parent
ee27bf749b
commit
611d442510
2 changed files with 2 additions and 2 deletions
mysql-test/main
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue