1. 12 Oct, 2007 1 commit
  2. 04 Oct, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #31155 gis types in union'd select cause crash. · 16db036d
      holyfoot/hf@mysql.com/hfmain.(none) authored
      We use get_geometry_type() call to decide the exact type
      of a geometry field to be created (POINT, POLYGON etc)
      Though this function was only implemented for few items.
      In the bug's case we need to call this function for the
      Item_sum instance, where it was not implemented, what is
      the reason of the crash.
      Fixed by implementing virtual Item::get_geometry_type(),
      so it can be called for any Item.
      16db036d
  3. 01 Oct, 2007 6 commits
  4. 29 Sep, 2007 1 commit
  5. 28 Sep, 2007 12 commits
  6. 27 Sep, 2007 10 commits
  7. 26 Sep, 2007 5 commits
  8. 24 Sep, 2007 4 commits