Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78452 | Differences between
and this patch

Collapse All | Expand All

(-)mysql-4.1.19/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp (-1 / +4 lines)
Lines 1271-1277 Link Here
1271
    if (tapiBlockref == apiConnectptr.p->ndbapiBlockref) {
1271
    if (tapiBlockref == apiConnectptr.p->ndbapiBlockref) {
1272
      if (apiConnectptr.p->apiConnectstate == CS_CONNECTED ||
1272
      if (apiConnectptr.p->apiConnectstate == CS_CONNECTED ||
1273
	  (apiConnectptr.p->apiConnectstate == CS_ABORTING &&
1273
	  (apiConnectptr.p->apiConnectstate == CS_ABORTING &&
1274
	   apiConnectptr.p->abortState == AS_IDLE)){
1274
	   apiConnectptr.p->abortState == AS_IDLE) ||
1275
	  (apiConnectptr.p->apiConnectstate == CS_STARTED &&
1276
	   apiConnectptr.p->firstTcConnect == RNIL))
1277
      {
1275
        jam();                                   /* JUST REPLY OK */
1278
        jam();                                   /* JUST REPLY OK */
1276
        releaseApiCon(signal, apiConnectptr.i);
1279
        releaseApiCon(signal, apiConnectptr.i);
1277
        signal->theData[0] = tuserpointer;
1280
        signal->theData[0] = tuserpointer;

Return to bug 78452