summaryrefslogtreecommitdiff
path: root/mysys/mf_iocache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge kpdesk.mysql.com:/home/thek/dev/mysql-4.0-maintunknown2007-01-111-5/+1
|\
| * Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628unknown2007-01-091-5/+1
* | Merge kpettersson@bk-internal:/home/bk/mysql-4.1-maintunknown2007-01-111-1/+5
|\ \
| * \ Merge kpdesk.mysql.com:/home/thek/dev/mysql-4.0-maintunknown2007-01-111-1/+5
| |\ \ | | |/
| | * Bug#23010 _my_b_read() passing illegal file handles to my_seek()unknown2006-11-061-1/+5
* | | Bug#24751 - Possible infinit loop in init_io_cache() when insufficient memoryunknown2007-01-111-3/+4
|/ /
* | Fix merge collision.unknown2006-11-021-4/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-021-12/+90
|\ \
| * | Bug#22828 _my_b_read() ignores return values for my_seek() callsunknown2006-10-311-12/+90
* | | Bug#8283 - OPTIMIZE TABLE causes data lossunknown2006-10-091-82/+500
|/ /
* | Bug#11527 - Setting myisam_repair_threads to >1 leads to corruptionunknown2006-02-161-28/+75
* | Mergeunknown2005-01-151-14/+35
|\ \ | |/
| * Fixed possible access to unintialized memory in filesort when using many buffersunknown2005-01-151-14/+35
* | Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-231-2/+2
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | Fix skipp -> skip once and for all.unknown2004-06-031-2/+2
* | WL#775 "Add status variable identifying binlog_cache_size shortage"unknown2004-04-021-0/+2
* | Merge with 4.0unknown2004-03-251-1/+2
|\ \ | |/
| * shared IO_CACHE: protection against remove_io_share in a wrong timeunknown2004-03-251-1/+2
* | merge with 4.0unknown2004-03-161-3/+3
|\ \ | |/
| * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-3/+3
* | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-1/+1
* | Fixed Bug#2123, mysqld segmentation faulted when it tried tounknown2004-01-151-2/+2
* | Fixed memory leak with RAID tablesunknown2003-11-211-9/+53
|/
* Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeunknown2003-08-191-0/+14
* do not "trust number of broadcasts" in shared IO_CACHEunknown2003-01-261-5/+5
* fixed bug in parallel repairunknown2003-01-261-29/+29
* New multi-table-update codeunknown2002-11-291-0/+2
* Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-2/+3
* Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-2/+3
* Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-3/+9
* New SET syntax & system variables.unknown2002-07-231-1/+1
* parallel repair needs rec_buff local for thread !!!unknown2002-07-141-9/+0
* Portability fixes.unknown2002-07-011-5/+10
* post-merge fixunknown2002-06-301-1/+0
* mergedunknown2002-06-301-31/+68
|\
| * "myisamchk -p" for parallel recover works (no extensive testing though)unknown2002-06-301-25/+88
* | Made lock_io_cache() and unlock_io_cache() as functions.unknown2002-06-271-28/+54
|/
* resolvingunknown2002-06-201-8/+110
|\
| * multithreaded repair-by-sort codeunknown2002-06-191-8/+110
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-5/+6
* | removed init_count from IO_CACHE.unknown2002-06-051-2/+0
|/
* relay_log_space_limitunknown2002-04-011-1/+1
* temporary commit - need to pull Monty's changesunknown2002-01-291-0/+1
* misc replication bugfixes including some needed modifications in IO_CACHEunknown2002-01-261-9/+20
* more predicatable slave behaviour with wait_for_slave_stop in mysqltestunknown2002-01-241-3/+19
* Ugly merge! But I am not done yet - there are a number of things I need to fixunknown2002-01-191-20/+37
|\
| * Here comes a nasty patch, although I am not ready to push it yet. I willunknown2002-01-191-20/+37
* | Update copyrightunknown2001-12-061-12/+11
|/
* New improved IO_CACHEunknown2001-11-281-262/+322