Below is the list of changes that have just been committed into a local
5.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.1982 06/01/02 15:05:57 jonas@stripped +1 -0
ndb diskdata -
fix uninit variable when online adding undofile
storage/ndb/src/kernel/blocks/lgman.cpp
1.3 06/01/02 15:05:54 jonas@stripped +1 -0
Init lsn to zero when adding files
# 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: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/51-ndb
--- 1.2/storage/ndb/src/kernel/blocks/lgman.cpp 2005-11-08 17:30:36 +01:00
+++ 1.3/storage/ndb/src/kernel/blocks/lgman.cpp 2006-01-02 15:05:54 +01:00
@@ -701,6 +701,7 @@
ptr.p->m_state = Undofile::FS_SORTING;
}
+ ptr.p->m_online.m_lsn = 0;
ptr.p->m_online.m_outstanding = 0;
Uint64 add= ptr.p->m_file_size - 1;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.1982) | jonas | 2 Jan |