Adding missing drop of view last in test.

parent 9b54edd2
...@@ -11,3 +11,4 @@ Level Warning ...@@ -11,3 +11,4 @@ Level Warning
Code 1592 Code 1592
Message Statement is not safe to log in statement format. Message Statement is not safe to log in statement format.
DROP TABLE t1,t2,t3; DROP TABLE t1,t2,t3;
DROP VIEW v1;
...@@ -14,5 +14,5 @@ INSERT INTO t1 SELECT UUID(); ...@@ -14,5 +14,5 @@ INSERT INTO t1 SELECT UUID();
query_vertical SHOW WARNINGS; query_vertical SHOW WARNINGS;
DROP TABLE t1,t2,t3; DROP TABLE t1,t2,t3;
DROP VIEW v1;
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