mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove unportable construct in loaddata.test
This commit is contained in:
@ -262,6 +262,6 @@ select @@character_set_filesystem;
|
||||
LOAD DATA INFILE 't@002d1' INTO TABLE t1;
|
||||
SELECT * FROM t1;
|
||||
DROP TABLE t1;
|
||||
--exec rm $MYSQLTEST_VARDIR/master-data/test/t@002d1
|
||||
remove_file $MYSQLTEST_VARDIR/master-data/test/t@002d1;
|
||||
SET character_set_filesystem=default;
|
||||
select @@character_set_filesystem;
|
||||
|
Reference in New Issue
Block a user