1. 05 May, 2012 2 commits
  2. 04 May, 2012 4 commits
  3. 03 May, 2012 3 commits
  4. 19 Apr, 2012 1 commit
  5. 29 Apr, 2012 1 commit
    • Alexey Botchkov's avatar
      bug #977021 ST_BUFFER fails with the negative D. · d16ea779
      Alexey Botchkov authored
        Points and lines should disappear if we got negative D.
        To make it work properly inside the GEOMETRYCOLLECTION,
        we add the empty operation there.
      
      bug #986977 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_event(int, int).
        The double->inernal coord conversion produced -0 (minus zero) on some data.
        That minus-zero produces invalid comparison results when compared agains plus-zero.
        So we fixed the gcalc_set_double() to avoid it.
      
      per-file comments:
        mysql-test/r/gis-precise.result
              result updated.
        mysql-test/t/gis-precise.test
              tests for #977021 and #986977 added.
        sql/gcalc_slicescan.cc
              bug #986977. The gcalc_set_double fixed to not produce minus-zero.
        sql/item_geofunc.cc
              bug #977021. Add the NOOP for the disappearing features.
      d16ea779
  6. 21 Apr, 2012 1 commit
  7. 19 Apr, 2012 1 commit
  8. 18 Apr, 2012 4 commits
  9. 17 Apr, 2012 5 commits
  10. 16 Apr, 2012 8 commits
  11. 14 Apr, 2012 6 commits
  12. 13 Apr, 2012 1 commit
  13. 11 Apr, 2012 2 commits
  14. 10 Apr, 2012 1 commit