mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
BitKeeper/triggers/post-commit
send the diffs
Docs/manual.texi
updated change history
include/my_sys.h
Moved safemalloc_mem_limit here
mysys/safemalloc.c
fixed up safemalloc_mem_limit
sql/mysqld.cc
moved safemalloc_mem_limit declaration to my_sys.h
BitKeeper/triggers/post-commit:
send the diffs
Docs/manual.texi:
updated change history
include/my_sys.h:
Moved safemalloc_mem_limit here
mysys/safemalloc.c:
fixed up safemalloc_mem_limit
sql/mysqld.cc:
moved safemalloc_mem_limit declaration to my_sys.h
This commit is contained in:
parent
ccc273c6a6
commit
e07aa7950e
5 changed files with 20 additions and 11 deletions
|
|
@ -120,6 +120,7 @@ extern int NEAR my_errno; /* Last error in mysys */
|
|||
#define QUICK_SAFEMALLOC sf_malloc_quick=1
|
||||
#define NORMAL_SAFEMALLOC sf_malloc_quick=0
|
||||
extern uint sf_malloc_prehunc,sf_malloc_endhunc,sf_malloc_quick;
|
||||
extern ulonglong safemalloc_mem_limit;
|
||||
#else
|
||||
#define my_checkmalloc() (0)
|
||||
#define TERMINATE(A) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue