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.2077 06/01/23 14:15:35 jonas@stripped +1 -0
ndb - Fix strange SR problems
uninit variable
storage/ndb/include/kernel/signaldata/LqhFrag.hpp
1.7 06/01/23 14:15:32 jonas@stripped +1 -1
Correct signal length
# 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/mysql-5.1-new
--- 1.6/storage/ndb/include/kernel/signaldata/LqhFrag.hpp 2006-01-17 08:37:31 +01:00
+++ 1.7/storage/ndb/include/kernel/signaldata/LqhFrag.hpp 2006-01-23 14:15:32 +01:00
@@ -33,7 +33,7 @@
friend bool printADD_FRAG_REQ(FILE *, const Uint32 *, Uint32, Uint16);
public:
- STATIC_CONST( SignalLength = 10 );
+ STATIC_CONST( SignalLength = 11 );
enum RequestInfo {
CreateInRunning = 0x8000000,
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2077) | jonas | 23 Jan |