- 01 Aug, 2006 1 commit
-
-
unknown authored
handle error in TCKEYREQ during TCINDXREQ better ndb/src/kernel/blocks/ERROR_codes.txt: new error code ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Add 3 values to isIndexOp ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: handle error in TCKEYREQ during TCINDXREQ ndb/test/ndbapi/testIndex.cpp: Add testcase ndb/test/run-test/daily-basic-tests.txt: Add testcase
-
- 07 Jul, 2006 1 commit
-
-
unknown authored
Reset logpartstate if file_change_problem after writeing of zero page is done
-
- 30 Jun, 2006 1 commit
-
-
unknown authored
crash if system restart with more than 4096 fragments solution: continueb enable expand check loop ndb/src/kernel/blocks/dblqh/Dblqh.hpp: continueb enable expand check loop ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: continueb enable expand check loop
-
- 29 Jun, 2006 1 commit
-
-
unknown authored
Fix testNodeRestart -n DuringLCP and others (add stopTest() at end of test :-)) ndb/test/ndbapi/testNodeRestart.cpp: Fix testNodeRestart -n DuringLCP and others
-
- 26 Jun, 2006 1 commit
-
-
unknown authored
part 1 - make sure return code is propagated from request tracker ndb/src/kernel/vm/RequestTracker.hpp: propagate return value ndb/src/kernel/vm/SafeCounter.hpp: make sure object is not initialized in case of seize() failure, to make sure destructor doesnt assert
-
- 22 Jun, 2006 1 commit
-
-
unknown authored
set max value on ports ndb/src/mgmsrv/ConfigInfo.cpp: set max vlue on ports
-
- 21 Jun, 2006 1 commit
-
-
unknown authored
also close scan which are in "delivered" state, as it's impossible to release locks afterwards backport from 5.1 ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: ndb - bug#20197 also close scan which are in "delivered" state, as it's impossible to release locks afterwards
-
- 01 Jun, 2006 1 commit
-
-
unknown authored
Dont be too aggressive in Dbtc::nodeFailCheckTransaction let it timeout by 1, so that it does not assert that it has waited too long old impl. set timeotu value to 0, making timeout = (ctcTimer - 0) which could be quite big. ndb/src/kernel/blocks/ERROR_codes.txt: error codes ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: 2 new error inserts 7030 - delay in GCP_PREPARE until checkLocalNodefailComplete is true 7031 - delay in GCP_PREPARE and die ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Dont set api con timer to 0, as this might trigger asserion in timeoutfound lab if state == PREPARE_TO_COMMIT ndb/test/ndbapi/testNodeRestart.cpp: testcase ndb/test/run-test/daily-basic-tests.txt: autotest
-
- 26 Apr, 2006 4 commits
-
-
unknown authored
Unleash backup to write more than 32k at a time Using parameter BackupMaxWriteSize (greatly affect LCP time in 5.1, set default value to 256k) ndb/include/mgmapi/mgmapi_config_parameters.h: Add config fro max write size in backup ndb/src/kernel/blocks/backup/BackupInit.cpp: Unleash backup to write more than 32k at a time ndb/src/mgmsrv/ConfigInfo.cpp: Add config fro max write size in backup
-
unknown authored
Fix alignment of sockaddr(_in) ndb/src/common/transporter/Transporter.cpp: Fix alignment of sockaddr(_in) ndb/src/mgmsrv/Services.cpp: Fix alignment of sockaddr(_in)
-
unknown authored
-
unknown authored
ndb_mgmd limited no of api nodes, by restricting no of mgmsessions (these are used for dynamic port allocation) ndb/include/util/SocketServer.hpp: Increase default max session to ~0 ndb/src/common/util/SocketServer.cpp: Increase default max session to ~0
-
- 25 Apr, 2006 1 commit
-
-
unknown authored
Handle early abort of scan, so that resources are correctly freed ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Handle early abort ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Handle early abort so that require on running.empty() does not fire
-
- 18 Apr, 2006 1 commit
-
-
unknown authored
fix api_signal_log print of uncond signals ndb/src/ndbapi/Ndbif.cpp: Send TC_COMMIT_ACK uncond ndb/src/ndbapi/TransporterFacade.cpp: Fix printout of uncond signals ndb/src/ndbapi/TransporterFacade.hpp: Fix printout of uncond signals
-
- 10 Apr, 2006 1 commit
-
-
unknown authored
fix correct frag count in Backup block ndb/src/kernel/blocks/backup/BackupInit.cpp: Fix correct no of fragment records
-
- 07 Apr, 2006 1 commit
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/41-work
-
- 06 Apr, 2006 4 commits
-
-
unknown authored
1) make sure that check_multi_node_shutdown does not proceed (in stop case) 2) Fix printout ndb/src/kernel/blocks/qmgr/Qmgr.hpp: make sure that check_multi_node_shutdown does not proceed (in stop case) ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: make sure that check_multi_node_shutdown does not proceed (in stop case)
-
unknown authored
Bug#18830: incompatibility new libraries with old server Don't execute SET NAMES with pre-4.1 server. libmysql/libmysql.c: Bug#18830: incompatibility new libraries with old server Don't execute SET NAMES with pre-4.1 server.
-
unknown authored
Adding test case to cover queries which worked incorrectly earlier: Bug#18321: Can't store EuroSign with latin1_german1_ci and latin1_general_ci mysql-test/r/ctype_latin1.result: Adding test case for Bug#18321: Can't store EuroSign with latin1_german1_ci and latin1_general_ci mysql-test/t/ctype_latin1.test: Adding test case for Bug#18321: Can't store EuroSign with latin1_german1_ci and latin1_general_ci
-
unknown authored
Backporting a 5.0 change: MAX_BUF was too small for Index.xml Changeing MAX_BUF and adding assert to easier catch the same problem in the future. ctype-extra.c: Regenerating ctype-extra.c with the fixed conf_to_src. strings/ctype-extra.c: Regenerating ctype-extra.c with the fixed conf_to_src. strings/conf_to_src.c: Backporting a 5.0 change: MAX_BUF was too small for Index.xml Changeing MAX_BUF and adding assert to easier catch the same problem in the future.
-
- 03 Apr, 2006 8 commits
-
-
unknown authored
fix testprogam if only 1 node group ndb/test/ndbapi/testNodeRestart.cpp: fix testprogam if only 1 node group
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.12076
-
unknown authored
Fix compile error...when compiling debug ndb/include/kernel/signaldata/FailRep.hpp: Fix compile error...when compiling debug
-
unknown authored
add testprg for SR case aswell ndb/test/ndbapi/testNodeRestart.cpp: Test also partitioned start during SR ndb/test/run-test/daily-basic-tests.txt: Test also partitioned start during SR
-
unknown authored
post weeked fixes :-) change impl. to use READ_NODESREQ to query state of other qmgr(partition) this as it has no (current) side effects, so that it's possible only to kill starting cluster (if one started and one starting) ndb/include/kernel/signaldata/FailRep.hpp: Add paritioned FAIL_REP ndb/src/kernel/blocks/qmgr/Qmgr.hpp: Use READ_NODESREQ to query state of other QMGR (instead of CM_REGREQ) ndb/src/kernel/blocks/qmgr/QmgrInit.cpp: Use READ_NODESREQ to query state of other QMGR (instead of CM_REGREQ) ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Use READ_NODESREQ to query state of other QMGR (instead of CM_REGREQ) ndb/test/ndbapi/testNodeRestart.cpp: Require that only starting cluster dies
-
unknown authored
Distribute mysql-test-run.pl mysql-test/Makefile.am: Distribute mysql-test-run.pl
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new scripts/mysql_install_db.sh: Auto merged
-
unknown authored
Changed web address order.mysql.com to shop.mysql.com netware/mysql_install_db.c: Changed web address order.mysql.com to shop.mysql.com Docs/MySQLEULA.txt: Changed web address order.mysql.com to shop.mysql.com scripts/mysql_install_db.sh: Changed web address order.mysql.com to shop.mysql.com
-
- 02 Apr, 2006 1 commit
-
-
unknown authored
Install Perl mysql-test-run into test directory mysql-test/Makefile.am: Install Perl mysql-test-run into test directory
-
- 01 Apr, 2006 5 commits
-
-
unknown authored
Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) support-files/mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) mysql-test/Makefile.am: Let "make install" install mysql-test-run.pl
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new README: Auto merged
-
unknown authored
Typo (bug#17167) README: Typo (bug#17167)
-
unknown authored
Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=, and search the given include directory first (bug#18369) acinclude.m4: Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=, and search the given include directory first (bug#18369)
-
unknown authored
Set MYSQL_SERVER_SUFFIX from build scripts, not hard code it into Visual Studio project files, bug#15974 VC++Files/bdb/bdb.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974 VC++Files/innobase/innobase.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974 VC++Files/libmysqld/libmysqld.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974 VC++Files/mysqldemb/mysqldemb.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974 VC++Files/mysys/mysys.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974 VC++Files/sql/mysqld.vcproj: Set MYSQL_SERVER_SUFFIX from build scripts, not hard code into project files, bug#15974
-
- 31 Mar, 2006 4 commits
-
-
unknown authored
add new testpgrom for bug#18612 to autotest ndb/test/run-test/daily-basic-tests.txt: Add new testprogram to autotest
-
unknown authored
this also impl. gcp safe multi node shutdown 1) block gcp 2) wait for ongoing gcp 3) inform all stopping QMGR's (so that they don't start with error handler) 4) wait for all QMGR's to reply 5) broadcast failrep for stopping nodes 6) (if !master died) unblock gcp ndb/include/kernel/signaldata/DumpStateOrd.hpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/include/kernel/signaldata/FailRep.hpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/include/kernel/signaldata/StopReq.hpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/qmgr/Qmgr.hpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/qmgr/QmgrInit.cpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Impl. GCP safe multi node shutdown in order to test bug#18612 ndb/test/ndbapi/testNodeRestart.cpp: test program for bug#18612
-
unknown authored
ndb/include/kernel/signaldata/WaitGCP.hpp: Add supprt for block/unblocking GCP ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Add supprt for block/unblocking GCP
-
unknown authored
correct return value in check_cm_cmregreq ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Fix bug in bug#16447 ndb/test/src/NdbRestarts.cpp: Fix bug in test program
-
- 30 Mar, 2006 2 commits
-
-
unknown authored
For various reasone have a partitioned cluster been created This patch makes sure that when they connect 1) it's detected 2) shutdown is forced ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: New dump/error insert for simulating network failure ndb/src/kernel/blocks/qmgr/Qmgr.hpp: 1) Activly detect paritioned cluster(s) 2) add some documentation ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: 1) Activly detect paritioned cluster(s) 2) add some documentation
-
unknown authored
into sunlight.local:/local_work/15560-bug-4.1-mysql sql/sql_table.cc: Auto merged
-