1. 03 Apr, 2007 10 commits
  2. 30 Mar, 2007 6 commits
  3. 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
  4. 28 Mar, 2007 2 commits
  5. 22 Mar, 2007 2 commits
  6. 21 Mar, 2007 1 commit
  7. 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
  8. 16 Mar, 2007 1 commit
  9. 14 Mar, 2007 4 commits
  10. 13 Mar, 2007 12 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
    • unknown's avatar
      ndb - bug#27003 · a6094108
      unknown authored
        Handle random(not in order) LQHKEYREQ failures during node-restart
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        Document new error codes
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Handle random(not in order) LQHKEYREQ failures during node-restart
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Error codes for various oom problems
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        move CLEAR_ERROR_INSERT_VALUE to constructor so that it's reasonable to use it for
        restart testing
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Add error insert for CopyFragRef
      ndb/test/ndbapi/testNodeRestart.cpp:
        Testprg for bug#27003
      ndb/test/run-test/daily-basic-tests.txt:
        add testprg
      a6094108
    • unknown's avatar
      Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb.test · d87ba06c
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj.test
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        Auto merged
      storage/ndb/src/kernel/vm/Pool.hpp:
        Auto merged
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      storage/ndb/tools/restore/consumer_restore.cpp:
        Auto merged
      d87ba06c
    • unknown's avatar
      Bug#25295, ALTER TABLE operations for NDB tables require inclusion of ENGINE=ndbcluster. · ba234148
      unknown authored
      this patch of bug25295 depends on the patches of bug25877 and bug25880
      
      
      sql/ha_ndbcluster.cc:
        add check for storage media changes between old and new table when do 'alter table ...'
      ba234148
    • unknown's avatar
      Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj · b285de29
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug25877-5.1-new-ndb-bj
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      b285de29
    • unknown's avatar
      BUG#25880, Adding new column to ndb_dd table moves data for non_indexed fields in memory · 8b468256
      unknown authored
      correct the inconsistency between columns' storage type with table's storage_media & tablespace
      
      
      sql/ha_ndbcluster.cc:
        move something to proper location, 
        then columns' storage type are consistent with table's storage_media & tablespace
      8b468256
    • unknown's avatar
      Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj · e836054b
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug25877-5.1-new-ndb-bj
      
      
      e836054b
    • unknown's avatar
      Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj · 34099021
      unknown authored
      into  dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug26307
      
      
      34099021