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
fd4b607f
Commit
fd4b607f
authored
Oct 09, 2007
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
parents
ec087a2a
c9f7d224
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
storage/ndb/test/ndbapi/testDict.cpp
storage/ndb/test/ndbapi/testDict.cpp
+2
-2
storage/ndb/test/ndbapi/testIndex.cpp
storage/ndb/test/ndbapi/testIndex.cpp
+2
-2
storage/ndb/test/ndbapi/test_event.cpp
storage/ndb/test/ndbapi/test_event.cpp
+1
-1
No files found.
storage/ndb/test/ndbapi/testDict.cpp
View file @
fd4b607f
...
...
@@ -684,7 +684,7 @@ int runTestFragmentTypes(NDBT_Context* ctx, NDBT_Step* step){
CHECK
(
utilTrans
.
selectCount
(
pNdb
,
64
,
&
count
)
==
0
);
CHECK
(
count
==
records
);
CHECK
(
hugoTrans
.
pkDelRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
utilTrans
.
selectCount
(
pNdb
,
64
,
&
count
)
==
0
);
CHECK
(
count
==
(
records
/
2
));
...
...
@@ -862,7 +862,7 @@ int runPkSizes(NDBT_Context* ctx, NDBT_Step* step){
CHECK
(
utilTrans
.
selectCount
(
pNdb
,
64
,
&
count
)
==
0
);
CHECK
(
count
==
records
);
CHECK
(
hugoTrans
.
pkDelRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
utilTrans
.
selectCount
(
pNdb
,
64
,
&
count
)
==
0
);
CHECK
(
count
==
(
records
/
2
));
CHECK
(
utilTrans
.
clearTable
(
pNdb
,
records
)
==
0
);
...
...
storage/ndb/test/ndbapi/testIndex.cpp
View file @
fd4b607f
...
...
@@ -809,7 +809,7 @@ int runSystemRestart1(NDBT_Context* ctx, NDBT_Step* step){
CHECK
(
hugoTrans
.
pkUpdateRecords
(
pNdb
,
records
)
==
0
);
CHECK
(
utilTrans
.
verifyIndex
(
pNdb
,
idxName
,
16
,
false
)
==
0
);
CHECK
(
hugoTrans
.
pkDelRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
utilTrans
.
verifyIndex
(
pNdb
,
idxName
,
16
,
false
)
==
0
);
CHECK
(
utilTrans
.
clearTable
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
loadTable
(
pNdb
,
records
,
1
)
==
0
);
...
...
@@ -834,7 +834,7 @@ int runSystemRestart1(NDBT_Context* ctx, NDBT_Step* step){
CHECK
(
utilTrans
.
verifyIndex
(
pNdb
,
idxName
,
16
,
false
)
==
0
);
CHECK
(
hugoTrans
.
pkDelRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
utilTrans
.
verifyIndex
(
pNdb
,
idxName
,
16
,
false
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
scanUpdateRecords
(
pNdb
,
records
/
2
)
==
0
);
CHECK
(
utilTrans
.
verifyIndex
(
pNdb
,
idxName
,
16
,
false
)
==
0
);
CHECK
(
utilTrans
.
clearTable
(
pNdb
,
records
)
==
0
);
CHECK
(
hugoTrans
.
loadTable
(
pNdb
,
records
,
1
)
==
0
);
...
...
storage/ndb/test/ndbapi/test_event.cpp
View file @
fd4b607f
...
...
@@ -1730,7 +1730,7 @@ runScanUpdateUntilStopped(NDBT_Context* ctx, NDBT_Step* step){
HugoTransactions
hugoTrans
(
*
ctx
->
getTab
());
while
(
ctx
->
isTestStopped
()
==
false
)
{
if
(
hugoTrans
.
scanUpdateRecords
(
GETNDB
(
step
),
records
,
abort
,
if
(
hugoTrans
.
scanUpdateRecords
(
GETNDB
(
step
),
0
,
abort
,
parallelism
)
==
NDBT_FAILED
){
return
NDBT_FAILED
;
}
...
...
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