1. 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
  2. 26 Sep, 2013 1 commit
  3. 25 Sep, 2013 2 commits
  4. 24 Sep, 2013 1 commit
  5. 23 Sep, 2013 3 commits
  6. 17 Sep, 2013 1 commit
  7. 23 Sep, 2013 2 commits
  8. 20 Sep, 2013 2 commits
  9. 19 Sep, 2013 5 commits
  10. 18 Sep, 2013 3 commits
  11. 17 Sep, 2013 4 commits
  12. 16 Sep, 2013 12 commits
  13. 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
  14. 13 Sep, 2013 2 commits