1. 07 Mar, 2007 1 commit
  2. 05 Mar, 2007 2 commits
  3. 01 Mar, 2007 6 commits
  4. 28 Feb, 2007 9 commits
  5. 26 Feb, 2007 2 commits
  6. 24 Feb, 2007 2 commits
  7. 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
  8. 20 Feb, 2007 4 commits
  9. 19 Feb, 2007 5 commits
  10. 16 Feb, 2007 3 commits
    • unknown's avatar
      include/config-win.h : · 6f21a5af
      unknown authored
      Companion change to this one
         ChangeSet@1.2206, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0
           include/my_pthread.h@1.67, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10
      which renamed "sigset()" -> "my_sigset()" but forgot to do it for Windows ...
      
      
      include/config-win.h:
        Companion change to this one
           ChangeSet@1.2206, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0
             include/my_pthread.h@1.67, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10
        which renamed "sigset()" -> "my_sigset()" but forgot to do it for Windows ...
      6f21a5af
    • unknown's avatar
      Merge 192.168.0.10:mysql/mysql-4.1-maint · c6e1de4c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      c6e1de4c
    • unknown's avatar
      Workaround for problem where cygwin's bash/sh randomly fails with error 128 which · a843a05f
      unknown authored
      mainly occurs on win2003 64bit.
       - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..." 
      
      
      client/mysqltest.c:
        Workaround the problem with "echo" in windows not behaving like "echo" in Unix.
        - Replace "--exec echo ..." with "--exec <path to mysqltest>\echo.exe" thus forcing
          use of our own echo implementation which baheves like on Unix.
        - The above change makes it possible to remove the need to execute all --exec's
          inside cygwin. Add ifdefs to only use use cygwin's bash conditionally
      mysql-test/lib/mtr_misc.pl:
        Add function for converting to the OS's native format
      mysql-test/mysql-test-run.pl:
        Convert path to executables to "windows native" (c:\<path>\) instead of "mixed"(c:/<path>) mode
        necessary for pipes and redirects to work properly in cmd.exe
      client/echo.c:
        New BitKeeper file ``client/echo.c''
      a843a05f
  11. 15 Feb, 2007 3 commits
  12. 14 Feb, 2007 2 commits