You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
0112e7b13c
commit
b7dbf89482
@@ -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;
|
||||
|
Reference in New Issue
Block a user