mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
This commit is contained in:
commit
e6791ba5ac
1 changed files with 4 additions and 1 deletions
|
@ -1312,7 +1312,10 @@ void Dbtc::execTCRELEASEREQ(Signal* signal)
|
|||
if (tapiBlockref == apiConnectptr.p->ndbapiBlockref) {
|
||||
if (apiConnectptr.p->apiConnectstate == CS_CONNECTED ||
|
||||
(apiConnectptr.p->apiConnectstate == CS_ABORTING &&
|
||||
apiConnectptr.p->abortState == AS_IDLE)){
|
||||
apiConnectptr.p->abortState == AS_IDLE) ||
|
||||
(apiConnectptr.p->apiConnectstate == CS_STARTED &&
|
||||
apiConnectptr.p->firstTcConnect == RNIL))
|
||||
{
|
||||
jam(); /* JUST REPLY OK */
|
||||
releaseApiCon(signal, apiConnectptr.i);
|
||||
signal->theData[0] = tuserpointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue