1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix missing reset of debug_sync, which could cause subsequent test to fail.

This commit is contained in:
unknown
2013-04-19 15:59:39 +02:00
parent 305e3dea0d
commit 1baf3d7d14
2 changed files with 3 additions and 0 deletions

View File

@ -92,3 +92,4 @@ FLUSH TABLE t1;
SELECT * FROM t1;
DROP TABLE t1;
SET debug_sync = 'RESET';