1. 06 May, 2005 27 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 8f0acd50
      unknown authored
      into mishka.local:/home/my/mysql-5.0
      
      
      sql/ha_innodb.cc:
        Auto merged
      8f0acd50
    • unknown's avatar
      Merge bk-internal.mysql.com:/users/rburnett/bug10245 · 0430cdb7
      unknown authored
      into bk-internal.mysql.com:/users/rburnett/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      client/mysql.cc:
        Auto merged
      0430cdb7
    • unknown's avatar
      Merge bk-internal.mysql.com:/users/rburnett/bug9721 · 45767760
      unknown authored
      into bk-internal.mysql.com:/users/rburnett/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      include/violite.h:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      vio/viosocket.c:
        Auto merged
      vio/viossl.c:
        Auto merged
      45767760
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-4.1 · 6b819860
      unknown authored
      into bk-internal.mysql.com:/users/rburnett/bug9721
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      6b819860
    • unknown's avatar
      Bug #9721 net_write_timeout not used on Windows · 779ac9cf
      unknown authored
      viosocket.c:
        Use ?: syntax to simplify code for setting both timeouts
      
      
      vio/viosocket.c:
        Use ?: syntax to simplify code for setting both timeouts
      779ac9cf
    • unknown's avatar
      merge · f43c5817
      unknown authored
      
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/key.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/unireg.cc:
        Auto merged
      f43c5817
    • unknown's avatar
      Merge ibmlab.site:/home/my/bk/mysql-4.1 · 0baed276
      unknown authored
      into ibmlab.site:/home/my/bk/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      0baed276
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · 70bf6fd2
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      include/my_sys.h:
        Auto merged
      mysql-test/t/ndb_restore.test:
        Auto merged
      ndb/test/src/NDBT_ResultRow.cpp:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      70bf6fd2
    • unknown's avatar
      Merge hundin.mysql.fi:/home/jan/mysql-4.1 · 8ab27c74
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      include/my_sys.h:
        Auto merged
      mysql-test/t/ndb_restore.test:
        Auto merged
      ndb/test/src/NDBT_ResultRow.cpp:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      8ab27c74
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 9b2078d5
      unknown authored
      into mysql.com:/home/stewart/Documents/MySQL/4.1/ndb
      
      
      9b2078d5
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 · fc80e4c1
      unknown authored
      into ibmlab.site:/home/my/bk/mysql-4.1
      
      
      fc80e4c1
    • unknown's avatar
      bug#6504 Upper/Lower conversion bug: · a0aa4539
      unknown authored
      upper/lower conversion for LATIN LETTER D WITH STROKE
      was wrong in latin2.
      
      
      a0aa4539
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0b2ae60c
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-5.0.4
      
      
      0b2ae60c
    • unknown's avatar
      After merge fix · 69850286
      unknown authored
      
      innobase/include/srv0srv.h:
        Restore accidentally deleted comment.
      69850286
    • unknown's avatar
      A fix for Bug#8467. · 72490191
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      72490191
    • unknown's avatar
      Merge · f09d789c
      unknown authored
      f09d789c
    • unknown's avatar
      Bug#10193 · 8b49ccac
      unknown authored
      Invalid DataDir in config causes ndbd segfault
      
      
      ndb/src/kernel/error/ErrorReporter.cpp:
        print error and return error if unable to open the file for error reporting.
      8b49ccac
    • unknown's avatar
      Fixes while reviewing new code · ab54e167
      unknown authored
      Added option --count to mysqlshow (to show number of rows)
      Fixed possible core dump in information schema
      
      
      client/client_priv.h:
        --count for mysqlshow
      client/mysqlshow.c:
        Added option --count to be used when the user want's number of rows per table in the output
        (We shouldn't use count(*) as default as this can be a slow operation)
      mysys/my_thr_init.c:
        Correct comment
      sql/ha_berkeley.cc:
        Remove not used variable
      sql/ha_berkeley.h:
        Remove not used variable
      sql/ha_innodb.cc:
        Remove not used function
      sql/ha_ndbcluster.cc:
        false -> FALSE
        true -> TRUE
      sql/handler.cc:
        Added and fixed comments
        Remove 'strange' code to remove compiler warnings (better to do things like this with attribute)
      sql/item.cc:
        false -> FALSE
      sql/item_cmpfunc.cc:
        Fixed indentation
      sql/item_cmpfunc.h:
        marked BETWEEN as a bool function
      sql/item_func.cc:
        Simple optimzation
      sql/key.cc:
        Removed wrong code
      sql/log.cc:
        Check result from open_index_file()
      sql/mysql_priv.h:
        Simplyfy some test of netware
      sql/mysqld.cc:
        Fixed indentation
        Check result form open_index_file()
        Simplify code with IF_NETWARE()
      sql/opt_range.cc:
        false -> FALSE
        true -> TRUE
        Fixed indentation
      sql/opt_sum.cc:
        Fixed comments
      sql/sp_head.cc:
        Simple optimzation
        Move variable declarations to begining of blocks
      sql/sql_acl.cc:
        Fix long lines
        Rename xx -> column
        Move declaration to beginning of block
      sql/sql_parse.cc:
        Removed comment
      sql/sql_select.cc:
        Indentation fixes
      sql/sql_show.cc:
        Fixed reference outside of array (possible core dump)
      sql/sql_table.cc:
        Simplify code
        Combine common code
      sql/sql_test.cc:
        false -> FALSE
      sql/sql_trigger.cc:
        false -> false
        true -> TRUE
      sql/sql_yacc.yy:
        Simpler test
      sql/unireg.cc:
        Added comment
      ab54e167
    • unknown's avatar
      A fix (bug #10404: select 0/0 returns 0). · 56426fca
      unknown authored
      
      strings/decimal.c:
        A fix (bug #10404: select 0/0 returns 0).
        We should check the second argument (0?) first.
      56426fca
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · e5670bf2
      unknown authored
      into mysql.com:/root/mysql-5.0
      
      
      e5670bf2
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 61668218
      unknown authored
      into mysql.com:/root/mysql-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      61668218
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · e0313d67
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-bg9841
      
      
      mysql-test/r/sp.result:
        Auto merged
      e0313d67
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1 · 98eb8d7c
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-4.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      98eb8d7c
    • unknown's avatar
      merging cp932 from 4.1 · e5950cb1
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-have_cp932.inc:
        Delete: mysql-test/include/have_cp932.inc
      BitKeeper/deleted/.del-ctype_cp932.result:
        Delete: mysql-test/r/ctype_cp932.result
      BitKeeper/deleted/.del-have_cp932.require:
        Delete: mysql-test/r/have_cp932.require
      BitKeeper/deleted/.del-ctype_cp932.test:
        Delete: mysql-test/t/ctype_cp932.test
      BitKeeper/deleted/.del-ctype-cp932.c:
        Delete: strings/ctype-cp932.c
      include/m_ctype.h:
        Auto merged
      mysys/charset-def.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      e5950cb1
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · ac3b760f
      unknown authored
      into mysql.com:/home/ram/work/5.0
      
      
      ac3b760f
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 93064473
      unknown authored
      into mysql.com:/root/mysql-5.0
      
      
      sql/sql_select.cc:
        Auto merged
      93064473
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 97b7fbd4
      unknown authored
      into mysql.com:/home/ram/work/5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      97b7fbd4
  2. 05 May, 2005 13 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 #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