1. 10 Mar, 2005 1 commit
    • unknown's avatar
      bug#9089 · eb5afb70
      unknown authored
      ndb - Reenable MAX_OPEN_FILES to enable LCP in some situations
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      eb5afb70
  2. 09 Mar, 2005 1 commit
  3. 08 Mar, 2005 1 commit
  4. 01 Mar, 2005 1 commit
    • unknown's avatar
      bug#8853 - ndb - commit after nodefailure on not TC node · a0ba1e9a
      unknown authored
        set exec_flag in execTC_COMMITREQ so that api will get rollbackrep
      
      
      ndb/include/ndbapi/NdbConnection.hpp:
        Make getConnectedNode public
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Fix TC_COMMITREQ in abort cases
      ndb/test/ndbapi/testNodeRestart.cpp:
        Testcase for bug#8853
      ndb/test/run-test/daily-devel-tests.txt:
        Testcase for bug#8853
      a0ba1e9a
  5. 25 Feb, 2005 1 commit
    • unknown's avatar
      BUG#8786 - ndb_autodiscover, post review · 2cf4eb82
      unknown authored
        More explicit naming of variables
      
      
      ndb/include/kernel/signaldata/AlterIndx.hpp:
        Add union to indicate where master node is passed in ref
      ndb/include/kernel/signaldata/BuildIndx.hpp:
        Add union to indicate where master node is passed in ref
      ndb/include/kernel/signaldata/CreateIndx.hpp:
        Add union to indicate where master node is passed in ref
      ndb/include/kernel/signaldata/CreateTrig.hpp:
        Add union to indicate where master node is passed in ref
      ndb/include/kernel/signaldata/DropIndx.hpp:
        Add union to indicate where master node is passed in ref
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Set error/master node also on BuildIndxRef
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Use masterNodeId instead of errornode
      2cf4eb82
  6. 24 Feb, 2005 1 commit
    • unknown's avatar
      bug#8786 - ndb autodiscover, sometimes fails · 18df4f33
      unknown authored
        remove dict forwarding
        add api retries on NotMaster
        
      
      
      ndb/include/kernel/signaldata/AlterIndx.hpp:
        Add NotMaster error code
      ndb/include/kernel/signaldata/BuildIndx.hpp:
        Add NotMaster error code
      ndb/include/kernel/signaldata/CreateIndx.hpp:
        Add NotMaster error code
      ndb/include/kernel/signaldata/CreateTrig.hpp:
        Add NotMaster error code
      ndb/include/kernel/signaldata/DropIndx.hpp:
        Add NotMaster error code
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Never forward requests,
          instead REF to API who will retry towards correct node
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        1) Set error code for timeout
        2) Handle NotMaster with retry in all DICT requests
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Fix so that input values is in seconds and not 100ms's
      sql/ha_ndbcluster.cc:
        Wait 3 sec for all nodes to connect...
      18df4f33
  7. 22 Feb, 2005 2 commits
  8. 02 Feb, 2005 1 commit
    • unknown's avatar
      Fix for BUG#8023. · 47105359
      unknown authored
      Allow LIMIT clause after DUAL.
      
      
      mysql-test/r/limit.result:
        Added test result for BUG#8023.
      mysql-test/t/limit.test:
        Added test for BUG#8023.
      sql/sql_yacc.yy:
        Allow the specification of a LIMIT clause after DUAL. This is needed for queries as:
        select a from t1 union all select 1 from dual limit 1;
        In this query LIMIT is applied to the whole UNION, so it makes sense, however, the
        current parser did not allow any clause after DUAL.
      47105359
  9. 01 Feb, 2005 10 commits
  10. 31 Jan, 2005 17 commits
  11. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · b8ab81f1
      unknown authored
        Fix replication for multi-update
        new test - rpl_multi_update2
      
      
      sql/mysql_priv.h:
        Bug#7011
          New function mysql_multi_update_lock()
      sql/sql_parse.cc:
        Bug#7011
          New function check_multi_update_lock()
          For multi-update on slave, perform an early open&lock
      sql/sql_update.cc:
        Bug#7011
          Split out multi-update locking into its own function,
            mysql_multi_update_lock()
      b8ab81f1
  12. 29 Jan, 2005 3 commits