An error occurred fetching the project authors.
  1. 19 Nov, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #30284 spatial key corruption. · 140dd4f3
      holyfoot/hf@mysql.com/hfmain.(none) authored
      SPATIAL key is fine actually, but the chk_key() function
      mistakenly returns error. It tries to compare checksums
      of btree and SPATIAL keys while the checksum for the SPATIAL isn't
      calculated (always 0). Same thing with FULLTEXT keys is handled
      using full_text_keys counter, so fixed by counting both
      SPATIAL and FULLTEXT keys in that counter.
      140dd4f3
  2. 03 Oct, 2007 1 commit
  3. 26 Mar, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz[kgeorge]'s avatar
      Bug #27164: not reseting the data pointer · e6d81ad3
      gkodinov/kgeorge@magare.gmz[kgeorge] authored
       to 0 causes wrong (large) length to be read
       from the row in _mi_calc_blob_length() when 
       storing NULL values in (e.g) POINT columns.
       This large length is then used to allocate
       a block of memory that (on some OSes) causes
       trouble.
       Fixed by calling the base class's 
       Field_blob::reset() from Field_geom::reset()
       that is called when storing a NULL value into
       the column.
      e6d81ad3
  4. 21 Feb, 2007 1 commit
  5. 06 Dec, 2006 1 commit
  6. 22 Jun, 2006 1 commit
  7. 21 Sep, 2005 1 commit
  8. 22 Oct, 2004 1 commit
  9. 24 Sep, 2004 1 commit
  10. 22 Sep, 2004 1 commit
  11. 15 Sep, 2004 1 commit
  12. 26 Aug, 2004 1 commit
  13. 13 May, 2004 1 commit
  14. 17 Mar, 2004 1 commit
  15. 16 Mar, 2004 1 commit
  16. 04 Mar, 2004 1 commit
  17. 06 Nov, 2003 1 commit
  18. 02 Jun, 2003 1 commit
  19. 23 May, 2003 1 commit
  20. 03 Apr, 2003 1 commit
  21. 02 Apr, 2003 1 commit
    • ram@mysql.r18.ru's avatar
      GEOMCOLLFROMWKB(), GEOMETRYCOLLECTIONFROMWKB(), · 9295366a
      ram@mysql.r18.ru authored
      LINEFROMWKB(), LINESTRINGFROMWKB(), MLINEFROMWKB(), MPOINTFROMWKB(),
      MPOLYFROMWKB(), MULTILINESTRINGFROMWKB(), MULTIPOINTFROMWKB(),
      MULTIPOLYGONFROMWKB(), POINTFROMWKB(), POLYFROMWKB(), POLYGONFROMWKB()
      functions have been added (as synonyms for GEOMFROMWKB()).
      9295366a
  22. 31 Mar, 2003 1 commit
  23. 27 Mar, 2003 1 commit
  24. 18 Mar, 2003 1 commit
    • ram@mysql.r18.ru's avatar
      SRID support. · 031ac2a7
      ram@mysql.r18.ru authored
      GeomertyFromWKB() function.
      SRID() function.
      ::store() methods for Field_geom.
      Code cleanup.
      031ac2a7
  25. 06 Mar, 2003 1 commit
  26. 01 Mar, 2003 1 commit