Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed prototype of killed_ptr() to make it more portable | monty@mysql.com | 2004-05-26 | 1 | -0/+2 |
| | | | | Applied patches for Netware | ||||
* | Max open files handling moved to my_set_max_open_files() | monty@mashka.mysql.fi | 2004-02-19 | 1 | -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 files | monty@mashka.mysql.fi | 2003-09-13 | 1 | -1/+0 |
| | |||||
* | Changed safemalloc structure to not have to be 8 byte aligned. (Portability ↵ | monty@narttu.mysql.fi | 2003-06-12 | 1 | -18/+14 |
| | | | | problem) | ||||
* | Portability fixes for HP compiler and HPUX11 | monty@hundin.mysql.fi | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be ↵ | monty@hundin.mysql.fi | 2002-08-17 | 1 | -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 have | sasha@mysql.sashanet.com | 2002-04-05 | 1 | -2/+2 |
| | | | | access to a FreeBSD box, though. | ||||
* | Make safemalloc work without threads | monty@hundin.mysql.fi | 2002-04-03 | 1 | -1/+5 |
| | |||||
* | Cleanups | monty@hundin.mysql.fi | 2002-04-02 | 1 | -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 track | sasha@mysql.sashanet.com | 2002-03-26 | 1 | -0/+6 |
| | | | | down replication corruption | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -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.com | 2000-09-16 | 1 | -2/+0 |
| | |||||
* | Small bug fixes | monty@donna.mysql.com | 2000-09-07 | 1 | -10/+0 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+82 |