Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
bbd0aa6c
Commit
bbd0aa6c
authored
Apr 22, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug#9969 - ndb
missleading error message
parent
e6142c47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ndb/src/ndbapi/ndberror.c
ndb/src/ndbapi/ndberror.c
+3
-3
ndb/test/src/NdbBackup.cpp
ndb/test/src/NdbBackup.cpp
+1
-1
No files found.
ndb/src/ndbapi/ndberror.c
View file @
bbd0aa6c
...
...
@@ -140,10 +140,10 @@ ErrorBundle ErrorCodes[] = {
{
4008
,
UR
,
"Receive from NDB failed"
},
{
4009
,
UR
,
"Cluster Failure"
},
{
4012
,
UR
,
"Time-out, most likely caused by simple read or cluster failure"
},
"Request ndbd time-out, maybe due to high load or communication problems"
},
{
4024
,
UR
,
"Time-out, most likely caused by simple read or cluster failure"
},
"Time-out, most likely caused by simple read or cluster failure"
},
/**
* TemporaryResourceError
*/
...
...
ndb/test/src/NdbBackup.cpp
View file @
bbd0aa6c
...
...
@@ -244,8 +244,8 @@ NdbBackup::NFSlave(NdbRestarter& _restarter){
int
NdbBackup
::
NF
(
NdbRestarter
&
_restarter
,
int
*
NFDuringBackup_codes
,
const
int
sz
,
bool
onMaster
){
int
nNodes
=
_restarter
.
getNumDbNodes
();
{
int
nNodes
=
_restarter
.
getNumDbNodes
();
if
(
nNodes
==
1
)
return
NDBT_OK
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment