mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
parent
8736181d82
commit
11b1f49f5f
1 changed files with 2 additions and 2 deletions
|
@ -3471,10 +3471,10 @@ SumaParticipant::completeSubRemoveReq(Signal* signal, SubscriptionPtr subPtr) {
|
|||
*/
|
||||
#if 0
|
||||
ndbout_c("c_subscriptionPool.getSize() %d c_subscriptionPool.getNoOfFree()%d",
|
||||
c_subscriptionPool.getSize(),c_subscriptionPool.getNoOfFree()+1);
|
||||
c_subscriptionPool.getSize(),c_subscriptionPool.getNoOfFree());
|
||||
#endif
|
||||
|
||||
if(c_subscriptionPool.getSize() == c_subscriptionPool.getNoOfFree()+1) {
|
||||
if(c_subscriptionPool.getSize() == c_subscriptionPool.getNoOfFree()) {
|
||||
jam();
|
||||
#if 0
|
||||
ndbout_c("SUB_REMOVE_REQ:Clearing c_tables");
|
||||
|
|
Loading…
Add table
Reference in a new issue