Commit 40430a3f authored by joreland@mysql.com's avatar joreland@mysql.com

Fix type for 4115

parent 4e5db0cd
......@@ -91,6 +91,9 @@ ErrorBundle ErrorCodes[] = {
{ 4029, NR, "Node failure caused abort of transaction" },
{ 4031, NR, "Node failure caused abort of transaction" },
{ 4033, NR, "Send to NDB failed" },
{ 4115, NR,
"Transaction was committed but all read information was not "
"received due to node crash" },
/**
* Node shutdown
......@@ -114,9 +117,6 @@ ErrorBundle ErrorCodes[] = {
"Time-out, most likely caused by simple read or cluster failure" },
{ 4024, UR,
"Time-out, most likely caused by simple read or cluster failure" },
{ 4115, UR,
"Transaction was committed but all read information was not "
"received due to node crash" },
/**
* TemporaryResourceError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment