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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
496317f2
Commit
496317f2
authored
Jul 03, 2014
by
Zardosht Kasheff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FT-287, fix typo
parent
0f933dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ft/cachetable.cc
ft/cachetable.cc
+1
-1
No files found.
ft/cachetable.cc
View file @
496317f2
...
...
@@ -144,7 +144,7 @@ status_init(void) {
STATUS_INIT
(
CT_SIZE_LEAF
,
CACHETABLE_SIZE_LEAF
,
UINT64
,
"size leaf"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_SIZE_ROLLBACK
,
CACHETABLE_SIZE_ROLLBACK
,
UINT64
,
"size rollback"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_SIZE_CACHEPRESSURE
,
CACHETABLE_SIZE_CACHEPRESSURE
,
UINT64
,
"size cachepressure"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_SIZE_CLONED
,
CACHETABLE_SIZE_C
ACHEPRESSURE
,
UINT64
,
"size currently cloned data for checkpoint"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_SIZE_CLONED
,
CACHETABLE_SIZE_C
LONED
,
UINT64
,
"size currently cloned data for checkpoint"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_EVICTIONS
,
CACHETABLE_EVICTIONS
,
UINT64
,
"evictions"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_CLEANER_EXECUTIONS
,
CACHETABLE_CLEANER_EXECUTIONS
,
UINT64
,
"cleaner executions"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
STATUS_INIT
(
CT_CLEANER_PERIOD
,
CACHETABLE_CLEANER_PERIOD
,
UINT64
,
"cleaner period"
,
TOKU_ENGINE_STATUS
|
TOKU_GLOBAL_STATUS
);
...
...
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