1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -1186,3 +1186,5 @@ common_schema.sum_ints(seq)
3 3
drop database common_schema; drop database common_schema;
drop database another_schema; drop database another_schema;
USE test;
# End of 10.3 tests

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 common_schema;
drop database another_schema; drop database another_schema;
USE test;
--echo # End of 10.3 tests