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
8ead38a5
Commit
8ead38a5
authored
Jul 02, 2004
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item_geofunc.cc:
Minor comment tweaks.
parent
b10c110b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/item_geofunc.cc
sql/item_geofunc.cc
+4
-4
No files found.
sql/item_geofunc.cc
View file @
8ead38a5
...
...
@@ -313,12 +313,12 @@ err:
/*
Functions to concat
i
nate various spatial objects
Functions to concat
e
nate various spatial objects
*/
/*
* Concat
i
nate doubles into Point
* Concat
e
nate doubles into Point
*/
...
...
@@ -343,7 +343,7 @@ String *Item_func_point::val_str(String *str)
/*
Concat
i
nates various items into various collections
Concat
e
nates various items into various collections
with checkings for valid wkb type of items.
For example, MultiPoint can be a collection of Points only.
coll_type contains wkb type of target collection.
...
...
@@ -388,7 +388,7 @@ String *Item_func_spatial_collection::val_str(String *str)
const
char
*
data
=
res
->
ptr
()
+
1
;
/*
In the case of named collection we must
to
check that items
In the case of named collection we must check that items
are of specific type, let's do this checking now
*/
...
...
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