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
1e4f2614
Commit
1e4f2614
authored
Oct 17, 2005
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
parents
99bc9c3a
f3f7f071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ndb/test/ndbapi/testOperations.cpp
ndb/test/ndbapi/testOperations.cpp
+3
-0
No files found.
ndb/test/ndbapi/testOperations.cpp
View file @
1e4f2614
...
@@ -659,6 +659,9 @@ main(int argc, const char** argv){
...
@@ -659,6 +659,9 @@ main(int argc, const char** argv){
for
(
Uint32
i
=
0
;
i
<
12
;
i
++
)
for
(
Uint32
i
=
0
;
i
<
12
;
i
++
)
{
{
if
(
i
==
6
||
i
==
8
||
i
==
10
)
continue
;
BaseString
name
(
"bug_9749"
);
BaseString
name
(
"bug_9749"
);
name
.
appfmt
(
"_%d"
,
i
);
name
.
appfmt
(
"_%d"
,
i
);
NDBT_TestCaseImpl1
*
pt
=
new
NDBT_TestCaseImpl1
(
&
ts
,
NDBT_TestCaseImpl1
*
pt
=
new
NDBT_TestCaseImpl1
(
&
ts
,
...
...
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