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
20317bf7
Commit
20317bf7
authored
Jan 28, 2012
by
Zardosht Kasheff
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[t:4427], fix compilation
git-svn-id:
file:///svn/toku/tokudb@39309
c7de825b-a66e-492c-adef-691d508d4ae1
parent
f170ec02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/tests/threaded_stress_test_helpers.h
src/tests/threaded_stress_test_helpers.h
+2
-2
No files found.
src/tests/threaded_stress_test_helpers.h
View file @
20317bf7
...
...
@@ -951,7 +951,7 @@ static const struct env_args DEFAULT_PERF_ENV_ARGS = {
#define MIN_VAL_SIZE sizeof(int)
#define MIN_KEY_SIZE sizeof(int)
static
struct
cli_args
get_default_args
(
void
)
{
static
struct
cli_args
UU
()
get_default_args
(
void
)
{
struct
cli_args
DEFAULT_ARGS
=
{
.
num_elements
=
150000
,
.
num_DBs
=
1
,
...
...
@@ -975,7 +975,7 @@ static struct cli_args get_default_args(void) {
return
DEFAULT_ARGS
;
}
static
struct
cli_args
get_default_args_for_perf
(
void
)
{
static
struct
cli_args
UU
()
get_default_args_for_perf
(
void
)
{
struct
cli_args
args
=
get_default_args
();
args
.
num_elements
=
1000000
;
//default of 1M
args
.
print_performance
=
true
;
...
...
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