1. 20 Nov, 2007 1 commit
  2. 19 Nov, 2007 4 commits
    • unknown's avatar
      remove debug printout · fc0dee33
      unknown authored
      fc0dee33
    • unknown's avatar
      ndb - bug#22696 · 4890f525
      unknown authored
        additional (not stricly necessary for this bug...)
        only send EXEC_SRCONF to node *in* SR
      
      4890f525
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 9ded41d9
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      9ded41d9
    • unknown's avatar
      ndb - bug#22696 · 25523d20
      unknown authored
        Fix handling of multiple redo phases
        - set correct state
        - handle 4 phases, by moving START_FRAGCONF to end of phase instead of beginning...
      
      
      storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        remove unused state ACTIVE_REMOVE_AFTER
        remove unused variable nextLcp
        remove unused methods (BUILD_INDX)
        add counter of outstanding GSN_EXEC_FRAGREQ
        remove c_redo_complete_fragments cause it fits badly with functional multi-redo-phases
      storage/ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        remove unused stuff
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        1) set correct state before starting next non-empty REDO phase
        2) move GSN_START_FRAGCONF to execFRAGCONF instead of when sending GSN_EXEC_FRAGREQ
           or fragments with 4 redo-phases would never be complete...
      storage/ndb/test/ndbapi/testSystemRestart.cpp:
        testcase
      storage/ndb/test/run-test/daily-basic-tests.txt:
        testcase
      25523d20
  3. 16 Nov, 2007 1 commit
  4. 14 Nov, 2007 4 commits
    • unknown's avatar
      ndb - · f6a60971
      unknown authored
        add new testtool that does connect/disconnect in loop
      
      
      storage/ndb/test/tools/Makefile.am:
        add new test tool
      storage/ndb/test/tools/connect.cpp:
        New BitKeeper file ``storage/ndb/test/tools/connect.cpp''
      f6a60971
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 1914940d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      ndb/src/ndbapi/NdbOperationDefine.cpp:
        Auto merged
      1914940d
    • unknown's avatar
      ndb - Add new dump 8011 · 43539eb0
      unknown authored
        which dumps all subscribers
      
      
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Add new dump 8011
          which dumps all subscribers
      43539eb0
    • unknown's avatar
      ndb - bug#32359 · 05e72c3f
      unknown authored
        Increase connection negotiation timeout
        Improve some weirdness
      
      
      storage/ndb/src/common/transporter/Transporter.cpp:
        - Increase connection negotiation timeout
        - return false if trying to connect when already connected (should still be assert)
      storage/ndb/src/common/transporter/TransporterRegistry.cpp:
        Use correct "is_connected" checks
          (although this is kind of bogus and should be cleaned-up)
      05e72c3f
  5. 09 Nov, 2007 1 commit
  6. 08 Nov, 2007 2 commits
    • unknown's avatar
      testDict.cpp: · 025a8199
      unknown authored
        Updated DropDDObjects in testDict to ignore the user tables created in the MySQL database
      
      
      storage/ndb/test/ndbapi/testDict.cpp:
        Updated DropDDObjects in testDict to ignore the user tables created in the MySQL database
      025a8199
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb · 5ca7d227
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      
      storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        merge
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        merge
      storage/ndb/test/run-test/daily-basic-tests.txt:
        merge
      5ca7d227
  7. 07 Nov, 2007 2 commits
    • unknown's avatar
      ndb - bug#32160 (recommit to 5.0) · 741b29d6
      unknown authored
        fix lcp master take over bug
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error codes
      ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        add debug code
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        fix master lcp bug
        add 2 new error codes
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        testcase
      741b29d6
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 421d71b1
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      421d71b1
  8. 06 Nov, 2007 6 commits
    • unknown's avatar
    • unknown's avatar
      Bug #31484 Cluster LOST_EVENTS entry not added to binlog on mysqld restart · 9d7ae6f0
      unknown authored
      - correction, do not insert GAP on first startup
      
      9d7ae6f0
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-5.0-ndb · fd0a4cd4
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new-ndb
      
      fd0a4cd4
    • unknown's avatar
      ndb_auto_increment.result: · bf06f11a
      unknown authored
        Rename: mysql-test/r/ndb_auto_increment.result -> mysql-test/suite/ndb/r/ndb_auto_increment.result
      ndb_auto_increment.test, ndb_auto_increment.result:
        Bug #31956       auto increment bugs in MySQL Cluster: Adapted test cases
      ha_ndbcluster.cc:
        Bug #31956       auto increment bugs in MySQL Cluster: Merging from 5.0
      ndb_auto_increment.test:
        Rename: mysql-test/t/ndb_auto_increment.test -> mysql-test/suite/ndb/t/ndb_auto_increment.test
      
      
      sql/ha_ndbcluster.cc:
        Bug #31956       auto increment bugs in MySQL Cluster: Merging from 5.0
      mysql-test/suite/ndb/t/ndb_auto_increment.test:
        Bug #31956       auto increment bugs in MySQL Cluster: Adapted test cases
      mysql-test/suite/ndb/r/ndb_auto_increment.result:
        Bug #31956       auto increment bugs in MySQL Cluster: Adapted test cases
      bf06f11a
    • unknown's avatar
      Removed compiler warnings · 450e77ad
      unknown authored
      450e77ad
    • unknown's avatar
      break out tuple data read · f8fcc618
      unknown authored
      
      sql/ha_ndbcluster_binlog.cc:
        more state saving
      storage/ndb/tools/restore/Restore.cpp:
        ndb:
        break out tuple data read for ndb_restore
        more save state in run query
      f8fcc618
  9. 05 Nov, 2007 4 commits
    • unknown's avatar
      preserve more of the state · 9a392206
      unknown authored
      9a392206
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 5430a959
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new-ndb
      
      5430a959
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-5.0-ndb · 8cadc844
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.1-new-ndb
      
      
      mysql-test/suite/ndb/r/ndb_insert.result:
        Auto merged
      mysql-test/suite/ndb/t/ndb_insert.test:
        Auto merged
      sql/ha_ndbcluster.cc:
        Using local, will merge manually
      sql/ha_ndbcluster.h:
        Merge
      sql/mysqld.cc:
        Merge
      8cadc844
    • unknown's avatar
      ha_ndbcluster.h: · 5f8cdfd4
      unknown authored
        Bug #31956       auto increment bugs in MySQL Cluster: Added utility method and constant for internal prefetch default
      ndb_auto_increment.result:
        BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/r/ndb_auto_increment.result
      mysqld.cc:
        Bug #25176  	Trying to set ndb_autoincrement_prefetch_sz always fails: Changed pointer to max value
        Bug #31956  	auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement)
      ndb_insert.test, ndb_insert.result:
        Moved auto_increment tests to ndb_auto_increment.test
      ndb_auto_increment.test:
        BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/t/ndb_auto_increment.test
      ha_ndbcluster.cc:
        Bug #31956       auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement), added handling of updates of pk/unique key with auto_increment
        Bug #32055  	Cluster does not handle auto inc correctly with insert ignore statement
      
      
      sql/mysqld.cc:
        Bug #25176  	Trying to set ndb_autoincrement_prefetch_sz always fails: Changed pointer to max value
        Bug #31956  	auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement)
      sql/ha_ndbcluster.h:
        Bug #31956       auto increment bugs in MySQL Cluster: Added utility method and constant for internal prefetch default
      sql/ha_ndbcluster.cc:
        Bug #31956       auto increment bugs in MySQL Cluster: Changed meaning of ndb_autoincrement_prefetch_sz to specify prefetch between statements, changed default to 1 (with internal prefetch to at least 32 inside a statement), added handling of updates of pk/unique key with auto_increment
        Bug #32055  	Cluster does not handle auto inc correctly with insert ignore statement
      mysql-test/r/ndb_auto_increment.result:
        BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/r/ndb_auto_increment.result
      mysql-test/t/ndb_auto_increment.test:
        BitKeeper file /home/marty/MySQL/mysql-5.0-ndb/mysql-test/t/ndb_auto_increment.test
      mysql-test/t/ndb_insert.test:
        Moved auto_increment tests to ndb_auto_increment.test
      mysql-test/r/ndb_insert.result:
        Moved auto_increment tests to ndb_auto_increment.test
      5f8cdfd4
  10. 03 Nov, 2007 1 commit
  11. 02 Nov, 2007 4 commits
  12. 01 Nov, 2007 5 commits
  13. 31 Oct, 2007 1 commit
    • unknown's avatar
      Adding dbutil to ndb test lib · d68b21bf
      unknown authored
      
      storage/ndb/test/include/dbutil.hpp:
        Hearder file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases.
      storage/ndb/test/src/dbutil.cpp:
        Implementation file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases.
      storage/ndb/test/src/Makefile.am:
        Updated to include dbutil
      d68b21bf
  14. 26 Oct, 2007 4 commits