summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_load.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-02-14 17:15:24 +0100
committerunknown <msvensson@neptunus.(none)>2006-02-14 17:15:24 +0100
commit1a9c96c58c555245a8e44824795a8ac5d46581fe (patch)
tree2b152a9c13f7881e23addeb8fa425067cdf44355 /mysql-test/r/ndb_load.result
parent3c9952a1ae437eacb7f52a5e9519d63b410d4424 (diff)
downloadmariadb-git-1a9c96c58c555245a8e44824795a8ac5d46581fe.tar.gz
Change from std_data to std_data_ln
Diffstat (limited to 'mysql-test/r/ndb_load.result')
-rw-r--r--mysql-test/r/ndb_load.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_load.result b/mysql-test/r/ndb_load.result
index 76da5b2a215..416a350066b 100644
--- a/mysql-test/r/ndb_load.result
+++ b/mysql-test/r/ndb_load.result
@@ -1,10 +1,10 @@
DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=NDB;
-LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1 ;
+LOAD DATA INFILE '../std_data_ln/words.dat' INTO TABLE t1 ;
ERROR 23000: Can't write; duplicate key in table 't1'
DROP TABLE t1;
CREATE TABLE t1 (word CHAR(20) NOT NULL) ENGINE=NDB;
-LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1 ;
+LOAD DATA INFILE '../std_data_ln/words.dat' INTO TABLE t1 ;
SELECT * FROM t1 ORDER BY word;
word
Aarhus