1. 05 Mar, 2007 1 commit
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b26038/b26038.5.0 · 57c08a6a
      unknown authored
      into  mysql.com:/home/ram/work/b26038/b26038.5.1
      
      
      mysql-test/t/gis.test:
        Auto merged
      sql/item_geofunc.cc:
        Auto merged
      sql/item_geofunc.h:
        Auto merged
      sql/spatial.cc:
        Auto merged
      sql/spatial.h:
        Auto merged
      mysql-test/include/gis_generic.inc:
        manual merge
      mysql-test/r/archive_gis.result:
        manual merge
      mysql-test/r/gis.result:
        manual merge
      mysql-test/r/innodb_gis.result:
        manual merge
      mysql-test/r/ndb_gis.result:
        manual merge
      57c08a6a
  2. 02 Mar, 2007 1 commit
    • unknown's avatar
      after merge fix (bug #26038) · d4272a16
      unknown authored
      Item_func_geometry_from_text::val_str() should set null_value
      in case of wrong data.
      
      
      mysql-test/include/gis_generic.inc:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      mysql-test/r/archive_gis.result:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      mysql-test/r/gis.result:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      mysql-test/r/innodb_gis.result:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      mysql-test/r/ndb_gis.result:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      mysql-test/t/gis.test:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      sql/item_geofunc.cc:
        after merge fix
        
        Item_func_geometry_from_text::val_str() should set null_value
        in case of wrong data.
      d4272a16
  3. 28 Feb, 2007 1 commit
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b26038/b26038.4.1 · 6842f6b1
      unknown authored
      into  mysql.com:/home/ram/work/b26038/b26038.5.0
      
      
      sql/item_geofunc.cc:
        Auto merged
      sql/spatial.cc:
        Auto merged
      sql/spatial.h:
        Auto merged
      mysql-test/r/gis.result:
        will be fixed after the merging.
      mysql-test/t/gis.test:
        merging, the result will be fixed in an after-merge fix CS
      sql/item_geofunc.h:
        merging
      6842f6b1
  4. 21 Feb, 2007 1 commit
    • unknown's avatar
      Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL · cbb38476
      unknown authored
      Having maybe_null flag unset for geometry/spatial functions leads to
      wrong Item_func_isnull::val_int()'s results.
      Fix: set maybe_null flag and add is_null() methods.
      
      
      mysql-test/r/gis.result:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - test result.
      mysql-test/t/gis.test:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - test case.
      sql/item_geofunc.cc:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - set maybe_null flag for Item_geometry_func and Item_func_as_wkt.
          - moved length check to the beginnig of the 
            Item_func_spatial_collection::val_str() to affect geometry 
            collection objects at once.
          - changed Item_func_isempty::val_int() and Item_func_issimple::val_int()
            to properly handle null_value.
      sql/item_geofunc.h:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - set maybe_null flag for geometry/spatial functions.
          - added is_null() to Item_geometry_func and Item_func_spatial_rel
            classes.
      sql/spatial.cc:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - changed return type of Geometry::create_from_wkb() to be 
            consistent with Geometry::create_from_wkt(), now it returns
            Geometry object or NULL in case of error.
      sql/spatial.h:
        Fix for bug #26038: X() value of empty NOT NULL POINT is neither NULL nor NOT NULL
          - changed return type of Geometry::create_from_wkb() to be 
            consistent with Geometry::create_from_wkt(), now it returns
            Geometry object or NULL in case of error.
      cbb38476
  5. 19 Feb, 2007 31 commits
  6. 16 Feb, 2007 5 commits