You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Update mcs28_load_data_local_infile.test
This commit is contained in:
committed by
KirillPerov
parent
d588709dd2
commit
70004e663b
@ -44,6 +44,7 @@ TRUNCATE TABLE t1;
|
|||||||
--eval LOAD DATA LOCAL infile '$datafile' IGNORE INTO TABLE t1 FIELDS TERMINATED BY '' ENCLOSED BY '' LINES TERMINATED BY '' IGNORE 1 LINES;
|
--eval LOAD DATA LOCAL infile '$datafile' IGNORE INTO TABLE t1 FIELDS TERMINATED BY '' ENCLOSED BY '' LINES TERMINATED BY '' IGNORE 1 LINES;
|
||||||
# The empty line last comes from the end line field in the file
|
# The empty line last comes from the end line field in the file
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
|
--replace_regex /( COLLATE=latin1_swedish_ci)//
|
||||||
SHOW CREATE TABLE t1;
|
SHOW CREATE TABLE t1;
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
Reference in New Issue
Block a user