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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5b384948
Commit
5b384948
authored
Jul 02, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item_geofunc.cc:
Minor comment tweaks. sql/item_geofunc.cc: Minor comment tweaks.
parent
33c7a1fc
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 @
5b384948
...
@@ -313,12 +313,12 @@ String *Item_func_spatial_decomp_n::val_str(String *str)
...
@@ -313,12 +313,12 @@ String *Item_func_spatial_decomp_n::val_str(String *str)
/*
/*
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)
...
@@ -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.
with checkings for valid wkb type of items.
For example, MultiPoint can be a collection of Points only.
For example, MultiPoint can be a collection of Points only.
coll_type contains wkb type of target collection.
coll_type contains wkb type of target collection.
...
@@ -388,7 +388,7 @@ String *Item_func_spatial_collection::val_str(String *str)
...
@@ -388,7 +388,7 @@ String *Item_func_spatial_collection::val_str(String *str)
const
char
*
data
=
res
->
ptr
()
+
1
;
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
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