mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fix type for 4115
This commit is contained in:
parent
7b68640505
commit
a10db839cb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue