1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Create 'test' database in the MTR setup suite

This commit is contained in:
mariadb-DanielLee
2022-12-09 16:48:05 -06:00
parent a7fd0fd60b
commit 3da494e21b

View File

@ -15,6 +15,7 @@ DROP DATABASE IF EXISTS ssb1;
DROP DATABASE IF EXISTS dml;
DROP DATABASE IF EXISTS autopilot;
DROP DATABASE IF EXISTS outerjoin;
CREATE DATABASE IF NOT EXISTS test;
--enable_warnings
#
CREATE DATABASE tpch1m;