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
60446a30
Commit
60446a30
authored
Feb 01, 2008
by
pekka@sama.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#34107 - post-merge
parent
f67d3aa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+1
-0
storage/ndb/test/run-test/daily-basic-tests.txt
storage/ndb/test/run-test/daily-basic-tests.txt
+4
-4
No files found.
storage/ndb/src/ndbapi/ndberror.c
View file @
60446a30
...
...
@@ -314,6 +314,7 @@ ErrorBundle ErrorCodes[] = {
{
242
,
DMEC
,
AE
,
"Zero concurrency in scan"
},
{
244
,
DMEC
,
AE
,
"Too high concurrency in scan"
},
{
269
,
DMEC
,
AE
,
"No condition and attributes to read in scan"
},
{
874
,
DMEC
,
AE
,
"Too much attrinfo (e.g. scan filter) for scan in tuple manager"
},
{
4600
,
DMEC
,
AE
,
"Transaction is already started"
},
{
4601
,
DMEC
,
AE
,
"Transaction is not started"
},
{
4602
,
DMEC
,
AE
,
"You must call getNdbOperation before executeScan"
},
...
...
storage/ndb/test/run-test/daily-basic-tests.txt
View file @
60446a30
...
...
@@ -744,10 +744,10 @@ max-time: 1000
cmd: testNdbApi
args: -n Bug28443
#
max-time: 500
#
cmd: testInterpreter
#
args: T1
#
max-time: 500
cmd: testInterpreter
args: T1
max-time: 150000
cmd: testOperations
args:
...
...
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