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
80c269f3
Commit
80c269f3
authored
Jul 22, 2005
by
tulin@dl145b.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected errorcodes to be in right range
parent
34a40b7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
storage/ndb/include/kernel/signaldata/CreateFragmentation.hpp
...age/ndb/include/kernel/signaldata/CreateFragmentation.hpp
+3
-3
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+3
-4
No files found.
storage/ndb/include/kernel/signaldata/CreateFragmentation.hpp
View file @
80c269f3
...
@@ -61,9 +61,9 @@ public:
...
@@ -61,9 +61,9 @@ public:
enum
ErrorCode
{
enum
ErrorCode
{
OK
=
0
OK
=
0
,
InvalidNodeGroup
=
130
7
,
InvalidNodeGroup
=
74
7
,
InvalidFragmentationType
=
130
8
,
InvalidFragmentationType
=
74
8
,
InvalidPrimaryTable
=
130
9
,
InvalidPrimaryTable
=
74
9
};
};
private:
private:
...
...
storage/ndb/src/ndbapi/ndberror.c
View file @
80c269f3
...
@@ -344,6 +344,9 @@ ErrorBundle ErrorCodes[] = {
...
@@ -344,6 +344,9 @@ ErrorBundle ErrorCodes[] = {
{
743
,
SE
,
"Unsupported character set in table or index"
},
{
743
,
SE
,
"Unsupported character set in table or index"
},
{
744
,
SE
,
"Character string is invalid for given character set"
},
{
744
,
SE
,
"Character string is invalid for given character set"
},
{
745
,
SE
,
"Distribution key not supported for char attribute (use binary attribute)"
},
{
745
,
SE
,
"Distribution key not supported for char attribute (use binary attribute)"
},
{
747
,
AE
,
"Given NODEGROUP doesn't exist in this cluster"
},
{
748
,
IE
,
"Given fragmentType doesn't exist"
},
{
749
,
IE
,
"Primary Table in wrong state"
},
{
761
,
SE
,
"Unable to drop table as backup is in progress"
},
{
761
,
SE
,
"Unable to drop table as backup is in progress"
},
{
762
,
SE
,
"Unable to alter table as backup is in progress"
},
{
762
,
SE
,
"Unable to alter table as backup is in progress"
},
{
241
,
SE
,
"Invalid schema object version"
},
{
241
,
SE
,
"Invalid schema object version"
},
...
@@ -378,10 +381,6 @@ ErrorBundle ErrorCodes[] = {
...
@@ -378,10 +381,6 @@ ErrorBundle ErrorCodes[] = {
{
1305
,
IE
,
"Backup definition not implemented"
},
{
1305
,
IE
,
"Backup definition not implemented"
},
{
1306
,
AE
,
"Backup not supported in diskless mode (change Diskless)"
},
{
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"
},
{
1321
,
IE
,
"Backup aborted by application"
},
{
1322
,
IE
,
"Backup already completed"
},
{
1322
,
IE
,
"Backup already completed"
},
{
1323
,
IE
,
"1323"
},
{
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