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
2da382de
Commit
2da382de
authored
May 06, 2008
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert the push of bug 35616.
parent
496de028
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysys/my_static.c
mysys/my_static.c
+2
-2
mysys/my_static.h
mysys/my_static.h
+1
-1
No files found.
mysys/my_static.c
View file @
2da382de
...
...
@@ -74,8 +74,8 @@ uint sf_malloc_prehunc=0, /* If you have problem with core- */
sf_malloc_endhunc
=
0
,
/* dump when malloc-message.... */
/* set theese to 64 or 128 */
sf_malloc_quick
=
0
;
/* set if no calls to sanity */
size_t
sf_malloc_cur_memory
=
0L
;
/* Current memory usage */
size_t
sf_malloc_max_memory
=
0L
;
/* Maximum memory usage */
ulong
sf_malloc_cur_memory
=
0L
;
/* Current memory usage */
ulong
sf_malloc_max_memory
=
0L
;
/* Maximum memory usage */
uint
sf_malloc_count
=
0
;
/* Number of times NEW() was called */
byte
*
sf_min_adress
=
(
byte
*
)
~
(
unsigned
long
)
0L
,
*
sf_max_adress
=
(
byte
*
)
0L
;
...
...
mysys/my_static.h
View file @
2da382de
...
...
@@ -44,8 +44,8 @@ struct st_irem
struct
st_irem
*
next
;
/* Linked list of structures */
struct
st_irem
*
prev
;
/* Other link */
char
*
filename
;
/* File in which memory was new'ed */
size_t
datasize
;
/* Size requested */
uint32
linenum
;
/* Line number in above file */
uint32
datasize
;
/* Size requested */
uint32
SpecialValue
;
/* Underrun marker value */
};
...
...
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