mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merging fix
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: path to datafile fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user