Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2204 05/04/24 20:34:42 joreland@stripped +1 -0
bug#9924 - ndb backup - abort handling
uninit variable
ndb/src/kernel/blocks/backup/Backup.cpp
1.15 05/04/24 20:34:39 joreland@stripped +1 -0
bug#9924 - ndb backup - abort handling
uninit variable
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joreland
# Host: eel.hemma.oreland.se
# Root: /home/jonas/src/mysql-4.1
--- 1.14/ndb/src/kernel/blocks/backup/Backup.cpp Fri Apr 22 09:07:22 2005
+++ 1.15/ndb/src/kernel/blocks/backup/Backup.cpp Sun Apr 24 20:34:39 2005
@@ -2263,6 +2263,7 @@
ptr.p->backupDataLen = req->backupDataLen;
ptr.p->masterData.dropTrig.tableId = RNIL;
ptr.p->masterData.alterTrig.tableId = RNIL;
+ ptr.p->masterData.errorCode = 0;
ptr.p->noOfBytes = 0;
ptr.p->noOfRecords = 0;
ptr.p->noOfLogBytes = 0;
| Thread |
|---|
| • bk commit into 4.1 tree (joreland:1.2204) BUG#9924 | jonas.oreland | 24 Apr |