1. 06 Apr, 2007 1 commit
    • unknown's avatar
      BUG#19710 Cluster replication to partition table fails on DELETE FROM statement · 68d74c0a
      unknown authored
      update rpl_ndb_innodb2ndb and rpl_ndb_myisam2ndb testcase's option and result
      
      
      mysql-test/t/disabled.def:
        recover test case 'rpl_ndb_innodb2ndb' and 'rpl_ndb_myisam2ndb'
      mysql-test/t/rpl_ndb_innodb2ndb-slave.opt:
        add "--new=ture" option to mysqld, that means "Use very new possible 'unsafe' functions"
      mysql-test/t/rpl_ndb_myisam2ndb-slave.opt:
        add "--new=ture" option to mysqld, that means "Use very new possible 'unsafe' functions"
      mysql-test/r/rpl_ndb_innodb2ndb.result:
        get the test result by 'mysql-test-run.pl --record rpl_ndb_innodb2ndb'
      mysql-test/r/rpl_ndb_myisam2ndb.result:
        get the test result by 'mysql-test-run.pl --record rpl_ndb_myisam2ndb'
      68d74c0a
  2. 04 Apr, 2007 3 commits
  3. 03 Apr, 2007 11 commits
  4. 30 Mar, 2007 8 commits
  5. 29 Mar, 2007 1 commit
    • unknown's avatar
      Bug#24521, ndbd node crashes if try to create many datafiles for tablespace · 18f10e35
      unknown authored
      
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        change MaxNoOfOpenFiles's default value to 0, that means no max openning files limitation 
        in ndbfs when user doesnot set explicitly the value in config.ini;
        Meanwhile, if user set a specific value of MaxNoOfOpenFile and hit the max limiation, he 
        deserves the result.
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        change default to 0
      storage/ndb/src/mgmsrv/ParamInfo.cpp:
        change default to 0
      18f10e35
  6. 28 Mar, 2007 2 commits
  7. 22 Mar, 2007 2 commits
  8. 21 Mar, 2007 1 commit
  9. 20 Mar, 2007 1 commit
    • unknown's avatar
      BUG#21699 DROP last DATAFILE from TABLESPACE even though there are still table... · 4c073230
      unknown authored
      BUG#21699 DROP last DATAFILE from TABLESPACE even though there are still table in it. And it gives the cofusing error message.
      
      
      mysql-test/r/ndb_dd_basic.result:
        adding some test result for increasing test codes.
      mysql-test/t/ndb_dd_basic.test:
        adding some test codes for nodatafile in tablespace.
      storage/ndb/include/kernel/signaldata/Extent.hpp:
        Add NoDatafile error code when allocating extent.
      storage/ndb/src/kernel/blocks/tsman.cpp:
        when there is no datafile in spacefile , it should return NoDatafile error code, rather than NoExtentAvailable.
      storage/ndb/src/ndbapi/ndberror.c:
        add no datafile error code and corresponding error message for NoDatafile
      4c073230
  10. 16 Mar, 2007 1 commit
  11. 14 Mar, 2007 4 commits
  12. 13 Mar, 2007 5 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · f653ed82
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Auto merged
      f653ed82
    • unknown's avatar
      ndb - bug#27102 · 2e1aac8a
      unknown authored
        Make sure head after undo execute does not point to last page of file
        As this will confuse next write to group
      
      
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Make sure head after undo execute does not point to last page of file
        As this will confuse next write to group
      2e1aac8a
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 252cbd4d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/restore.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        merge
      storage/ndb/test/run-test/daily-basic-tests.txt:
        merge
      252cbd4d
    • unknown's avatar
      ndb - bug#27003 · 10f55b02
      unknown authored
        merge to 5.1, adopt testprg to optimized node recovery
      
      
      storage/ndb/include/kernel/signaldata/LqhKey.hpp:
        Add Restore as friend
      storage/ndb/src/kernel/blocks/restore.cpp:
        Give proper error message on LQHKEYREF
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        post merge fix, adopt to optimized node recovery...
      10f55b02
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · ecaf9b73
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        merge
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        merge
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        merge
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        merge
      ecaf9b73