summaryrefslogtreecommitdiff
path: root/mysys/my_static.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-261-0/+2
| | | | Applied patches for Netware
* Max open files handling moved to my_set_max_open_files()monty@mashka.mysql.fi2004-02-191-0/+2
| | | | This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
* Remove 'extern' references from .cc filesmonty@mashka.mysql.fi2003-09-131-1/+0
|
* Changed safemalloc structure to not have to be 8 byte aligned. (Portability ↵monty@narttu.mysql.fi2003-06-121-18/+14
| | | | problem)
* Portability fixes for HP compiler and HPUX11monty@hundin.mysql.fi2002-11-091-1/+1
|
* Fixed bug in SAFEMALLOC for systems that requires longlong data to be ↵monty@hundin.mysql.fi2002-08-171-17/+15
| | | | | | | aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
* safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not havesasha@mysql.sashanet.com2002-04-051-2/+2
| | | | access to a FreeBSD box, though.
* Make safemalloc work without threadsmonty@hundin.mysql.fi2002-04-031-1/+5
|
* Cleanupsmonty@hundin.mysql.fi2002-04-021-3/+4
| | | | Don't use DBUG library for struct st_my_thread_var to make code less complicated.
* coverted my_thread_init() /end to use my_malloc()/my_free() to help tracksasha@mysql.sashanet.com2002-03-261-0/+6
| | | | down replication corruption
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Faster log::write() call, memory leak fix, flush master fix.monty@donna.mysql.com2000-09-161-2/+0
|
* Small bug fixesmonty@donna.mysql.com2000-09-071-10/+0
|
* Import changesetbk@work.mysql.com2000-07-311-0/+82