Skip to content

Commit

Permalink
Fixed mtr random bug in lock_sync.test
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Mar 4, 2024
1 parent ee27bf7 commit 611d442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/main/lock_sync.result
Original file line number Diff line number Diff line change
Expand Up @@ -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';
2 changes: 1 addition & 1 deletion mysql-test/main/lock_sync.test
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 611d442

Please sign in to comment.