1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

added missing drop view at end of test

This commit is contained in:
unknown
2005-11-24 09:56:48 +01:00
parent 817ee181c3
commit 9fdbaf5195
2 changed files with 2 additions and 1 deletions

View File

@ -213,3 +213,4 @@ drop function f1;
drop function f2;
drop function f3;
drop procedure sp1;
drop view v1;