1. 12 Feb, 2007 1 commit
  2. 14 Dec, 2006 1 commit
  3. 06 Dec, 2006 1 commit
    • unknown's avatar
      BUG#21715 mgm client command <id|all> STATUS returns "not connected" for non-data nodes · 6ff0409d
      unknown authored
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Adding the judgement for node type to distinguish the data nodes and non-data nodes. 
        From the return value. Management client can't distinguish the really not connected status for data nodes and status of non-data nodes.
        We can get the connect status about non-data nodes from version, if the version is 0, it means no connected status.
      6ff0409d
  4. 02 Nov, 2006 1 commit
  5. 01 Nov, 2006 2 commits
  6. 28 Sep, 2006 2 commits
  7. 26 Sep, 2006 1 commit
  8. 22 Sep, 2006 3 commits
  9. 21 Sep, 2006 1 commit
  10. 20 Sep, 2006 2 commits
  11. 19 Sep, 2006 3 commits
    • unknown's avatar
      Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj · a51a8c1e
      unknown authored
      into  dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/bug21799
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      a51a8c1e
    • unknown's avatar
      BUG#20575 If the stopped node ids are transmitted to ndbd, · 09a73ff5
      unknown authored
                the following start, stop and restart operations aren't execute correctly
      
      
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Adding some source codes check node list whether or not stopped for STOP_REQ signal.
        If all of these nodes have stopped, then STOP_CONF signal will return.
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Ensure ndb_mgm can only transmit the valid range node id to management server.
        if the node id is greater than MAX_NODES, management server will exit abnormally.
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Ensure management server can only transmit the data node id to data node process.
      09a73ff5
    • unknown's avatar
      BUG#21585 The --help option shows a screen of command options for the ndbd,ndb_mgmd, ndb_mgm · 27f07d17
      unknown authored
                 and other commands related to ndb. For all of these, the help screen contains 
                "Ndb.cfg" string. Now i change the "Ndb.cfg" to "my.cnf" because "Ndb.cfg" is obsolete.
      
      
      ndb/include/util/ndb_opts.h:
        Change help info from Ndb.cfg to my.cnf in the header file.
      ndb/test/ndbapi/flexScan.cpp:
        Change help info from Ndb.cfg to my.cnf.
      ndb/tools/ndb_config.cpp:
        Change help info from Ndb.cfg to my.cnf
      27f07d17
  12. 18 Sep, 2006 2 commits
  13. 15 Sep, 2006 1 commit
    • unknown's avatar
      BUG#21530 The ndb_mgm management client doesn't set the exit status on errors, making it · 861425a0
      unknown authored
                almost useless for any kind of shell script automation.
                Now add the return value that indicates the execution whether or not success 
                for many methods.
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Many methods add the return value that indicates whether the execution of operatioin succeeds.
        This can make ndb_mgm management client set the exit status on errors.
      861425a0
  14. 14 Sep, 2006 2 commits
  15. 11 Sep, 2006 1 commit
    • unknown's avatar
      Fix for Bug #20395 Cluster datanodes always assigned to nodegroup 0 during single user mode. · 83e24e72
      unknown authored
      Data node is not allowed to get added in the cluster when it is in single user mode.
      
      
      ndb/include/kernel/signaldata/CmRegSignalData.hpp:
        Data node is not allowed to get added in the cluster when it is in single user mode.
      ndb/include/mgmapi/ndbd_exit_codes.h:
        Data node is not allowed to get added in the cluster when it is in single user mode.
      ndb/include/ndb_version.h.in:
        added version macro for version 5.0.25.
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Data node is not allowed to get added in the cluster when it is in single user mode.
      ndb/src/kernel/error/ndbd_exit_codes.c:
        Data node is not allowed to get added in the cluster when it is in single user mode.
      83e24e72
  16. 04 Sep, 2006 3 commits
  17. 01 Sep, 2006 4 commits
    • unknown's avatar
      restore · 89ba8448
      unknown authored
      89ba8448
    • unknown's avatar
      Fix for BUG#21345, Error in cluster logfile rotation. · efeafb25
      unknown authored
      Fixed the cluster logfile rotation code, let the cluster logfile be renamed correctly when the main logfile exceeds the configured maximum size.
      
      
      ndb/include/util/File.hpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      ndb/src/common/logger/FileLogHandler.cpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      ndb/src/common/util/File.cpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      efeafb25
    • unknown's avatar
      Merge dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj · 0afd6f1a
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-21345
      
      
      0afd6f1a
    • unknown's avatar
      Merge dli@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj · dbfd3385
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj
      
      
      BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3:
        Auto merged
      BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5:
        Auto merged
      myisam/mi_unique.c:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/t/ctype_utf8.test:
        Auto merged
      dbfd3385
  18. 29 Aug, 2006 5 commits
    • unknown's avatar
      merge from ndb-5.0-ndb and ndb-5.0-ndb-bj · 49d46e0c
      unknown authored
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        connect() function adds a parameter in CommandInterpreter.cpp.
      49d46e0c
    • unknown's avatar
      BUG#19873 Merge dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0-ndb-bj · 25968b7b
      unknown authored
      into  dev3-127.(none):/mnt/mysql/home/ngb/bug19873
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        ndb_mgm can automatically reconnect to the ndb_mgmd after ndb_mgmd restarted.
        and this commit fixes probable mem leak
      25968b7b
    • unknown's avatar
      Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · fd1b3e91
      unknown authored
      into  dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0-ndb-bj
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      fd1b3e91
    • unknown's avatar
      Merge dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-4.1/bug-21345 · 4adef258
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-21345
      
      
      ndb/include/util/File.hpp:
        Auto merged
      ndb/src/common/util/File.cpp:
        Auto merged
      4adef258
    • unknown's avatar
      Fix for bug #21345: Error in cluster logfile rotation. · 458cc4b9
      unknown authored
      Fixed the cluster logfile rotation code, let the cluster log file be renamed correctly when the main log file exceeds the configured maximum size.
      
      
      ndb/include/util/File.hpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      ndb/src/common/logger/FileLogHandler.cpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      ndb/src/common/util/File.cpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      458cc4b9
  19. 28 Aug, 2006 1 commit
    • unknown's avatar
      Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · a8e10dde
      unknown authored
      into  dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/mysql-5.0-ndb-bj
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      a8e10dde
  20. 25 Aug, 2006 1 commit
  21. 23 Aug, 2006 1 commit
  22. 22 Aug, 2006 1 commit