Below is the list of changes that have just been committed into a local
5.1 repository of hartmut. When hartmut 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.2180 06/03/18 18:12:47 hartmut@stripped +1 -0
gcc 4.1.0 compile fix (Bug #18332)
storage/ndb/src/kernel/blocks/pgman.hpp
1.8 06/03/18 18:12:32 hartmut@stripped +3 -0
gcc 4.1.0 compile fix (Bug #18332)
# 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: hartmut
# Host: linux.site
# Root: /home/hartmut/projects/mysql/dev/5.1/gcc41
--- 1.7/storage/ndb/src/kernel/blocks/pgman.hpp 2006-02-25 22:12:10 +01:00
+++ 1.8/storage/ndb/src/kernel/blocks/pgman.hpp 2006-03-18 18:12:32 +01:00
@@ -494,6 +494,9 @@
friend class NdbOut& operator<<(NdbOut&, Ptr<Page_entry>);
};
+class NdbOut& operator<<(NdbOut&, Ptr<Pgman::Page_request>);
+class NdbOut& operator<<(NdbOut&, Ptr<Pgman::Page_entry>);
+
class Page_cache_client
{
Uint32 m_block;
| Thread |
|---|
| • bk commit into 5.1 tree (hartmut:1.2180) BUG#18332 | 'Hartmut Holzgraefe' | 18 Mar |