1. 06 May, 2005 26 commits
  2. 05 May, 2005 14 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
      Merge mysql.com:/space/my/mysql-4.1-build · e3dd4d83
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      e3dd4d83
    • unknown's avatar
    • unknown's avatar
      Tests and results fixed with last precision/decimal related modifications · e1c6c977
      unknown authored
      
      mysql-test/r/case.result:
        test result fixed
      mysql-test/r/create.result:
        test result fixed
      mysql-test/r/distinct.result:
        test result fixed
      mysql-test/r/func_group.result:
        test result fixed
      mysql-test/r/func_op.result:
        test result fixed
      mysql-test/r/group_by.result:
        test result fixed
      mysql-test/r/metadata.result:
        test result fixed
      mysql-test/r/olap.result:
        test result fixed
      mysql-test/r/ps_2myisam.result:
        test result fixed
      mysql-test/r/ps_3innodb.result:
        test result fixed
      mysql-test/r/ps_4heap.result:
        test result fixed
      mysql-test/r/ps_5merge.result:
        test result fixed
      mysql-test/r/ps_6bdb.result:
        test result fixed
      mysql-test/r/ps_7ndb.result:
        test result fixed
      mysql-test/r/select.result:
        test result fixed
      mysql-test/r/sp.result:
        test result fixed
      mysql-test/r/type_decimal.result:
        test result fixed
      mysql-test/r/type_newdecimal.result:
        test result fixed
      mysql-test/r/union.result:
        test result fixed
      mysql-test/r/variables.result:
        test result fixed
      mysql-test/t/func_group.test:
        test modified
      mysql-test/t/olap.test:
        test modified
      mysql-test/t/type_decimal.test:
        test modified
      e1c6c977
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.clean · 52b075cc
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.prec
      
      52b075cc
    • 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
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 · e6c2943c
      unknown authored
      into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita
      
      e6c2943c
    • unknown's avatar
      making rpl_sp.test hostname-independent · 97dd699a
      unknown authored
      
      mysql-test/t/rpl_sp.test:
        making test hostname-independent (don't know why the problem didn't appear on my machine)
      mysql-test/r/rpl_sp.result:
        result update
      97dd699a
    • unknown's avatar
      Bug#9509 Optimizer: wrong result after AND with latin1_german2_ci · 4b7f9b61
      unknown authored
      We cannot propagate constants with tricky collations.
      
      4b7f9b61
    • unknown's avatar
      Fix for bug #9841 "Unexpected read lock when trying to update a view in · a1be4b81
      unknown authored
      a stored procedure" (version 2).
      
      To handle updates and inserts into view in SP properly we should set
      lock types for tables of the view's main select when we are opening
      view for prelocking purproses.
      
      
      mysql-test/r/sp.result:
        Added test case for bug #9841 "Unexpected read lock when trying to update
        a view in a stored procedure"
      mysql-test/t/sp.test:
        Added test case for bug #9841 "Unexpected read lock when trying to update
        a view in a stored procedure"
      sql/sql_view.cc:
        mysql_make_view():
          To handle updates and inserts into view in SP properly we should set
          lock types for tables of the view's main select when we are opening
          view for prelocking purproses.
          Also it is more correct to use LEX::select_lex::get_table_list() 
          instead of 'view_tables' variable for obtaining list of those
          tables.
      a1be4b81
    • 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