From: Mikael Ronstrom Date: December 29 2011 2:40pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (mikael.ronstrom:3692 to 3693) List-Archive: http://lists.mysql.com/commits/142261 Message-Id: <201112291441.pBTEfEJe015206@dator6> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3693 Mikael Ronstrom 2011-12-29 Removed faulty require modified: storage/ndb/src/kernel/vm/mt.cpp 3692 Mikael Ronstrom 2011-12-29 Fixed another place where number of receive threads is bigger than 1 modified: storage/ndb/src/kernel/vm/SimulatedBlock.hpp === modified file 'storage/ndb/src/kernel/vm/mt.cpp' --- a/storage/ndb/src/kernel/vm/mt.cpp revid:mikael.ronstrom@stripped +++ b/storage/ndb/src/kernel/vm/mt.cpp revid:mikael.ronstrom@stripped @@ -3121,7 +3121,6 @@ add_thr_map(Uint32 main, Uint32 instance Uint32 block = numberToBlock(main, instance); require(thr_no < num_threads); - require(block <= MAX_BLOCK_NO && block >= MIN_BLOCK_NO); struct thr_repository* rep = &g_thr_repository; thr_data* thr_ptr = rep->m_thread + thr_no; No bundle (reason: useless for push emails).