Commit 3155a88d authored by unknown's avatar unknown

Fixed test failures caused by insufficient cleanups in the tests for

bug12713.

parent 6c2f9bf5
...@@ -732,6 +732,6 @@ call p_verify_status_increment(0, 0, 0, 0); ...@@ -732,6 +732,6 @@ call p_verify_status_increment(0, 0, 0, 0);
--echo # --echo #
--echo # Cleanup --echo # Cleanup
--echo # --echo #
drop table t1; drop table t1, t2, t3;
drop procedure p_verify_status_increment; drop procedure p_verify_status_increment;
drop function f1; drop function f1;
...@@ -878,6 +878,6 @@ SUCCESS ...@@ -878,6 +878,6 @@ SUCCESS
# #
# Cleanup # Cleanup
# #
drop table t1; drop table t1, t2, t3;
drop procedure p_verify_status_increment; drop procedure p_verify_status_increment;
drop function f1; drop function f1;
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