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
5eff43c3
Commit
5eff43c3
authored
Feb 16, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents
4bd0ac3a
746f990d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
storage/ndb/test/ndbapi/testDict.cpp
storage/ndb/test/ndbapi/testDict.cpp
+5
-1
storage/ndb/test/run-test/daily-basic-tests.txt
storage/ndb/test/run-test/daily-basic-tests.txt
+1
-1
No files found.
storage/ndb/test/ndbapi/testDict.cpp
View file @
5eff43c3
...
...
@@ -321,7 +321,11 @@ int runCreateAndDropAtRandom(NDBT_Context* ctx, NDBT_Step* step)
}
i
++
;
}
for
(
Uint32
i
=
0
;
i
<
numTables
;
i
++
)
if
(
tabList
[
i
])
pDic
->
dropTable
(
NDBT_Tables
::
getTable
(
i
)
->
getName
());
delete
[]
tabList
;
return
result
;
}
...
...
storage/ndb/test/run-test/daily-basic-tests.txt
View file @
5eff43c3
...
...
@@ -525,7 +525,7 @@ max-time: 1000
cmd: testNodeRestart
args: -n Bug25554 T1
max-time:
1
000
max-time:
3
000
cmd: testNodeRestart
args: -n Bug25984
...
...
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