mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Fixed test failures caused by insufficient cleanups in the tests for
bug12713.
This commit is contained in:
parent
6c2f9bf5e1
commit
3155a88d6c
2 changed files with 2 additions and 2 deletions
|
|
@ -732,6 +732,6 @@ call p_verify_status_increment(0, 0, 0, 0);
|
|||
--echo #
|
||||
--echo # Cleanup
|
||||
--echo #
|
||||
drop table t1;
|
||||
drop table t1, t2, t3;
|
||||
drop procedure p_verify_status_increment;
|
||||
drop function f1;
|
||||
|
|
|
|||
|
|
@ -878,6 +878,6 @@ SUCCESS
|
|||
#
|
||||
# Cleanup
|
||||
#
|
||||
drop table t1;
|
||||
drop table t1, t2, t3;
|
||||
drop procedure p_verify_status_increment;
|
||||
drop function f1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue