1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-18100: Clean up test

This commit is contained in:
Marko Mäkelä
2020-05-16 06:24:09 +03:00
parent 3d0bb2b7f1
commit 85651269b6
2 changed files with 6 additions and 0 deletions

View File

@ -998,3 +998,7 @@ SELECT common_schema.sum_ints(seq) FROM (SELECT 1 seq UNION ALL SELECT 2) t;
drop database common_schema;
drop database another_schema;
USE test;
--echo # End of 10.3 tests