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
570cfc8e
Commit
570cfc8e
authored
Jul 20, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-push
parents
7f984b92
fa22e389
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ndb/test/ndbapi/testNdbApi.cpp
ndb/test/ndbapi/testNdbApi.cpp
+1
-1
ndb/test/src/HugoOperations.cpp
ndb/test/src/HugoOperations.cpp
+3
-2
No files found.
ndb/test/ndbapi/testNdbApi.cpp
View file @
570cfc8e
...
@@ -1089,7 +1089,7 @@ int runBug_11133(NDBT_Context* ctx, NDBT_Step* step){
...
@@ -1089,7 +1089,7 @@ int runBug_11133(NDBT_Context* ctx, NDBT_Step* step){
C2
(
hugoOps
.
execute_Commit
(
pNdb
)
==
0
);
C2
(
hugoOps
.
execute_Commit
(
pNdb
)
==
0
);
C2
(
hugoOps
.
closeTransaction
(
pNdb
)
==
0
);
C2
(
hugoOps
.
closeTransaction
(
pNdb
)
==
0
);
Ndb
ndb2
(
"TEST_DB"
);
Ndb
ndb2
(
&
ctx
->
m_cluster_connection
,
"TEST_DB"
);
C2
(
ndb2
.
init
()
==
0
);
C2
(
ndb2
.
init
()
==
0
);
C2
(
ndb2
.
waitUntilReady
()
==
0
);
C2
(
ndb2
.
waitUntilReady
()
==
0
);
HugoOperations
hugoOps2
(
*
pTab
);
HugoOperations
hugoOps2
(
*
pTab
);
...
...
ndb/test/src/HugoOperations.cpp
View file @
570cfc8e
...
@@ -449,8 +449,9 @@ HugoOperations::wait_async(Ndb* pNdb, int timeout)
...
@@ -449,8 +449,9 @@ HugoOperations::wait_async(Ndb* pNdb, int timeout)
return
-
1
;
return
-
1
;
}
}
HugoOperations
::
HugoOperations
(
const
NdbDictionary
::
Table
&
_tab
)
:
HugoOperations
::
HugoOperations
(
const
NdbDictionary
::
Table
&
_tab
,
UtilTransactions
(
_tab
),
const
NdbDictionary
::
Index
*
idx
)
:
UtilTransactions
(
_tab
,
idx
),
calc
(
_tab
)
calc
(
_tab
)
{
{
}
}
...
...
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