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
64cba867
Commit
64cba867
authored
Oct 13, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix merge problem
parent
44310b14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
+2
-2
No files found.
storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp
View file @
64cba867
...
@@ -169,8 +169,8 @@ void Dbtup::execCONTINUEB(Signal* signal)
...
@@ -169,8 +169,8 @@ void Dbtup::execCONTINUEB(Signal* signal)
case
ZREPORT_MEMORY_USAGE
:{
case
ZREPORT_MEMORY_USAGE
:{
ljam
();
ljam
();
static
int
c_currentMemUsed
=
0
;
static
int
c_currentMemUsed
=
0
;
Uint32
sz
=
c_page_pool
.
getSize
();
Uint32
tmp
=
c_page_pool
.
getSize
();
int
now
=
sz
?
(
cnoOfAllocatedPages
*
100
)
/
sz
:
0
;
int
now
=
tmp
?
(
cnoOfAllocatedPages
*
100
)
/
tmp
:
0
;
const
int
thresholds
[]
=
{
100
,
90
,
80
,
0
};
const
int
thresholds
[]
=
{
100
,
90
,
80
,
0
};
Uint32
i
=
0
;
Uint32
i
=
0
;
...
...
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