Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e8be5f6d
Commit
e8be5f6d
authored
Dec 07, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merging fix
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: path to datafile fixed
parent
7341315d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/gis.result
mysql-test/r/gis.result
+1
-1
mysql-test/t/gis.test
mysql-test/t/gis.test
+1
-1
No files found.
mysql-test/r/gis.result
View file @
e8be5f6d
...
...
@@ -685,7 +685,7 @@ asbinary(g)
drop table t1;
create table t1 (a TEXT, b GEOMETRY NOT NULL, SPATIAL KEY(b));
alter table t1 disable keys;
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;
ERROR 22004: Column was set to data type implicit default; NULL supplied for NOT NULL column 'b' at row 1
alter table t1 enable keys;
drop table t1;
...
...
mysql-test/t/gis.test
View file @
e8be5f6d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment