summaryrefslogtreecommitdiff
path: root/sql/spatial.h
Commit message (Expand)AuthorAgeFilesLines
* mergeGeorgi Kodinov2013-03-281-4/+7
|\
| * Addendum #1 to the fix for bug #16451878 : GEOMETRY QUERY CRASHES SERVERGeorgi Kodinov2013-03-281-4/+7
* | merge 5.1->5.5Georgi Kodinov2013-03-271-3/+26
|\ \ | |/
| * Bug #16451878: GEOMETRY QUERY CRASHES SERVERGeorgi Kodinov2013-03-271-3/+26
| * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
* | Merging from 5.5Alexander Barkov2012-08-171-0/+8
|\ \ | |/
| * Backporting Bug 14100466 from 5.6.Alexander Barkov2012-08-171-0/+8
* | Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \ | |/
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-141-2/+0
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-141-7/+9
|\ \ \ | |/ /
| * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-07-141-17/+11
* | | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-10/+2
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+4
|/ /
| |
| \
*-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-6/+6
|\ \ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-6/+6
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-5/+5
| |/
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\ \ | |/
* | Fix warnings and bug spotted by gcc-4.3.Davi Arnaut2008-12-161-5/+5
* | Merge siva.hindu.god:/home/tsmith/m/bk/maint/bmisc/50tsmith@siva.hindu.god2007-03-231-6/+37
|\ \ | |/
| * Bug #24563: MBROverlaps does not seem to function propertly.tsmith@siva.hindu.god2007-03-231-6/+37
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-03-051-2/+2
| |\
* | \ Merge mysql.com:/home/ram/work/b26038/b26038.5.0ramil/ram@ramil.myoffice.izhnet.ru2007-03-051-2/+2
|\ \ \ | | |/ | |/|
| * | Merge mysql.com:/home/ram/work/b26038/b26038.4.1ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-02-281-2/+2
| |\ \
| | * | 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-2/+2
| | * | gcc 4.1 linux warning fixes backported from 5.0.gkodinov@mysql.com2006-06-281-0/+4
* | | | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-6/+6
| |\ \ \ | | |/ / | |/| |
| | * | Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-6/+6
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ \ \ | |/ / /
| * | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | | | 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
| |/ /
* | | This is an implementation of two WL items:anozdrin@mysql.com2006-05-181-1/+1
|/ /
* | Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-0/+16
* | Merginghf@eagle.intranet.mysql.r18.ru2006-01-211-1/+1
|\ \ | |/
| * Fix for bug #14320 (MBROverlaps does wrong test)holyfoot@deer.(none)2005-12-101-1/+1
| * fix --ansi --pedantic compilation failurepetr@mysql.com2005-11-041-2/+2
* | Fix -ansi -pedantic compilation failurekonstantin@mysql.com2005-11-021-2/+2
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-3/+16
|\ \ | |/
| * Fix for bug #12839 (Endian support is absurd)hf@deer.(none)2005-09-211-3/+16
* | Fix warnings from iccmonty@mysql.com2005-05-181-0/+3
* | Fix for #6553 and #8776 (no errors on bad spatial data)hf@deer.(none)2005-04-291-0/+2
|/
* Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-0/+9
* Merginghf@deer.(none)2004-05-271-0/+3
|\
| * WL#1163 To make spatial code optionalhf@deer.(none)2004-03-121-0/+3
* | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...pem@mysql.comhem.se2004-05-061-1/+1
* | Portability fixmonty@mysql.com2004-03-161-3/+2
* | Fixed memory overrun in spatial init codemonty@mysql.com2004-03-161-1/+1