Skip to content

Commit 8fa0799

Browse files
author
Maitrayi Sabaratnam
committed
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6
2 parents 5761495 + dc6be0f commit 8fa0799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/ndb/src/ndbapi/Ndb.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ NdbTransaction* Ndb::doConnect(Uint32 tConNode, Uint32 instance)
6565
DBUG_RETURN(NULL);
6666
} else if (TretCode != 0) {
6767
tAnyAlive = 1;
68+
#ifdef ERROR_INSERT
69+
fprintf(stderr, "Tracing ndb_read_local test failure: requested TC node %u could not be connected\n", tConNode);
70+
#endif
6871
}//if
6972
}//if
7073
//****************************************************************************

0 commit comments

Comments
 (0)