1. 16 Apr, 2007 1 commit
    • unknown's avatar
      BUG#18676 In order to coincide with 5.0 mysqld error code after bug#18676, Map... · 44271d49
      unknown authored
      BUG#18676 In order to coincide with 5.0 mysqld error code after bug#18676, Map the 4009 ndb error code to 157 mysql error code 
      
      
      mysql-test/r/ndb_autodiscover.result:
        changes ndbd error code 4009 to mysqld error code 157 when no cluster connection
      sql/ha_ndbcluster.cc:
        define return codes to ndbcluster_table_exists_in_engine to something useful
      sql/handler.cc:
        define return codes to ha_table_exists_in_engine to something useful
      sql/sql_plugin.cc:
        Add a comment
      sql/sql_table.cc:
        clearly define what happens on create table if exists/not exists/not connected to engine
      storage/ndb/src/ndbapi/ndberror.c:
        map 4009 ndb error code to 157 mysqld error code
      44271d49
  2. 04 Apr, 2007 2 commits
    • unknown's avatar
      recovery from 5.0 merge for bug18676 · ee58034f
      unknown authored
      
      mysql-test/r/ndb_autodiscover.result:
        recovery for bug#18676 merge in 5.0
      sql/ha_ndbcluster.cc:
        recovery for bug#18676 merge in 5.0
      sql/handler.cc:
        recovery for bug#18676 merge in 5.0
      sql/sql_table.cc:
        recovery for bug#18676 merge in 5.0
      ee58034f
    • unknown's avatar
      Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug18676 · 5ca5d5de
      unknown authored
      into  dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/bug18676
      
      
      mysql-test/r/ndb_autodiscover.result:
        Auto merged
      sql/handler.cc:
        Auto merged
      storage/ndb/src/common/transporter/TCP_Transporter.cpp:
        Auto merged
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        merge 5.0-ndb-bj for bug#18676 into 5.1-ndb-bj
      sql/sql_table.cc:
        merge 5.0-ndb-bj for bug#18676 into 5.1-ndb-bj
      5ca5d5de
  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 6 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