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).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (mikael.ronstrom:3692 to 3693) | Mikael Ronstrom | 29 Dec |