1. 06 May, 2005 23 commits
  2. 05 May, 2005 17 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
      Merge mysql.com:/space/my/mysql-4.1-build · a3269ecf
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      a3269ecf
    • unknown's avatar
    • unknown's avatar
      Tests and results fixed with last precision/decimal related modifications · 8a27426f
      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
      8a27426f
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.clean · a8e4fbcb
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.prec
      
      
      a8e4fbcb
    • 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
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 · c1e79858
      unknown authored
      into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita
      
      
      c1e79858
    • unknown's avatar
      making rpl_sp.test hostname-independent · 481e743b
      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
      481e743b
    • unknown's avatar
      Bug#9509 Optimizer: wrong result after AND with latin1_german2_ci · d8cf7e01
      unknown authored
      We cannot propagate constants with tricky collations.
      
      
      d8cf7e01
    • unknown's avatar
      Fix for bug #9841 "Unexpected read lock when trying to update a view in · 1e6193ca
      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.
      1e6193ca
    • 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
      Merge · 54d57ffd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/item.h:
        SCCS merged
      54d57ffd
    • unknown's avatar
      A lot of fixes to Precision math · 6de14a23
      unknown authored
      Mostly about precision/decimals of the results of the operations
      
      
      include/decimal.h:
        decimal interface changed a little
      sql/field.cc:
        a lot of precision/decimals related changes to the Field_new_decimal
      sql/field.h:
        Field_new_decimal interface changed
      sql/ha_ndbcluster.cc:
        f->precision should be used here
      sql/item.cc:
        precision/decimals counting related changes
      sql/item.h:
        precision/decimals counting related changes
      sql/item_cmpfunc.cc:
        precision/decimals counting related changes
      sql/item_cmpfunc.h:
        precision/decimals counting related changes
      sql/item_func.cc:
        precision/decimals counting related changes
      sql/item_func.h:
        precision/decimals counting related changes
      sql/item_sum.cc:
        precision/decimals counting related changes
      sql/item_sum.h:
        precision/decimals counting related changes
      sql/my_decimal.cc:
        precision/decimals counting related changes
      sql/my_decimal.h:
        precision/decimals counting related changes
      sql/mysqld.cc:
        precision/decimals counting related changes
      sql/set_var.cc:
        precision/decimals counting related changes
      sql/sp_head.cc:
        dbug_decimal_print was replaced with dbug_decimal_as_string
      sql/sql_class.h:
        div_precincrement variable added
      sql/sql_parse.cc:
        precision/decimals counting related changes
      sql/sql_select.cc:
        precision/decimals counting related changes
      sql/sql_show.cc:
        Field::representation_length was removed
      strings/decimal.c:
        decimal_actual_fraction was introduced
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6de14a23
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 5426d2ef
      unknown authored
      into ram-book.(none):/home/ram/work/5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      5426d2ef
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b6317e3a
      unknown authored
      into sergbook.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      configure.in:
        Auto merged
      b6317e3a