diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-16 06:24:09 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-16 06:24:09 +0300 |
commit | 85651269b6186b53bae804413c76f4117fa225d0 (patch) | |
tree | 741e1f40b7f9d51d5a07ebd006ceff5889185c38 /mysql-test/main/custom_aggregate_functions.test | |
parent | 3d0bb2b7f1eb39d1b3773e634499ff98576679f7 (diff) | |
download | mariadb-git-85651269b6186b53bae804413c76f4117fa225d0.tar.gz |
MDEV-18100: Clean up test
Diffstat (limited to 'mysql-test/main/custom_aggregate_functions.test')
-rw-r--r-- | mysql-test/main/custom_aggregate_functions.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/custom_aggregate_functions.test b/mysql-test/main/custom_aggregate_functions.test index 4d9dd0a4929..7442c7ec2ee 100644 --- a/mysql-test/main/custom_aggregate_functions.test +++ b/mysql-test/main/custom_aggregate_functions.test @@ -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 |