summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-12-07 15:22:43 +0400
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-12-07 15:22:43 +0400
commite8be5f6d50cf87ca36f77c08a6ab76688aca411d (patch)
treef5a68bbdba53eb4da6cf982a300fa28e54e77cf7 /mysql-test/t/gis.test
parent7341315d7404d1a79d9fad85d8b0aad6855b88b5 (diff)
downloadmariadb-git-e8be5f6d50cf87ca36f77c08a6ab76688aca411d.tar.gz
merging fix
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: path to datafile fixed
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 a9840c9b3b4..95fdf642b94 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -385,7 +385,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/bad_gis_data.dat' into table t1;
+load data infile '../std_data_ln/bad_gis_data.dat' into table t1;
alter table t1 enable keys;
drop table t1;