You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4674 Fix ColumnStore to run MTR tests in a build directory
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
DROP DATABASE IF EXISTS mcs207_db;
|
||||
CREATE DATABASE mcs207_db;
|
||||
USE mcs207_db;
|
||||
SELECT mcsSystemReady();
|
||||
mcsSystemReady()
|
||||
1
|
||||
SELECT mcsSystemReadOnly();
|
||||
mcsSystemReadOnly()
|
||||
0
|
||||
DROP DATABASE mcs207_db;
|
Reference in New Issue
Block a user