Skip to content

Commit 587646a

Browse files
committed
Do a proper cleanup in testcase for MDEV-30569
1 parent 10a974a commit 587646a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/federated/federatedx.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,7 @@ CREATE TABLE t1_fed ENGINE=FEDERATED CONNECTION='s/t1';
23702370
CREATE VIEW v AS SELECT * FROM t1_fed;
23712371
SELECT * FROM v WHERE a IN ( SELECT b FROM t2);
23722372
a
2373+
DROP VIEW v;
23732374
DROP TABLE t1_fed, t1, t2;
23742375
DROP SERVER s;
23752376
connection master;

mysql-test/suite/federated/federatedx.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,7 @@ CREATE VIEW v AS SELECT * FROM t1_fed;
21082108

21092109
SELECT * FROM v WHERE a IN ( SELECT b FROM t2);
21102110

2111+
DROP VIEW v;
21112112
DROP TABLE t1_fed, t1, t2;
21122113
DROP SERVER s;
21132114

0 commit comments

Comments
 (0)