Commit ce0e7e6d authored by unknown's avatar unknown

Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user


storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
  Auto merged
parents 0b0de297 686842b9
......@@ -1286,7 +1286,12 @@ typedef Ptr<HostBuffer> HostBufferPtr;
*/
struct Var_part_ref
{
#if NDB_SIZEOF_CHARP == 4
#ifdef NDB_32BIT_VAR_REF
/*
In versions prior to ndb 6.1.6, 6.2.1 and mysql 5.1.17
Running this code limits DataMemory to 16G, also online
upgrade not possible between versions
*/
Uint32 m_ref;
STATIC_CONST( SZ32 = 1 );
......
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