summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | Bug #57321 crashes and valgrind errors from spatial types Alexey Botchkov2011-01-121-0/+1
| | | | * | | Automerge.Ramil Kalimullin2010-09-091-4/+6
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Fix for bug#56679: gis.test: valgrind errorRamil Kalimullin2010-09-091-4/+6
| | | | * | | merge 5.1-security => 5.5-securityKristofer Pettersson2010-09-081-0/+13
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug#55531 crash with conversions of geometry types / stringsKristofer Pettersson2010-09-071-0/+13
| | | | * | | WL#2649 Number-to-string conversionsAlexander Barkov2010-02-111-8/+9
| | | | * | | WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+4
| | | | |/ /
| | | | * | Fix for Bug#30217: Views: changes in metadata behaviouranozdrin/alik@quad.2008-02-221-2/+7
| | | | * | Merge mysql.com:/home/hf/work/31155/my50-31155holyfoot/hf@hfmain.(none)2007-10-121-4/+3
| | | | |\ \
| | | | | * | Bug #31155 gis types in union'd select cause crash.holyfoot/hf@mysql.com/hfmain.(none)2007-10-041-4/+3
| | | | * | | Merge mysql.com:/home/ram/work/b26038/b26038.5.0ramil/ram@ramil.myoffice.izhnet.ru2007-03-051-5/+32
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge mysql.com:/home/ram/work/b26038/b26038.4.1ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-02-281-5/+32
| | | | | |\ \
| | | | | | * | Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT...ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-02-211-5/+32
| | | | * | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | * | | | Bug#21114 (Foreign key creation fails to table with name format)malff/marcsql@weblab.(none)2006-11-021-2/+2
| | | | |/ / /
| | | | * | | bug #14807 (GeomFromText() should return MYSQL_TYPE_GEOMETRY)holyfoot@deer.(none)2006-07-041-0/+5
| | | | * | | mergingholyfoot@mysql.com2006-06-261-0/+2
| | | | |\ \ \ | | | | | |/ /
| | | | | * | bug #10166 (Signed byte values cause data to be padded)holyfoot@deer.(none)2006-06-221-0/+2
| | | | * | | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
| | | | * | | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-4/+4
| | | | |/ /
| | | | * | Additional fix for bug #5136 (Geometry object is corrupted when queried)hf@deer.(none)2004-09-221-30/+32
| | | | * | Optimized GIS functionsmonty@mashka.mysql.fi2004-03-041-2/+0
| | | | * | SCRUM:hf@deer.(none)2004-01-151-0/+11
| | | | * | fixed printability of gis functionsbell@sanja.is.com.ua2003-11-061-1/+2
| | | | * | fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-0/+3
| | | | * | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...serg@serg.mylan2003-08-211-24/+0
| | | | * | Renamed xxx_as_text() and xxx__from_text().ram@mysql.r18.ru2003-06-201-2/+2
| | | | * | Moved spatial functions to the sql/item_geofunc.cc file.ram@mysql.r18.ru2003-05-301-0/+360
| | | | /
* | | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-1/+1
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-1/+1
* | | | | parentheses in defaultAlexander Barkov2016-06-301-0/+3
* | | | | More test for MDEV-10134 Add full support for DEFAULTAlexander Barkov2016-06-301-0/+4
| |_|_|/ |/| | |
* | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-1/+1
|/ / /
* | | A clean-up for MDEV-7950:Alexander Barkov2015-10-041-2/+2
* | | MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun...Alexander Barkov2015-09-251-1/+0
* | | MDEV-8675 Different results of GIS functions on NULL vs NOT NULL columnsAlexander Barkov2015-09-111-1/+3
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-52/+58
* | | MDEV-8610 "WHERE CONTAINS(indexed_geometry_column,1)" causes full table scanAlexander Barkov2015-08-131-0/+3
* | | MDEV-8239 Reverse spatial operations OP(const, field) do not get optimizedAlexander Barkov2015-06-261-3/+2
* | | Moving ST_RELATE() implementation out of Item_func_precise_spatial_rel,Alexander Barkov2015-06-261-7/+15
* | | GIS-related tests started to fail as some related functionsAlexey Botchkov2015-06-251-4/+8
* | | These functions can never return NULL.Alexey Botchkov2015-06-231-2/+0
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-2/+2
| |\ \ | | |/
| | * MDEV-7779 View definition changes upon creation.Alexey Botchkov2015-04-281-1/+1
* | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-191-3/+7
* | | - Moving Item_func_spatial_mbr_rel from Item_bool_func2 to Item_bool_func,Alexander Barkov2015-05-051-34/+31
* | | Clean-up:Alexander Barkov2015-03-121-3/+1