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
use to find data files
This commit is contained in:
committed by
Leonid Fedorov
parent
ef4780193b
commit
67667d0a75
@ -15,7 +15,7 @@ CREATE TABLE t1(col1 INT, col2 INT, col3 CHAR(8)) ENGINE=Columnstore;
|
||||
|
||||
# Load fragmented data source files distributed across pm nodes, cpimport -m2
|
||||
# This test needs to be extended to cover multi-node setup
|
||||
--exec yes | cp suite/columnstore/std_data/100Krows.dat /tmp
|
||||
--exec yes | cp $MTR_SUITE_DIR/../std_data/100Krows.dat /tmp
|
||||
|
||||
--disable_result_log #cpimport logs thread/timestamps
|
||||
--exec cpimport -m2 mcs48_db t1 -f '/tmp' -l '100Krows.dat';
|
||||
|
@ -22,7 +22,7 @@ CREATE TABLE t1(col1 INT, col2 INT, col3 CHAR(8)) ENGINE=Columnstore;
|
||||
# This test needs to be extended to cover multi-node setup
|
||||
|
||||
--disable_result_log #cpimport logs thread/timestamps
|
||||
--exec cpimport -m3 mcs49_db t1 -l 'suite/columnstore/std_data/100Krows.dat';
|
||||
--exec cpimport -m3 mcs49_db t1 -l '$MTR_SUITE_DIR/../std_data/100Krows.dat';
|
||||
--enable_result_log
|
||||
|
||||
#Validate data
|
||||
|
Reference in New Issue
Block a user