diff options
author | unknown <sasha@mysql.sashanet.com> | 2002-03-26 22:19:23 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2002-03-26 22:19:23 -0700 |
commit | 079a551ca735e79f3d7a2ebbecf8be4d4ba7608a (patch) | |
tree | ab4d73690dcb8e3ef54e70015f1838cf17a2577a /strings/strtoul.c | |
parent | 9c435716a9773f78cd5db0a992bd4b89b83bc25a (diff) | |
download | mariadb-git-079a551ca735e79f3d7a2ebbecf8be4d4ba7608a.tar.gz |
coverted my_thread_init() /end to use my_malloc()/my_free() to help track
down replication corruption
dbug/dbug.c:
fixed DBUG_ macros to not crash if my_thread_init() had not been called
include/my_sys.h:
keep track of shutdown, main, and signal threads for safemalloc
mysys/my_static.h:
keep track of thread in safemalloc blocks
mysys/my_thr_init.c:
use my_malloc()/my_free() in my_thread_init()
mysys/safemalloc.c:
keep track of threads
do not fuss if main,signal, or shutdown thread still has allocated blocks
when we call TERMINATE() as some blocks are freed later and there is no
easy way to make TERMINATE() wait for those threads
sql/mysqld.cc:
keep track of signal, main, and shutdown threads
Diffstat (limited to 'strings/strtoul.c')
0 files changed, 0 insertions, 0 deletions