- 18 Sep, 2006 2 commits
-
-
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 1 commit
-
-
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.
-
- 04 Sep, 2006 3 commits
-
-
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.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
-
- 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.0/mysql-5.0-bug-21345
-
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
-
- 29 Aug, 2006 5 commits
-
-
unknown authored
ndb/src/mgmclient/CommandInterpreter.cpp: connect() function adds a parameter in CommandInterpreter.cpp.
-
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
-
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
-
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
-
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.
-
- 25 Aug, 2006 1 commit
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
-
- 23 Aug, 2006 1 commit
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged
-
- 22 Aug, 2006 10 commits
-
-
unknown authored
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-20987
-
unknown authored
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-20987
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0
-
unknown authored
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-bug21017
-
unknown authored
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-20411 sql/sql_acl.cc: Auto merged
-
unknown authored
when X.509 subject was required for a connect, we tested whether it was the right one, but did not refuse the connexion if not. fixed. (corrected CS now --replace_results socket-path) mysql-test/r/openssl_1.result: Bug#20411: "GRANT ... REQUIRE ISSUER nnn AND SUBJECT mmm" fails to require both test not only whether we can connect with a correct X.509 subject when one is required, but also assure that we can't without one. mysql-test/t/openssl_1.test: Bug#20411: "GRANT ... REQUIRE ISSUER nnn AND SUBJECT mmm" fails to require both test not only whether we can connect with a correct X.509 subject when one is required, but also assure that we can't without one. sql/sql_acl.cc: Bug#20411: "GRANT ... REQUIRE ISSUER nnn AND SUBJECT mmm" fails to require both actually refuse connexion if X.509 is required, but does not match. kudos to Al Smith.
-
unknown authored
sql/ha_ndbcluster.cc: calculate frags with (ulonglong)max_rows in case --without-big-tables
-
unknown authored
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-20987 sql/item_timefunc.cc: Auto merged mysql-test/r/func_time.result: manual merge mysql-test/t/func_time.test: manual merge
-
unknown authored
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-ndb
-
unknown authored
tests/mysql_client_test.c: Replace fopen with my_fopen and specify O_BINARY. Replace fclose with my_fclose.
-
- 21 Aug, 2006 3 commits
- 18 Aug, 2006 4 commits
-
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin sql/examples/ha_tina.cc: Auto merged
-
unknown authored
innodb r719 innobase/btr/btr0btr.c: innodb r702 innobase/buf/buf0buf.c: innodb r702 innobase/dict/dict0dict.c: innodb r702 innobase/fil/fil0fil.c: innodb r702 innobase/fsp/fsp0fsp.c: innodb r702 innobase/include/btr0cur.ic: innodb r719 innobase/include/buf0buf.ic: innodb r702 innobase/log/log0log.c: innodb r702 innobase/log/log0recv.c: innodb r702 innobase/os/os0file.c: innodb r702 innobase/row/row0mysql.c: innodb r702 innobase/row/row0sel.c: innodb r702 innobase/srv/srv0start.c: innodb r702 innobase/ut/ut0dbg.c: innodb r702 sql/ha_innodb.cc: innodb r702
-
unknown authored
ndb/src/kernel/vm/DLHashTable2.hpp: add isEmpty for use in DICT ndb/test/include/NDBT_Tables.hpp: getIndexes - return index cols of standard test table ndb/test/src/NDBT_Tables.cpp: getIndexes - return index cols of standard test table ndb/test/ndbapi/testDict.cpp: bug#21017: index create/drop during NR ndb/include/kernel/signaldata/CreateIndx.hpp: add 711 ndb/include/kernel/signaldata/DropIndx.hpp: add 711 ndb/src/kernel/blocks/dbdict/Dbdict.cpp: block index create/drop during NR. fix 2 ndbrequires by checking exact schema op types ndb/src/kernel/blocks/dbdict/Dbdict.hpp: block index create/drop during NR. fix 2 ndbrequires by checking exact schema op types
-
unknown authored
into dev3-76.dev.cn.tlan:/home/lisj/mysql/mysql-5.0/mysql-5.0-ndb-bj mysql-test/t/ctype_utf8.test: Auto merged BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3: Auto merged BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5: Auto merged myisam/mi_unique.c: ul ul ul
-
- 17 Aug, 2006 5 commits
-
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0 BitKeeper/deleted/.del-mysql_client.result: Auto merged BitKeeper/deleted/.del-mysql_client.test: Auto merged client/mysql.cc: Auto merged mysql-test/r/func_time.result: Auto merged mysql-test/r/grant.result: Auto merged mysql-test/t/func_time.test: Auto merged mysql-test/t/grant.test: Auto merged sql/item_timefunc.cc: Auto merged sql/mysqld.cc: Auto merged sql/slave.cc: Auto merged sql/sql_acl.cc: Auto merged
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0 client/mysql.cc: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0 tests/mysql_client_test.c: Auto merged
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0 mysql-test/r/grant.result: Auto merged mysql-test/t/grant.test: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.0 mysql-test/r/grant.result: Auto merged mysql-test/t/grant.test: Auto merged sql/mysqld.cc: Auto merged sql/sql_acl.cc: Auto merged
-