1. 02 Nov, 2006 2 commits
  2. 01 Nov, 2006 3 commits
  3. 08 Oct, 2006 1 commit
  4. 29 Sep, 2006 1 commit
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/tmp/mysql-5.0-ndb · e9d019f7
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb-bj
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/t/ctype_utf8.test:
        Auto merged
      ndb/src/mgmclient/main.cpp:
        Auto merged
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      ndb/tools/restore/restore_main.cpp:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      ndb/tools/ndb_config.cpp:
        merge
      e9d019f7
  5. 28 Sep, 2006 2 commits
  6. 26 Sep, 2006 1 commit
  7. 22 Sep, 2006 3 commits
  8. 21 Sep, 2006 1 commit
  9. 20 Sep, 2006 2 commits
  10. 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
  11. 18 Sep, 2006 3 commits
  12. 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
  13. 14 Sep, 2006 2 commits
  14. 13 Sep, 2006 4 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. 06 Sep, 2006 1 commit
  17. 04 Sep, 2006 9 commits
    • unknown's avatar
      Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj · 8aafa541
      unknown authored
      into  dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/bug21128
      
      
      8aafa541
    • unknown's avatar
      #BUG21128 add function of get_cluster_loglever(). · 1c45dfd2
      unknown authored
      
      ndb/include/mgmapi/mgmapi.h:
        add one function
      ndb/src/mgmapi/mgmapi.cpp:
        add one function to get cluster loglevel
      ndb/src/mgmsrv/Services.cpp:
        addn one function to deal with get log level
      ndb/src/mgmsrv/Services.hpp:
        add getClusterLogLevel() function define
      1c45dfd2
    • unknown's avatar
      added print_defaults() calls to --help output for all binaries (Bug #21994) · 53e153fd
      unknown authored
      
      ndb/src/cw/cpcd/main.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/src/kernel/vm/Configuration.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/src/mgmclient/main.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/src/mgmsrv/main.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/delete_all.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/desc.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/drop_index.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/drop_tab.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/listTables.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/ndb_config.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/restore/restore_main.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/select_all.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/select_count.cpp:
        added print_defaults() calls to --help output for all binaries
      ndb/tools/waiter.cpp:
        added print_defaults() calls to --help output for all binaries
      53e153fd
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 6f843c13
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      sql/log.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      6f843c13
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/41-work · 14bebaa2
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/50-work
      
      
      sql/log.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_repl.cc:
        merge
      14bebaa2
    • unknown's avatar
      bug#21965 - replication · d2d605e4
      unknown authored
        fix deadlock if master switches log file in parallell with "show master logs"
        
      
      
      sql/log.cc:
        add raw_get_current_log which dont take log mutex
      sql/sql_class.h:
        add raw_get_current_log which dont take log mutex
      sql/sql_repl.cc:
        Fix lock order i.e first log_lock then index_lock
      d2d605e4
    • unknown's avatar
      Merge dl145s:/data/tkatchaounov/5.0-bug-21787 · eb0cc3bf
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      sql/sql_select.cc:
        Auto merged
      eb0cc3bf
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 4cd43a1a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      4cd43a1a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-opt · 259689f8
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      259689f8