summaryrefslogtreecommitdiff
path: root/mysql-test/include/rpl_loaddata_charset.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/rpl_loaddata_charset.inc')
-rw-r--r--mysql-test/include/rpl_loaddata_charset.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/rpl_loaddata_charset.inc b/mysql-test/include/rpl_loaddata_charset.inc
index f94ff4ed069..0e445446a38 100644
--- a/mysql-test/include/rpl_loaddata_charset.inc
+++ b/mysql-test/include/rpl_loaddata_charset.inc
@@ -9,7 +9,7 @@ CREATE TABLE t (cl varchar(100)) CHARSET UTF8;
if (!$LOAD_LOCAL)
{
- LOAD DATA INFILE '../std_data_ln/loaddata_utf8.dat' INTO TABLE t
+ LOAD DATA INFILE '../../std_data/loaddata_utf8.dat' INTO TABLE t
FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n';
}
if ($LOAD_LOCAL)