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
861bf3c8
Commit
861bf3c8
authored
Mar 16, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fix
parent
a6ba9f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sql/spatial.h
sql/spatial.h
+2
-3
No files found.
sql/spatial.h
View file @
861bf3c8
...
...
@@ -211,8 +211,7 @@ public:
virtual
int
geometry_n
(
uint32
num
,
String
*
result
)
const
{
return
-
1
;
}
public:
static
Geometry
*
Geometry
::
create_by_typeid
(
Geometry_buffer
*
buffer
,
int
type_id
)
static
Geometry
*
create_by_typeid
(
Geometry_buffer
*
buffer
,
int
type_id
)
{
Class_info
*
ci
;
if
(
!
(
ci
=
find_class
((
int
)
type_id
)))
...
...
@@ -251,7 +250,7 @@ public:
}
bool
envelope
(
String
*
result
)
const
;
static
Geometry
::
Class_info
*
ci_collection
[
Geometry
::
wkb_end
+
1
];
static
Class_info
*
ci_collection
[
wkb_end
+
1
];
protected:
static
Class_info
*
find_class
(
int
type_id
)
...
...
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