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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bb51c4f5
Commit
bb51c4f5
authored
Jul 22, 2005
by
pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed error codes
parent
2061b38e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
storage/ndb/include/kernel/signaldata/CreateFragmentation.hpp
...age/ndb/include/kernel/signaldata/CreateFragmentation.hpp
+3
-5
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+4
-0
No files found.
storage/ndb/include/kernel/signaldata/CreateFragmentation.hpp
View file @
bb51c4f5
...
...
@@ -61,11 +61,9 @@ public:
enum
ErrorCode
{
OK
=
0
,
InvalidFragmentationType
=
1301
,
InvalidNodeId
=
1302
,
InvalidNodeType
=
1303
,
InvalidPrimaryTable
=
1304
,
InvalidNodeGroup
=
1305
,
InvalidNodeGroup
=
1307
,
InvalidFragmentationType
=
1308
,
InvalidPrimaryTable
=
1309
};
private:
...
...
storage/ndb/src/ndbapi/ndberror.c
View file @
bb51c4f5
...
...
@@ -378,6 +378,10 @@ ErrorBundle ErrorCodes[] = {
{
1305
,
IE
,
"Backup definition not implemented"
},
{
1306
,
AE
,
"Backup not supported in diskless mode (change Diskless)"
},
{
1307
,
AE
,
"Given NODEGROUP doesn't exist in this cluster"
},
{
1308
,
IE
,
"Given fragmentType doesn't exist"
},
{
1309
,
IE
,
"Primary Table in wrong state"
},
{
1321
,
IE
,
"Backup aborted by application"
},
{
1322
,
IE
,
"Backup already completed"
},
{
1323
,
IE
,
"1323"
},
...
...
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