Commit 1baf3d7d authored by unknown's avatar unknown

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

parent 305e3dea
...@@ -92,3 +92,4 @@ FLUSH TABLE t1; ...@@ -92,3 +92,4 @@ FLUSH TABLE t1;
SELECT * FROM t1; SELECT * FROM t1;
DROP TABLE t1; DROP TABLE t1;
SET debug_sync = 'RESET';
...@@ -85,6 +85,7 @@ a b ...@@ -85,6 +85,7 @@ a b
5 1982-03-20 20:22:34 5 1982-03-20 20:22:34
6 1982-03-20 20:22:34 6 1982-03-20 20:22:34
DROP TABLE t1; DROP TABLE t1;
SET debug_sync = 'RESET';
# #
# Function defaults run 2. Six digits scale on seconds precision. # Function defaults run 2. Six digits scale on seconds precision.
# #
...@@ -169,3 +170,4 @@ a b ...@@ -169,3 +170,4 @@ a b
5 1982-03-20 20:22:34.876543 5 1982-03-20 20:22:34.876543
6 1982-03-20 20:22:34.876543 6 1982-03-20 20:22:34.876543
DROP TABLE t1; DROP TABLE t1;
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