jonas@perch.ndb.mysql.com
eb94d02581
Merge perch.ndb.mysql.com:/home/jonas/src/tmp/mysql-4.1-ndb
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-ndb-bj
2006-09-29 11:47:35 +02:00
gni/root@dev3-127.(none)
7279dde64b
BUG#21585 The --help option shows a screen of command options for the ndbd,ndb_mgmd, ndb_mgm
...
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.
2006-09-19 11:15:50 +08:00
jonas@perch.ndb.mysql.com
a2f1b78083
ndb - bug#21536
...
Make sure updateNodeInfo is run on master also for temporary tables
2006-08-09 16:24:14 +02:00
jonas@perch.ndb.mysql.com
ca88547839
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
...
into perch.ndb.mysql.com:/home/jonas/src/41-work
2006-08-01 16:56:57 +02:00
jonas@perch.ndb.mysql.com
ba6c5beaa7
ndb - bug#21384
...
handle error in TCKEYREQ during TCINDXREQ better
2006-08-01 16:55:41 +02:00
pekka@orca.ndb.mysql.com
6191c7db85
Merge orca.ndb.mysql.com:/space/pekka/ndb/version/my41
...
into orca.ndb.mysql.com:/space_old/pekka/ndb/version/my41-bug20847
2006-07-10 11:06:21 +02:00
pekka@mysql.com
7ed021f926
ndb - bug#20847 : DbtupTabDesMan: add merge with left buddies
2006-07-07 10:57:22 +02:00
jonas@perch.ndb.mysql.com
09c669911f
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
2006-06-29 16:31:12 +02:00
jonas@perch.ndb.mysql.com
f4a095a399
ndb - autotest
...
Fix testNodeRestart -n DuringLCP and others (add stopTest() at end of test :-))
2006-06-29 16:20:18 +02:00
jonas@perch.ndb.mysql.com
57bb142920
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
2006-06-01 08:52:55 +02:00
jonas@perch.ndb.mysql.com
878d56fefb
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
2006-06-01 08:27:45 +02:00
jonas@perch.ndb.mysql.com
1a6c83f04d
ndb - bug#20185
...
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.
2006-06-01 08:24:05 +02:00
pekka@mysql.com
da44e731cc
ndb - bug#19537: arithmetic conversion Uint64 reg to Uint32 attr
2006-05-15 19:53:29 +02:00
pekka@mysql.com
5c0012cb98
ndb - bug#19201 (4.1), see comment in NdbBlob.cpp
2006-05-02 14:33:55 +02:00
jonas@perch.ndb.mysql.com
2abc5e2f77
ndb -
...
fix testprogam if only 1 node group
2006-04-03 20:43:14 +02:00
jonas@perch.ndb.mysql.com
7109c84c16
ndb - bug#18612 - partitioned startup
...
add testprg for SR case aswell
2006-04-03 12:09:50 +02:00
jonas@perch.ndb.mysql.com
1aa9a95065
ndb - bug#18612
...
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)
2006-04-03 11:26:29 +02:00
jonas@perch.ndb.mysql.com
d367f635e9
ndb - autotest
...
add new testpgrom for bug#18612 to autotest
2006-03-31 18:53:07 +02:00
jonas@perch.ndb.mysql.com
bde890effd
ndb - bug#18612 (detection of partitioned cluster)
...
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
2006-03-31 16:46:28 +02:00
jonas@perch.ndb.mysql.com
96075f47f6
ndb - bug#16447
...
correct return value in check_cm_cmregreq
2006-03-31 11:39:35 +02:00
jonas@perch.ndb.mysql.com
a3b51fda9f
ndb - autotest
...
Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert()
Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
2006-03-27 10:18:48 +02:00
jonas@perch.ndb.mysql.com
82925040bc
ndb -
...
remove bug#18385 from autotest as it only works on 2 node clusters
2006-03-23 15:33:40 +01:00
jonas@perch.ndb.mysql.com
705b741ab5
ndb -
...
minor fixes in test programs
2006-03-23 11:53:54 +01:00
jonas@perch.ndb.mysql.com
c0597ff61f
ndb - autotest
...
Update makefile for removed files
2006-03-22 13:38:03 +01:00
jonas@perch.ndb.mysql.com
7e654ee847
ndb -
...
some more ndb-autotest updates (previously uncommitted...but in use)
2006-03-22 12:18:07 +01:00
jonas@perch.ndb.mysql.com
8b9c724121
ndb -
...
minor update to ndb-autotest.sh and config files
2006-03-22 12:11:51 +01:00
jonas@perch.ndb.mysql.com
659933a2c3
ndb - bug#18414
...
Fix timeout during ABORT when ZABORT_TIMEOUT_BREAK is outstanding
2006-03-22 11:44:31 +01:00
jonas@perch.ndb.mysql.com
90bd36e299
ndb - bug#18385
...
Partial system restart, can not try to start with higher GCI that own
even if knowing about a higher number
2006-03-21 14:47:10 +01:00
jonas@perch.ndb.mysql.com
c45b862c5e
ndb - bug#18352
...
Use variable waitfor_response_timeout (depending on TransactionDeadLockTimeout)
When getting 4012, set NeedAbort and ReleaseOnClose
2006-03-20 14:49:46 +01:00
jonas@perch.ndb.mysql.com
b14ed530ca
ndb - bug#16772
...
dont't allow node to join cluster until all nodes has completed failure handling
2006-03-17 10:55:02 +01:00
pekka@mysql.com
8ed86030b4
ndb - bug#16693 (4.1) test + workaround, analyze later
2006-02-05 22:12:06 +01:00
pekka@mysql.com
7e5108392d
ndb - testBlobs 'perf test' fix
2006-01-31 08:13:42 +01:00
jonas@perch.ndb.mysql.com
aa6400a356
ndb - Make testDatabuffer clean up tables
2006-01-04 11:38:58 +01:00
jonas@perch.ndb.mysql.com
2738871583
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
2005-12-13 11:48:26 +01:00
jonas@perch.ndb.mysql.com
6f7ca617f5
ndb - bug#15685
...
Error in abort handling in TC when timeout during abort
2005-12-12 17:19:04 +01:00
jonas@perch.ndb.mysql.com
17e8f6ca63
bug#15632 - ndb
...
Fix race between INCL_NODEREQ(prio b) and GCP_PREPARE(prio a) by also waiting for starting nodes
2005-12-09 13:51:12 +01:00
jonas@perch.ndb.mysql.com
c4e8859b7f
bug#15587 - ndb
...
Fix typo in autotest script
2005-12-08 15:29:39 +01:00
jonas@perch.ndb.mysql.com
13bb3c55e0
bug#15587 - ndb
...
Fix error in NF during NR
2005-12-08 15:28:15 +01:00
jonas@perch.ndb.mysql.com
a36faf33d3
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
2005-10-17 09:55:30 +02:00
jonas@perch.ndb.mysql.com
f3f7f07131
ndb - hugo
...
Disable tests of lock upgrade paths that are currently unsupported
2005-10-17 09:51:16 +02:00
pekka@mysql.com
45dcaf968d
ndb - prelim perl scripts to autotest
2005-10-06 09:44:25 +02:00
jonas@perch.ndb.mysql.com
81013a01b1
ndb
...
remove extra ";" from test programs
2005-09-16 14:18:27 +02:00
jonas@eel.(none)
1399e061dd
Merge eel.(none):/home/jonas/src/mysql-4.1
...
into eel.(none):/home/jonas/src/mysql-4.1-push
2005-09-09 19:02:13 +02:00
jonas@eel.(none)
6ec3fa6ac1
ndb
...
new testprogram testSRBank
2005-09-09 12:39:06 +02:00
tomas@poseidon.ndb.mysql.com
a6c9ebba47
corrected printouts in backup test
2005-09-08 15:43:46 +02:00
tomas@poseidon.ndb.mysql.com
653e99dea2
removed ndb grep from configure .in
2005-08-23 12:16:16 +02:00
joreland@mysql.com
884559e3bf
bug#11942 - ndb backup with parallell DDL
...
add testcase to autotest
2005-07-20 12:39:45 +02:00
joreland@mysql.com
9f707b6734
bug#11942
2005-07-20 11:48:48 +02:00
joreland@mysql.com
5ec5cde271
bug#11133 - ndb write handling
...
fix handling of write's in lock queue
add test case
add support for pkWrite+async exec in HugoOperations
2005-07-01 09:57:48 +02:00
joreland@mysql.com
544a8acad2
ndb autotest - merge jebs fixes
2005-06-30 10:10:12 +02:00