Below is the list of changes that have just been committed into a local
5.1 repository of pekka. When pekka 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.1953 05/11/11 12:47:10 pekka@stripped +2 -0
ndb - 5.1.2 build fix: Signal syms in test pgms on hp3750
storage/ndb/src/kernel/blocks/print_file.cpp
1.3 05/11/11 12:45:29 pekka@stripped +3 -0
add some Signal syms to test programs for hp3750, hope it dont break other platforms..
storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp
1.2 05/11/11 12:45:29 pekka@stripped +4 -0
add some Signal syms to test programs for hp3750, hope it dont break other platforms..
# 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: pekka
# Host: orca.ndb.mysql.com
# Root: /space/pekka/ndb/version/my51-rel
--- 1.1/storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp 2005-11-07 12:19:13 +01:00
+++ 1.2/storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp 2005-11-11 12:45:29 +01:00
@@ -123,3 +123,7 @@
}
template class Vector<Record>;
+
+// hp3750
+struct Signal { Signal(); int foo; };
+Signal::Signal(){}
--- 1.2/storage/ndb/src/kernel/blocks/print_file.cpp 2005-11-08 06:52:49 +01:00
+++ 1.3/storage/ndb/src/kernel/blocks/print_file.cpp 2005-11-11 12:45:29 +01:00
@@ -368,3 +368,6 @@
return 0;
}
+
+// hp3750
+Signal::Signal(){}
| Thread |
|---|
| • bk commit into 5.1 tree (pekka:1.1953) | pekka | 11 Nov |