1. 24 Feb, 2005 1 commit
    • unknown's avatar
      bug#8786 - ndb autodiscover, sometimes fails · 6b38100d
      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...
      6b38100d
  2. 22 Feb, 2005 2 commits
  3. 02 Feb, 2005 1 commit
    • unknown's avatar
      Fix for BUG#8023. · d81a0bed
      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.
      d81a0bed
  4. 01 Feb, 2005 10 commits
  5. 31 Jan, 2005 17 commits
  6. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · 934fde09
      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()
      934fde09
  7. 29 Jan, 2005 8 commits