1. 09 May, 2005 1 commit
  2. 08 May, 2005 1 commit
    • unknown's avatar
      ndb - autotest · a91dab24
      unknown authored
        fix name of result tar ball
      
      
      ndb/test/run-test/ndb-autotest.sh:
        append run to result tar ball
      a91dab24
  3. 07 May, 2005 3 commits
    • unknown's avatar
      ndb - autotest · efca2363
      unknown authored
        fix configs and scripts
      
      
      ndb/test/run-test/conf-daily-basic-dl145a.txt:
        fix ports
      ndb/test/run-test/conf-daily-basic-ndbmaster.txt:
        fix ports
      ndb/test/run-test/conf-daily-devel-ndbmaster.txt:
        fix ports
      ndb/test/run-test/conf-daily-sql-ndbmaster.txt:
        fix ports
      ndb/test/run-test/ndb-autotest.sh:
        minor bugs
      efca2363
    • unknown's avatar
      ndb - autotest · 0880486a
      unknown authored
        fixes
      
      
      ndb/test/run-test/conf-daily-basic-dl145a.txt:
        dl145 uses /home for running
      ndb/test/run-test/make-config.sh:
        output d.txt aswell
      ndb/test/run-test/ndb-autotest.sh:
        more scripts updates
      0880486a
    • unknown's avatar
      ndb - autotest · 3e64797c
      unknown authored
        upgrades to shell script
      
      
      ndb/test/run-test/Makefile.am:
        add config files
      ndb/test/run-test/ndb-autotest.sh:
        bump version
        use rsync to sync participating hosts
      3e64797c
  4. 06 May, 2005 7 commits
    • unknown's avatar
      ndb - autotest · 2f28d98a
      unknown authored
        fix count of nodes needed in test
      
      
      ndb/test/run-test/conf-daily-basic-dl145a.txt:
        Fix typo
      ndb/test/run-test/conf-daily-basic-ndbmaster.txt:
        Fix typo
      ndb/test/run-test/conf-daily-devel-ndbmaster.txt:
        Fix typo
      ndb/test/run-test/conf-daily-sql-ndbmaster.txt:
        Fix typo
      ndb/test/run-test/ndb-autotest.sh:
        Fix count of needed computers for test
      2f28d98a
    • unknown's avatar
      ndb - autotest · 08e43f48
      unknown authored
        fix to ndb-autotest.sh
      
      
      ndb/test/run-test/ndb-autotest.sh:
        Add bin/ to get access to ndb_cpcc
      08e43f48
    • unknown's avatar
      ndb - autotest · 78c61991
      unknown authored
        Add shutdown options (so far only SIGKILL), so that there won't be any strace mysqld threads
      
      
      ndb/src/cw/cpcd/APIService.cpp:
        Add shutdown options
         (so far only SIGKILL)
      ndb/src/cw/cpcd/CPCD.hpp:
        Add shutdown options
         (so far only SIGKILL)
      ndb/src/cw/cpcd/Process.cpp:
        Add shutdown options
         (so far only SIGKILL)
      ndb/test/include/CpcClient.hpp:
        Add shutdown options
         (so far only SIGKILL)
      ndb/test/run-test/main.cpp:
        Add shutdown options
         (so far only SIGKILL)
      ndb/test/src/CpcClient.cpp:
        Add shutdown options
         (so far only SIGKILL)
      78c61991
    • unknown's avatar
      ndb - autotest · e6b17c6f
      unknown authored
        put config files in bk
        
      
      
      ndb/test/run-test/make-config.sh:
        Corrent directory
      ndb/test/run-test/ndb-autotest.sh:
        Check for 5.1 disrectory structure
        Add config files to distribution
        Remove unpacking for ndb-autotest.sh
      e6b17c6f
    • unknown's avatar
      ndb - autotest · 30efa464
      unknown authored
        use newly created script for faster handling of several configurations
      
      
      ndb/test/run-test/make-config.sh:
        put cluster config in same config as distribution config
      ndb/test/run-test/ndb-autotest.sh:
        1) install mysql_db 
        2) use make-config script
      30efa464
    • unknown's avatar
      ndb - autotest · 62ea291b
      unknown authored
        update make-config script
      
      
      ndb/test/run-test/make-config.sh:
        update make-config script
      62ea291b
    • unknown's avatar
      ndb - add support for mysql servers in autotest · 1cfcd564
      unknown authored
      1cfcd564
  5. 05 May, 2005 2 commits
    • unknown's avatar
      ndb - testNodeRestart -n LateCommit · ab6e7da4
      unknown authored
        increase no of rows so that the node failure will "guaranteed" produce an aborted transaction
      
      
      ndb/test/ndbapi/testNodeRestart.cpp:
        increase no of rows so that the node failure will "guaranteed" produce an aborted transaction
      ab6e7da4
    • unknown's avatar
      bug#10142 - ndb unique index · 5e56e620
      unknown authored
        post review fixes
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        remove printout
        abort transaction instead of operation.
          concider m_exec_flag
      5e56e620
  6. 04 May, 2005 6 commits
  7. 03 May, 2005 3 commits
    • unknown's avatar
      bug#10142 - ndb unhandle resource shortage in unique index code · f603ef43
      unknown authored
      
      ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        remove unneccessary TcSeizedIndexOperation object
      ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
        remove unneccessary TcSeizedIndexOperation object
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        1) Set transid on starting TCINDXREQ
        2) New error code for out of index operation records
        3) Check accumulating index op for RNIL before dereferencing it
      ndb/src/kernel/error/ErrorReporter.cpp:
        Include NDB version in ndb_X_error.log
      ndb/src/ndbapi/NdbIndexOperation.cpp:
        Let failed tcindxreq abort
      ndb/src/ndbapi/ndberror.c:
        New error code for out of index operation records
      f603ef43
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-4.1-root · 4e4d5ea3
      unknown authored
      into mysql.com:/opt/local/work/mysql-4.1-9096-fresh
      
      
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      4e4d5ea3
    • unknown's avatar
      A fix and test case for Bug#9096 "select doesn't return all matched · eb9e992b
      unknown authored
      records if prepared statements is used".
      This fix changes equality evaluation method of basic constants from
      by-name to by-value, thus effectively enabling use of parameter markers
      in some optimizations (constants propagation, evaluation of possible
      keys for query).
      
      
      mysql-test/r/ps.result:
        Test results for the test case for Bug#9096
      mysql-test/t/ps.test:
        A short test case for Bug#9096 "select doesn't return all matched records if
         prepared statements is used". The is enough to reproduce the
        glitch in update_ref_and_keys causing the bug to occur.
      sql/item.cc:
        Implement by-value equality evaluation of basic constants.
        This is needed to work with Item_param values. Until now
        Item_param was compared with other items by its name, which is always "?".
        The bug at hand showed up when an integer
        constant was created from one parameter marker (with value 200887 and
         name "?") and then compared by-name with another parameter marker
        (with value 860 and name "?"). True returned by this comparison resulted
        in a wrong table access method used to evaluate the query.
        Implement Item_param methods needed to emulate "basic constant" mode at 
        full.
      sql/item.h:
        Change declaration of basic_const_item(): now it also widens its 
        argument from const Item * to Item * if the argument is a basic constant.
        Declare eq() for all basic constatns, as long as now they 
        are compared by value, not by name. Each constant needs its own
        comparison method.
        Declarations of Item_param methods needed to fully emulate 
        a basic constant when parameter value is set.
      sql/item_func.cc:
        Fix wrong casts.
      eb9e992b
  8. 02 May, 2005 4 commits
  9. 01 May, 2005 1 commit
  10. 30 Apr, 2005 1 commit
  11. 29 Apr, 2005 11 commits