summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2008-02-28 12:21:44 +0100
committermsvensson@pilot.mysql.com <>2008-02-28 12:21:44 +0100
commit56a354794c9c9ef13aad39ac45c5d525024c988c (patch)
tree1a7e1ed12d61ecd778a2370fd8db32bb46c5015d /mysql-test/t/gis.test
parentae3f30828b48708f0c4ceade46dba08fe872c92e (diff)
parent0462076eacd374299d8599407a38ab8d516b5ed1 (diff)
downloadmariadb-git-56a354794c9c9ef13aad39ac45c5d525024c988c.tar.gz
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
Diffstat (limited to 'mysql-test/t/gis.test')
-rw-r--r--mysql-test/t/gis.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test
index e6b8b91783c..f8b8b0e17a7 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -386,7 +386,7 @@ drop table t1;
create table t1 (a TEXT, b GEOMETRY NOT NULL, SPATIAL KEY(b));
alter table t1 disable keys;
--error 1263
-load data infile '../std_data_ln/bad_gis_data.dat' into table t1;
+load data infile '../../std_data/bad_gis_data.dat' into table t1;
alter table t1 enable keys;
drop table t1;