diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-11-04 21:00:41 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-11-04 21:00:41 -0700 |
commit | e07aa7950e26cfe322973e1690448046ec012b9f (patch) | |
tree | 7b7dc6b62d42b88422bc7b1400ded6c92f4b4c96 /include/my_sys.h | |
parent | ccc273c6a651a8cc422aa8b79d99767251de4446 (diff) | |
download | mariadb-git-e07aa7950e26cfe322973e1690448046ec012b9f.tar.gz |
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
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index beee8e3dc1c..3fc4fed3397 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -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) {} |