1. 09 May, 2005 1 commit
  2. 07 May, 2005 11 commits
  3. 06 May, 2005 21 commits
  4. 05 May, 2005 7 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 8d5ad62a
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      8d5ad62a
    • unknown's avatar
    • unknown's avatar
      Added cp932 character set · 2ad56abe
      unknown authored
      2ad56abe
    • unknown's avatar
      Merge stamagawa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6d045048
      unknown authored
      into mysql.com:/home/shuichi/apps/mysql/bk/4.1/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      6d045048
    • unknown's avatar
      Added cp932 character set · bc42a29e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bc42a29e
    • unknown's avatar
      Bug #10245 VC++ compiler error with mysql.cc · 656b4e5a
      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
      656b4e5a
    • unknown's avatar
      Bug #9721 net_write_timeout not used on Windows · 42b776dd
      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
      42b776dd