summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-2/+3
|\ | | | | | | | | into mysql.com:/home/my/mysql-5.1 Merge of 'remove compiler warnings when using -Wshadow'
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-2/+3
| |\ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ \ | |/ / | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ | |/ / | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/ | | | | | | Changed header to GPL version 2 only
* | Fix for the failing gis.testholyfoot/hf@mysql.com/deer.(none)2006-08-181-2/+5
| |
* | A couple of adjustments to the merge to fix the broken buildrburnett@production.mysql.com2006-08-171-1/+1
|/ | | | | | | instance.cc: Removed wrongly placed closing brace item_geofunc.cc: needed to pass in a TABLE_SHARE* instead of a TABLE*
* bug #14807 (GeomFromText() should return MYSQL_TYPE_GEOMETRY)holyfoot@deer.(none)2006-07-041-0/+28
| | | | | we didn't have code creating GEOMETRY-type fields from Items (expression results) So i added this code
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-49/+28
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
| * Fix for bug #12839 (Endian support is absurd)hf@deer.(none)2005-09-211-49/+28
| |
* | Merge with 4.1monty@mysql.com2005-06-071-3/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+1
| | | | | | | | '#pragma interface' (that comes with the #include'd header file)
| * Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-4/+1
| | | | | | | | | | | | Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
* | Mergekent@mysql.com2005-06-021-0/+2
|\ \ | |/
| * tztime.cc:kent@mysql.com2005-06-021-0/+2
| | | | | | | | | | | | Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
* | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
| | | | | | | | Added some more ifdefs for "#pragma interface"
* | Fix for #6553 and #8776 (no errors on bad spatial data)hf@deer.(none)2005-04-291-2/+5
| |
* | Merge with 4.1monty@mishka.local2004-12-221-1/+0
|\ \ | |/
| * Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
| | | | | | | | | | | | | | | | | | | | tables requires privileges for them if some table or column level grants present" (with after-review fixes). We should set SELECT_ACL for implicitly opened tables in my_tz_check_n_skip_implicit_tables() to be able to bypass privilege checking in check_grant(). Also we should exclude those tables from privilege checking in multi-update.
* | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-6/+6
|/
* Fix for bug #6117 (Centroid() crashes server)hf@deer.(none)2004-10-221-3/+3
| | | | I learned that one shouldn't use String::set in val_str() methods...
* Additional fix for bug #5136 (Geometry object is corrupted when queried)hf@deer.(none)2004-09-221-18/+7
| | | | CREATE TABLE t1 SELECT POINT(1,2); fixed
* Fix for bug #5136(Geometry object corrupted after the query)hf@deer.(none)2004-09-071-0/+8
|
* Final patch for WL#1600(warn if max_allowed_packet used)hf@deer.(none)2004-07-211-1/+2
|
* Merginghf@deer.(none)2004-07-211-0/+5
|\
| * WL#1600 (Warn if result is truncatet due to max_allowed_packet)hf@deer.(none)2004-06-291-0/+5
| |
* | item_geofunc.cc:paul@ice.snake.net2004-07-021-4/+4
|/ | | | Minor comment tweaks.
* Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-2/+1
|
* Fixed many compiler warningsmonty@mysql.com2004-04-051-9/+7
| | | | | | Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
* DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-0/+24
| | | | small optimisation in signed_literal
* Fix for valgrind's warninghf@deer.(none)2004-03-151-4/+6
|
* Spatial code changed to get rid of inconsistent this->* operationhf@deer.(none)2004-03-121-112/+141
| | | | | Now we use virtual calls instead and redirect VMT pointer of the geometry object with 'new' operation
* Optimized GIS functionsmonty@mashka.mysql.fi2004-03-041-112/+114
|
* SCRUMhf@deer.(none)2004-01-231-2/+2
| | | | | WL#1163 (Make spatial code separable) fixes before the push
* SCRUM:hf@deer.(none)2004-01-151-0/+4
| | | | | WL#1163 (Making spatial code optional) Pack of changes to do in sql/ code.
* Renamed xxx_as_text() and xxx__from_text().ram@mysql.r18.ru2003-06-201-2/+2
|
* Fix windows build after applyiing the changes from new client.c(sql-common)venu@myvenu.com2003-06-031-2/+2
| | | | | NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj and make sure to have the next changeset, which fixes this.
* MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ↵bar@bar.mysql.r18.ru2003-06-031-1/+1
| | | | | | now) Some default_charset_info were removed
* Moved spatial functions to the sql/item_geofunc.cc file.ram@mysql.r18.ru2003-05-301-0/+653