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

skip all tests with LOAD DATA in case of tests via Maxscale

This commit is contained in:
Timofey Turenko
2024-08-08 01:52:30 +03:00
committed by Leonid Fedorov
parent 0112e7b13c
commit b7dbf89482
78 changed files with 890 additions and 25 deletions

View File

@@ -65,8 +65,6 @@ CREATE TABLE t1 (id INT) ENGINE=Columnstore;
INSERT INTO t1 (id) VALUES (1), (2), (3), (4), (5);
CREATE TABLE t2 LIKE t1;
INSERT INTO t2 SELECT * FROM t1;
connect addconroot1, localhost, root,,;
connect addconroot2, localhost, root,,;
connection addconroot1;
TRUNCATE mcs14_db1.t1;
connection addconroot2;