1. 04 Jun, 2005 1 commit
  2. 03 Jun, 2005 16 commits
  3. 02 Jun, 2005 23 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 7b7a9df7
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      7b7a9df7
    • unknown's avatar
      assemble libmysqld.a 5-10 times faster! · 2c448106
      unknown authored
      2c448106
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 0cb9a2cb
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-root
      
      0cb9a2cb
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 · 61abf882
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
      
      61abf882
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 6d67d148
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-root
      
      6d67d148
    • unknown's avatar
      Give Item_arena::is_stmt_prepare a more descriptive name (it marks · 2e900a41
      unknown authored
      the code that is active for SP as well in 5.0)
      
      
      sql/item.cc:
        Rename of an Item_arena method.
      sql/item_subselect.cc:
        Rename of an Item_arena method.
      sql/sql_class.h:
        Rename of an Item_arena method.
      sql/sql_parse.cc:
        Rename of an Item_arena method.
      sql/sql_union.cc:
        Rename of an Item_arena method.
      2e900a41
    • unknown's avatar
      Merge dl145b.mysql.com:/home/ndbdev/tomas/mysql-4.1 · 94e72e51
      unknown authored
      into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.0
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      94e72e51
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · 20daba5c
      unknown authored
      Compilation errors fixes.
      
      
      config/ac-macros/yassl.m4:
        Switch to -l/-L instead of passing file name directly. (more portable for ".a" archives)
      extra/yassl/taocrypt/src/integer.cpp:
        Instantiate more templates (needed by some 64bit boxes).
      extra/yassl/taocrypt/src/template_instnt.cpp:
        Instantiate more templates (needed by some 64bit boxes).
        Move tcArrayDelete to TaoCrypt namespace (more portable).
      20daba5c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a370d165
      unknown authored
      into dl145b.mysql.com:/home/ndbdev/tomas/tmp
      
      a370d165
    • unknown's avatar
      CommandInterpreter.cpp: · 5eb57650
      unknown authored
        Bug #11050  	ndb_mgm "show" prints incorrectly after master data node fails
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Bug #11050  	ndb_mgm "show" prints incorrectly after master data node fails
      5eb57650
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7dadbb17
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      sql/sql_select.cc:
        Auto merged
      7dadbb17
    • unknown's avatar
      Merge monster.:D:/Work/mysql-4.1 into monster.:D:/Work/mysql5.0 · a0b9df92
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      a0b9df92
    • unknown's avatar
      item_func.h: · cdf62601
      unknown authored
        Identation correction for the fix of bug #9939.
      
      
      sql/item_func.h:
        Identation correction for the fix of bug #9939.
      cdf62601
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9e2e4901
      unknown authored
      into igor-inspiron.creware.com:/home/igor/mysql-5.0
      
      9e2e4901
    • unknown's avatar
      fixed compile problem by replacing W_OK with F_OK · 1887e42d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1887e42d
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · d3f8b328
      unknown authored
      into igor-inspiron.creware.com:/home/igor/mysql-5.0
      
      
      sql/item_func.cc:
        Auto merged
      d3f8b328
    • unknown's avatar
      ha_innodb.cc: · cab01125
      unknown authored
        Weaken InnoDB table locking at the start of a stored procedure call: this will make multi-transaction stored procedures less deterministic for binlogging, but since they are non-deterministic anyway, it is not that bad; this fix will remove the huge amount of InnoDB tranasctional deadlocks caused by table locking at the start of a stored procedure
      
      
      sql/ha_innodb.cc:
        Weaken InnoDB table locking at the start of a stored procedure call: this will make multi-transaction stored procedures less deterministic for binlogging, but since they are non-deterministic anyway, it is not that bad; this fix will remove the huge amount of InnoDB tranasctional deadlocks caused by table locking at the start of a stored procedure
      cab01125
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0f5fd592
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      0f5fd592
    • unknown's avatar
    • unknown's avatar
      Merge igor-inspiron.creware.com:/home/igor/mysql-5.0 · 65a90632
      unknown authored
      into igor-inspiron.creware.com:/home/igor/dev/mysql-5.0-0
      
      
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      65a90632
    • unknown's avatar
      item_func.h: · 1adfc2f2
      unknown authored
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        The str_op virtual method was added into Item_func_numhybrid.
      item_func.cc:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        The str_op virtual method was added into Item_func_numhybrid.
      item_cmpfunc.h, item_cmpfunc.cc:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        Item_func_coalesce and Item_func_ifnull now
        inherit from a modified Item_func_numhybrid.
      case.test, case.result:
        Added test cases for bug #9939.
      
      
      mysql-test/r/case.result:
        Added test cases for bug #9939.
      mysql-test/t/case.test:
        Added test cases for bug #9939.
      sql/item_cmpfunc.cc:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        Item_func_coalesce and Item_func_ifnull now
        inherit from a modified Item_func_numhybrid.
      sql/item_cmpfunc.h:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        Item_func_coalesce and Item_func_ifnull now
        inherit from a modified Item_func_numhybrid.
      sql/item_func.cc:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        The str_op virtual method was added into Item_func_numhybrid.
      sql/item_func.h:
        Fixed bug #9939: a wrong conversion of arguments
        for functions COALESCE and IFNULL.
        he str_op virtual method was added into Item_func_numhybrid.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1adfc2f2
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 84d200e3
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/item_func.cc:
        Auto merged
      84d200e3
    • unknown's avatar
      cleanup · be2324dc
      unknown authored
      
      extra/yassl/src/ssl.cpp:
        unresolved __cxa_pure_virtual
      sql/item_func.cc:
        don't call arg[0]->val_xxx() twice
      be2324dc