1. 03 May, 2012 3 commits
  2. 19 Apr, 2012 1 commit
  3. 29 Apr, 2012 1 commit
    • Alexey Botchkov's avatar
      bug #977021 ST_BUFFER fails with the negative D. · 52504f53
      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.
      52504f53
  4. 21 Apr, 2012 1 commit
  5. 19 Apr, 2012 1 commit
  6. 18 Apr, 2012 4 commits
  7. 17 Apr, 2012 5 commits
  8. 16 Apr, 2012 8 commits
  9. 14 Apr, 2012 6 commits
  10. 13 Apr, 2012 1 commit
  11. 11 Apr, 2012 2 commits
  12. 10 Apr, 2012 2 commits
  13. 08 Apr, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #972943 properly. · cdf7ce0a
      Igor Babaev authored
      The previous patch for the bug (that erroneously identified the bug as
      bug 972973 in its comment) was incorrect. 
      It turned out that the code that triggered the abort complain reported for
      the bug was not needed at all.
      cdf7ce0a
  14. 07 Apr, 2012 2 commits
    • Sergei Golubchik's avatar
      merge · 0ca27951
      Sergei Golubchik authored
      0ca27951
    • Igor Babaev's avatar
      Fixed LP bug #972973. · 00052d8a
      Igor Babaev authored
      When the function free_tmp_table deletes the handler object for
      a temporary table the field TABLE::file for this table should be
      set to NULL. Otherwise an assertion failure may occur.
      00052d8a
  15. 06 Apr, 2012 2 commits
    • Igor Babaev's avatar
      Merge. · cd5505b2
      Igor Babaev authored
      cd5505b2
    • Igor Babaev's avatar
      Fixed bug #915222. · 022f2ae9
      Igor Babaev authored
      This bug happened because the function find_field_in_view formed
      autogenerated names of view columns without a possibility to roll
      them back. In some situation it could cause memory misuses reported
      by valgrind or even crashes.
      022f2ae9