1
0
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:
Timofey Turenko
2025-04-14 21:57:13 +03:00
committed by Leonid Fedorov
parent ef4780193b
commit 67667d0a75
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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