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
5d3aa23d
Commit
5d3aa23d
authored
Jun 17, 2006
by
pekka@clam.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#19285 post merge 5.0->5.1 fix (error codes)
parent
adc43348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+3
-2
No files found.
storage/ndb/src/ndbapi/ndberror.c
View file @
5d3aa23d
...
...
@@ -594,7 +594,7 @@ ErrorBundle ErrorCodes[] = {
{
4262
,
DMEC
,
UD
,
"NdbScanFilter: Condition is out of bounds"
},
{
4263
,
DMEC
,
IE
,
"Invalid blob attributes or invalid blob parts table"
},
{
4264
,
DMEC
,
AE
,
"Invalid usage of blob attribute"
},
{
4265
,
DMEC
,
AE
,
"
M
ethod is not valid in current blob state"
},
{
4265
,
DMEC
,
AE
,
"
The m
ethod is not valid in current blob state"
},
{
4266
,
DMEC
,
AE
,
"Invalid blob seek position"
},
{
4267
,
DMEC
,
IE
,
"Corrupted blob value"
},
{
4268
,
DMEC
,
IE
,
"Error in blob head update forced rollback of transaction"
},
...
...
@@ -604,7 +604,8 @@ ErrorBundle ErrorCodes[] = {
{
4271
,
DMEC
,
AE
,
"Invalid index object, not retrieved via getIndex()"
},
{
4272
,
DMEC
,
AE
,
"Table definition has undefined column"
},
{
4273
,
DMEC
,
IE
,
"No blob table in dict cache"
},
{
4274
,
DMEC
,
IE
,
"Corrupted main table PK in blob operation"
}
{
4274
,
DMEC
,
IE
,
"Corrupted main table PK in blob operation"
},
{
4275
,
DMEC
,
AE
,
"The blob method is incompatible with operation type or lock mode"
}
};
static
...
...
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