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
1412bd72
Commit
1412bd72
authored
Oct 17, 2005
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - ndbapi testprogram bugfix
testBackup, fix assertion
parent
a3eea884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
ndb/test/ndbapi/testBackup.cpp
ndb/test/ndbapi/testBackup.cpp
+7
-4
No files found.
ndb/test/ndbapi/testBackup.cpp
View file @
1412bd72
...
...
@@ -229,10 +229,13 @@ int runVerifyOne(NDBT_Context* ctx, NDBT_Step* step){
int
result
=
NDBT_OK
;
int
count
=
0
;
ndbout
<<
*
(
const
NDBT_Table
*
)
ctx
->
getTab
()
<<
endl
;
UtilTransactions
utilTrans
(
*
ctx
->
getTab
());
HugoTransactions
hugoTrans
(
*
ctx
->
getTab
());
const
NdbDictionary
::
Table
*
tab
=
GETNDB
(
step
)
->
getDictionary
()
->
getTable
(
ctx
->
getTab
()
->
getName
());
if
(
tab
==
0
)
return
NDBT_FAILED
;
UtilTransactions
utilTrans
(
*
tab
);
HugoTransactions
hugoTrans
(
*
tab
);
do
{
...
...
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