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
preserve access rights and owner for data file in the cpimport test
This commit is contained in:
committed by
Leonid Fedorov
parent
00f04c0442
commit
b696e71caa
@ -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 2>/dev/null | cp $MTR_SUITE_DIR/../std_data/100Krows.dat /tmp
|
||||
--exec yes 2>/dev/null | cp -a $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';
|
||||
|
Reference in New Issue
Block a user