- 28 Sep, 2006 3 commits
-
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-19651 storage/ndb/include/util/ndb_opts.h: Auto merged storage/ndb/test/ndbapi/flexScan.cpp: Auto merged storage/ndb/tools/ndb_condig.cpp: Auto merged storage/ndb/tools/restore/consumer.hpp: merged for push bug#19651 storage/ndb/tools/restore/consumer_restore.cpp: merged for push bug#19651 storage/ndb/tools/restore/consumer_restore.hpp: merged for push bug#19651 storage/ndb/tools/restore/restore_main.cpp: merged for push bug#19651
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-19651 ndb/test/ndbapi/flexScan.cpp: Auto merged ndb/tools/ndb_config.cpp: Auto merged ndb/tools/restore/consumer_restore.cpp: Auto merged ndb/tools/restore/consumer_restore.hpp: Auto merged ndb/tools/restore/restore_main.cpp: Auto merged ndb/include/util/ndb_opts.h: C
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-4.1/mysql-4.1-bug-19651
-
- 26 Sep, 2006 1 commit
-
-
unknown authored
ndb/tools/restore/consumer.hpp: added a function to judge whether there is temporary error. ndb/tools/restore/consumer_restore.cpp: record when temporary error occured in restore. ndb/tools/restore/consumer_restore.hpp: added a member to record temporary error in restore. ndb/tools/restore/restore_main.cpp: report temporary error in restore.
-
- 22 Sep, 2006 6 commits
-
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug21585
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0/bug21585
-
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. storage/ndb/include/util/ndb_opts.h: Change help information from including "Ndb.cfg" to "my.cnf" in the header file. storage/ndb/test/ndbapi/flexScan.cpp: Change help information from including "Ndb.cfg" to "my.cnf". storage/ndb/tools/ndb_condig.cpp: Change help information from including "Ndb.cfg" to "my.cnf".
-
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" string to "my.cnf" string in the header file. ndb/test/ndbapi/flexScan.cpp: Change help info from including "Ndb.cfg" to "my.cnf". ndb/tools/ndb_config.cpp: Change help info from including "Ndb.cfg" to "my.cnf".
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug20575 storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0/bug20575 ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
-
- 21 Sep, 2006 2 commits
-
-
unknown authored
into qa3-104.qa.cn.tlan:/mnt/sda7/justin.he/mysql/mysql-5.1/mysql-5.1-ndb-bj storage/ndb/src/ndbapi/NdbOperation.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: change error message to more appropriate
-
unknown authored
into qa3-104.qa.cn.tlan:/mnt/sda7/justin.he/mysql/mysql-5.0/bug21036-mysql-5.0 ndb/src/ndbapi/ndberror.c: Auto merged
-
- 20 Sep, 2006 5 commits
-
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-20395
-
unknown authored
storage/ndb/src/ndbapi/NdbScanOperation.cpp: manual modify variable name.
-
unknown authored
add judgement to avoid NULL pointer's operation(segmentaion fault) ndb/src/ndbapi/NdbOperation.cpp: if getColumn return NULL, set error code and return NULL in getBlobHandle ndb/src/ndbapi/ndberror.c: change the err message more appropriate
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-20395
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-20395 storage/ndb/include/kernel/signaldata/CmRegSignalData.hpp: Auto merged storage/ndb/include/ndb_version.h.in: Auto merged storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Auto merged storage/ndb/src/kernel/error/ndbd_exit_codes.c: Auto merged storage/ndb/include/mgmapi/ndbd_exit_codes.h: merge for bug#20395.
-
- 19 Sep, 2006 4 commits
-
-
unknown authored
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug21799 sql/ha_ndbcluster.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_view.cc: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged
-
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
-
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.
-
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
-
- 18 Sep, 2006 3 commits
-
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1/mysql-5.1-bug21530 storage/ndb/src/mgmclient/CommandInterpreter.cpp: Adding exit error code for some methods
-
unknown authored
ndb/src/mgmclient/CommandInterpreter.cpp: add right braces
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0/bug21530 ndb/src/mgmclient/CommandInterpreter.cpp: Many methods add the return value that indicates whether the execution of operation succeeds. This can make ndb_mgm management client set the exit status on errors.
-
- 15 Sep, 2006 1 commit
-
-
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.
-
- 14 Sep, 2006 3 commits
-
-
unknown authored
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug19787 storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: correct error message when illegal configuration changed
-
unknown authored
ndb/src/ndbapi/NdbScanOperation.cpp: set error code to 4008 when a scan time out
-
unknown authored
BUG#19787 Modify correct message when some important variables are changed but cannot be applied by online ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Modify error message when illegal configuration changed.
-
- 11 Sep, 2006 1 commit
-
-
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.
-
- 05 Sep, 2006 1 commit
-
-
unknown authored
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1-bug21033
-
- 04 Sep, 2006 6 commits
-
-
unknown authored
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.1/bug21128 storage/ndb/include/mgmapi/mgmapi.h: Auto merged storage/ndb/src/mgmapi/mgmapi.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/mgmsrv/Services.hpp: Auto merged
-
unknown authored
into dev3-138.dev.cn.tlan:/home/zhl/mysql/mysql-5.0/bug21128
-
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
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-21345 mysql-test/r/ctype_utf8.result: Auto merged storage/ndb/include/util/File.hpp: Auto merged storage/ndb/src/common/logger/FileLogHandler.cpp: Auto merged storage/ndb/src/common/util/File.cpp: Auto merged
-
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/logger/FileLogHandler.cpp: Auto merged ndb/src/common/util/File.cpp: Auto merged
-
unknown authored
-
- 01 Sep, 2006 4 commits
-
-
unknown authored
-
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.
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-21345 BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3: Auto merged BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5: Auto merged mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged storage/myisam/mi_unique.c: Auto merged storage/ndb/include/util/File.hpp: Auto merged storage/ndb/src/common/logger/FileLogHandler.cpp: Auto merged storage/ndb/src/common/util/File.cpp: Auto merged strings/ctype-win1250ch.c: Auto merged
-
unknown authored
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-21345
-