1. 10 Oct, 2013 1 commit
  2. 09 Oct, 2013 1 commit
    • Alexey Botchkov's avatar
      MDEV-3856 Import of a large polygon fails/hangs. · ae826010
      Alexey Botchkov authored
              The Gis_point::init_from_wkt called the String::realloc(),
              and this call is quite slow in the DEBUG mode. Which makes
              loading the huge polygon hang forever.
              Fixed by using the String::realloc(size, inc_size) version instead
              as it's done for other spatial features.
      ae826010
  3. 26 Sep, 2013 1 commit
  4. 25 Sep, 2013 2 commits
  5. 24 Sep, 2013 1 commit
  6. 23 Sep, 2013 3 commits
  7. 17 Sep, 2013 1 commit
  8. 23 Sep, 2013 2 commits
  9. 20 Sep, 2013 2 commits
  10. 19 Sep, 2013 5 commits
  11. 18 Sep, 2013 3 commits
  12. 17 Sep, 2013 4 commits
  13. 16 Sep, 2013 12 commits
  14. 15 Sep, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-5015. · 996f6194
      Igor Babaev authored
      The patch for mdev-4355 had a defect: the cached values for bitmaps of
      used tables were not updated when processing degenerate OR formulas.
      996f6194
  15. 13 Sep, 2013 1 commit