1. 13 Apr, 2005 1 commit
    • unknown's avatar
      BUG#9749 - ndb lock upgrade - more fixes... · 06c001ec
      unknown authored
      1) Make getNoParall into function instead of a procedure
      2) Check for multiple transactions in "upgrade's" parallell queue
      3) Set lock mode according to lock_owner's lockMode
      
      NOTE: Does still not handle lock upgrade in case of aborts correctly
      
      
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        Make getNoParall into function instead of a procedure
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        1) Make getNoParall into function instead of a procedure
        2) Check for multiple transactions in "upgrade's" parallell queue
        3) Set lock mode according to lock_owner's lockMode
      06c001ec
  2. 12 Apr, 2005 4 commits
    • unknown's avatar
      bug#9749 - ndb lock upgrade · 59acb039
      unknown authored
        handle more cases...
      
      
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        bug#9749 - ndb lock upgrade
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        bug#9749 - ndb lock upgrade
      ndb/test/ndbapi/testOperations.cpp:
        bug#9749 - ndb lock upgrade
      59acb039
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 3fcbdd76
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      3fcbdd76
    • unknown's avatar
      bug#9757 - ndb - post review · efd06e19
      unknown authored
        use DBUG_RETURN
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        bug#9757 - ndb
          use DBUG_RETURN
      efd06e19
    • unknown's avatar
      bug#9757 - ndb · 583d38f3
      unknown authored
        Impl. stupid mgm lock against shutting down 2 nodes simultaniously
        Add some more dump
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Impl. 2 new dump 
        1) to query nf handling state
        2) that impl. sending of arbitrary signal...
           to be used with extreme care
      ndb/src/kernel/main.cpp:
        enable critical and warnings in out file
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        call handleStopReply on nfCompleteRep instead
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        call handleStopReply on nfCompleteRep instead
      583d38f3
  3. 11 Apr, 2005 9 commits
  4. 10 Apr, 2005 2 commits
    • unknown's avatar
      Fix for bug #9796 "Query Cache caches queries with CURRENT_USER() · 3e0a6263
      unknown authored
      function".
      
      We should not cache queries using CURRENT_USER() function as we do it
      for some other functions, e.g. USER() function.
      
      
      mysql-test/r/query_cache.result:
        Let us test that queries with CURRENT_USER() function are not cached.
      mysql-test/t/query_cache.test:
        Let us test that queries with CURRENT_USER() function are not cached.
      sql/item_create.cc:
        create_func_current_user():
          We should not cache queries which use CURRENT_USER() function.
      3e0a6263
    • unknown's avatar
      ctype_collate.result, ctype_collate.test, union.result, union.test: · ebdf2c01
      unknown authored
        fixing tests accordingly
      item.cc:
        Allow mixing non-binary collation and binary collation
        even if coercibility is the same. 
        For easier 4.0 -> 4.1 migrating.
      
      
      sql/item.cc:
        Allow mixing non-binary collation and binary collation
        even if coercibility is the same. 
        For easier 4.0 -> 4.1 migrating.
      mysql-test/t/union.test:
        fixing tests accordingly
      mysql-test/r/union.result:
        fixing tests accordingly
      mysql-test/t/ctype_collate.test:
        fixing tests accordingly
      mysql-test/r/ctype_collate.result:
        fixing tests accordingly
      ebdf2c01
  5. 09 Apr, 2005 1 commit
  6. 08 Apr, 2005 14 commits
  7. 07 Apr, 2005 8 commits
  8. 06 Apr, 2005 1 commit