Commit 7f0430e1 authored by hartmut@mysql.com's avatar hartmut@mysql.com

gcc 4.1.0 compile fix (Bug #18332)

parent 5e312c15
......@@ -494,6 +494,9 @@ private:
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment