mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge poseidon.mysql.com:/home/tomas/mysql-5.0-telco-gca
into poseidon.mysql.com:/home/tomas/mysql-5.1-telco-gca
This commit is contained in:
commit
6f5ac3c03a
1 changed files with 2 additions and 2 deletions
|
@ -149,12 +149,12 @@ ErrorBundle ErrorCodes[] = {
|
|||
/**
|
||||
* Unknown result
|
||||
*/
|
||||
{ 4007, DMEC, UR, "Send to ndbd failed" },
|
||||
{ 4007, DMEC, UR, "Send to ndbd node failed" },
|
||||
{ 4008, DMEC, UR, "Receive from NDB failed" },
|
||||
{ 4009, DMEC, UR, "Cluster Failure" },
|
||||
{ 4012, DMEC, UR,
|
||||
"Request ndbd time-out, maybe due to high load or communication problems"},
|
||||
{ 4013, DMEC, UR, "Request timed out in waiting for node faiulure"},
|
||||
{ 4013, DMEC, UR, "Request timed out in waiting for node failure"},
|
||||
{ 4024, DMEC, UR,
|
||||
"Time-out, most likely caused by simple read or cluster failure" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue