1. 07 May, 2005 3 commits
  2. 06 May, 2005 17 commits
  3. 05 May, 2005 16 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 972c1573
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      972c1573
    • unknown's avatar
    • unknown's avatar
      Added cp932 character set · fa3016a8
      unknown authored
      fa3016a8
    • unknown's avatar
      Merge stamagawa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 25896a82
      unknown authored
      into mysql.com:/home/shuichi/apps/mysql/bk/4.1/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      25896a82
    • unknown's avatar
      Added cp932 character set · b1d7d821
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b1d7d821
    • unknown's avatar
      Bug #10245 VC++ compiler error with mysql.cc · 09ca059e
      unknown authored
      Only print the read line version if we are on a platform that supports readline
      
      mysql.cc:
        Add #ifdef to only print readline version if we are on a platform that supports readline
      
      
      client/mysql.cc:
        Add #ifdef to only print readline version if we are on a platform that supports readline
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      09ca059e
    • unknown's avatar
      Bug #9721 net_write_timeout not used on Windows · af5596b3
      unknown authored
      Added an extra parameter to all calls to timeout().  
      1 means we want to set the write timeout
      0 means we wnat to set the read timeout
      
      viossl.c:
        Add which parameter to ssl timeout routine
      vio_priv.h:
        Added which parameter to vio_ignore_timeout and vio_ssl_timeout
      violite.h:
        Add which parameter to vio_timeout sigs
      net_serv.cc:
        Use proper which code in call to vio_timeout to set the proper timeout
      viosocket.c:
        Set the appropriate timeout in vio_timeout
      
      
      vio/viosocket.c:
        Set the appropriate timeout in vio_timeout
      sql/net_serv.cc:
        Use proper which code in call to vio_timeout to set the proper timeout
      include/violite.h:
        Add which parameter to vio_timeout sigs
      vio/vio_priv.h:
        Added which parameter to vio_ignore_timeout and vio_ssl_timeout
      vio/viossl.c:
        Add which parameter to ssl timeout routine
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      af5596b3
    • unknown's avatar
      Fix option handling of ./BUILD/compile-* to not try and pass options to · a48bccf4
      unknown authored
      configure. It was already changed not to support additional options, but now
      it was trying to pass all of the options to ./configure. (Bug #8648)
      
      
      BUILD/FINISH.sh:
        Remove obsolete code that took arguments to the build scripts and passed
        them to configure -- now the only options supported are those handled within
        BUILD/SETUP.sh.
      a48bccf4
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 · d4b3d364
      unknown authored
      into mysql.com:/home/gluh/MySQL/Devel/mysql-4.1
      
      
      d4b3d364
    • unknown's avatar
      A fix and test case for Bug#9777 " Empty set returned by Prepared Statement when it · c758512a
      unknown authored
       should return a non empty one"
      (see comments for the changed files for details).
      
      
      mysql-test/r/ps.result:
        A test case for Bug#9777: tests results fixed.
      mysql-test/t/ps.test:
        A test case for Bug#9777
      sql/item.cc:
        A fix for Bug#9777: when creating a constant item from within 
        Item_int_with_ref::new_item, create the item by value, not by name.
        This should work with prepared statements placeholders.
        Item_int_with_ref is a special optimization case used
         when we compare datetime constants with datetime value.
        Converting the item to integer early is OK as it is in line
        with the purpose of Item_int_with_ref - to speed up comparison by 
        using integers.
        Minor cleanups.
      sql/item.h:
        Declaration for Item_int_with_ref::new_item
      c758512a
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · f3883ad0
      unknown authored
      into mysql.com:/Users/kent/mysql/cw/mysql-4.1
      
      
      f3883ad0
    • unknown's avatar
      mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper: · 203543d1
      unknown authored
        Initial Metrowerks CodeWarrior compiler support
        new file
      
      
      support-files/MacOSX/mwar-wrapper:
        Initial Metrowerks CodeWarrior compiler support
      BUILD/compile-darwin-mwcc:
        Initial Metrowerks CodeWarrior compiler support
      support-files/MacOSX/mwcc-wrapper:
        Initial Metrowerks CodeWarrior compiler support
      203543d1
    • unknown's avatar
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · a4053ca3
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      
      a4053ca3
    • unknown's avatar
      terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: · f59fef3f
      unknown authored
        Initial Metrowerks CodeWarrior compiler support
      
      
      cmd-line-utils/libedit/config.h:
        Initial Metrowerks CodeWarrior compiler support
      configure.in:
        Initial Metrowerks CodeWarrior compiler support
      include/my_sys.h:
        Initial Metrowerks CodeWarrior compiler support
      sql/sql_bitmap.h:
        Initial Metrowerks CodeWarrior compiler support
      cmd-line-utils/readline/terminal.c:
        Initial Metrowerks CodeWarrior compiler support
      f59fef3f
    • unknown's avatar
      Fig compiler error. · 709c4ad1
      unknown authored
      709c4ad1
  4. 04 May, 2005 4 commits