Reset debug flag before test ends

parent 8d334260
......@@ -43,3 +43,4 @@ Last_IO_Errno 0
Last_IO_Error
Last_SQL_Errno 0
Last_SQL_Error
SET GLOBAL debug="";
......@@ -41,5 +41,8 @@ source include/wait_for_slave_to_stop.inc;
--replace_column 1 # 8 # 9 # 23 # 33 #
query_vertical show slave status;
# no clean-up is needed
#
# Cleanup
#
SET GLOBAL debug="";
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