An error occurred fetching the project authors.
- 10 Apr, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
5.0->5.1 merge
-
- 13 Feb, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Remove old typedef's ArrayFifoList, ArrayList
-
- 31 Jan, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
last bug fix revealed another bug. fix buffer management when parsing table descriptor
-
- 20 Jan, 2006 1 commit
-
-
stewart@mysql.com authored
BACKUP previous set up triggers using DICT. This lead to all kind of trouble. An smaller alternative to using SUMA for backup is to just make BACKUP handle triggers to TUP directly. This way all triggers will be totally local, and error handling is much simpler. --- old impl. Start: Master recives GSN_DEFINE_BACKUP_CONF from all participants Master sends CREATE_TRIG_REQ for all tables to local DICT (dict master) Master sends START_BACKUP_REQ to all paricipants with trigger ids from DICT Master sends ALTER_TRIG_REQ (online) to local DICT Master waits for GCP Master starts distributed scan When scan has finished Master waits for GCP Master sends DROP_TRIGGER to local DICT Master sends STOP_BACKUP_REQ to all participants --- new impl. Start: Master recives GSN_DEFINE_BACKUP_CONF from all participants Master sends START_BACKUP_REQ to all paricipants Participand sends CREATE_TRIG_REQ for all tables to local TUP Master waits for GCP Master starts distributed scan When scan has finished Master waits for GCP Master sends STOP_BACKUP_REQ to all participants Participant sends DROP_TRIGGER to local TUP Changes: All trigger handling is _local_ This implies, that abort (e.g due to node failure) can be _local_ fix testBackup test so that it will run successfully with the (now correct) backup trigger code.
-
- 07 Nov, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 22 Apr, 2005 1 commit
-
-
joreland@mysql.com authored
Redo abort handling according to descr. in Backup.txt bug#9960 - ndb backup increase wait completed timeout to 48 hours
-
- 19 Jan, 2005 1 commit
-
-
joreland@mysql.com authored
remove usage of compiler supplied <new> and instead impl. own inlined placement new
-
- 16 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 13 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
quick fix for wrong allocation of size
-
- 09 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
don't store keys in normalized form instead save everythings as normal attributes
-
- 29 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added new error type "configuration or application error" Added check if backup is issued during diskless mode, backup refuse returned added possibility to get error code as a result from management client addded possibility to set connecstring with CONNECT command changed to use strcasecmp instead of strcmp added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails made thread safe veriosn of getErrorText in management server aligned backup errorcodes with rest of ndb error codes giving it range from 1300 print error message from regular ndberror struct added new arrer type "cofiguration or application error" commented on allocaded ranges for errors
-
- 23 Aug, 2004 1 commit
-
-
mronstrom@mysql.com authored
2) MAX_FRAG_PER_NODE separated from NO_OF_FRAG_PER_NODE and takes into account large fragmentation 3) SUMA use config parameter instead of hard coded limit
-
- 01 Aug, 2004 1 commit
-
-
joreland@mysql.com authored
Mainly explicit template instantiations
-
- 26 May, 2004 1 commit
-
-
joreland@mysql.com authored
WL1356 - Discless db node WL1357 - sp 1-2
-
- 14 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-