Skip to content

Commit 105780f

Browse files
author
Maitrayi Sabaratnam
committed
Merge branch 'mysql-5.7-cluster-7.6' into mysql-8.0
2 parents 9476c51 + 129ed52 commit 105780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ndb/test/ndbapi/testNodeRestart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7260,7 +7260,7 @@ runDelayedNodeFail(NDBT_Context *ctx, NDBT_Step *step)
72607260
ctx->stopTest();
72617261
return NDBT_FAILED;
72627262
}
7263-
g_err << "Waitting for node " << victim << "to die" << endl;
7263+
g_err << "Waiting for node " << victim << " to die" << endl;
72647264
restarter.waitNodesNoStart(&victim, 1);
72657265
ndbout_c(" start node");
72667266
if (restarter.startNodes(&victim, 1) != 0)

0 commit comments

Comments
 (0)