Commit 5b384948 authored by unknown's avatar unknown

item_geofunc.cc:

  Minor comment tweaks.


sql/item_geofunc.cc:
  Minor comment tweaks.
parent 33c7a1fc
......@@ -313,12 +313,12 @@ String *Item_func_spatial_decomp_n::val_str(String *str)
/*
Functions to concatinate various spatial objects
Functions to concatenate various spatial objects
*/
/*
* Concatinate doubles into Point
* Concatenate doubles into Point
*/
......@@ -343,7 +343,7 @@ String *Item_func_point::val_str(String *str)
/*
Concatinates various items into various collections
Concatenates 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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment