mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixed test failures caused by insufficient cleanups in the tests for
bug12713.
This commit is contained in:
@ -878,6 +878,6 @@ SUCCESS
|
||||
#
|
||||
# Cleanup
|
||||
#
|
||||
drop table t1;
|
||||
drop table t1, t2, t3;
|
||||
drop procedure p_verify_status_increment;
|
||||
drop function f1;
|
||||
|
Reference in New Issue
Block a user