We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5761495 + dc6be0f commit 8fa0799Copy full SHA for 8fa0799
storage/ndb/src/ndbapi/Ndb.cpp
@@ -65,6 +65,9 @@ NdbTransaction* Ndb::doConnect(Uint32 tConNode, Uint32 instance)
65
DBUG_RETURN(NULL);
66
} else if (TretCode != 0) {
67
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
71
}//if
72
73
//****************************************************************************
0 commit comments