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
dea947cf
Commit
dea947cf
authored
Sep 06, 2012
by
Zardosht Kasheff
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closes #5444, fix test
git-svn-id:
file:///svn/toku/tokudb@47528
c7de825b-a66e-492c-adef-691d508d4ae1
parent
e4434b81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ft/tests/ftloader-test-vm.cc
ft/tests/ftloader-test-vm.cc
+3
-0
No files found.
ft/tests/ftloader-test-vm.cc
View file @
dea947cf
...
...
@@ -33,6 +33,9 @@ static void test_cachetable_reservation (long size) {
assert
(
r0
<=
(
size
-
unreservable_part
)
*
0.5
);
assert
(
r1
<=
(
size
-
unreservable_part
-
r0
)
*
0.5
);
assert
(
r2
<=
(
size
-
unreservable_part
-
r0
-
1
)
*
0.5
);
toku_cachetable_release_reserved_memory
(
ct
,
r0
);
toku_cachetable_release_reserved_memory
(
ct
,
r1
);
toku_cachetable_release_reserved_memory
(
ct
,
r2
);
}
{
int
r
=
toku_cachetable_close
(
&
ct
);
...
...
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