summaryrefslogtreecommitdiff
path: root/mysys/mf_iocache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warningsunknown2006-11-201-4/+5
* Merge kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maintunknown2006-11-011-12/+90
|\
| * Bug#22828 _my_b_read() ignores return values for my_seek() callsunknown2006-10-311-12/+90
* | Merge siva.hindu.god:/usr/home/tim/m/bk/g50unknown2006-10-241-82/+500
|\ \
| * \ Merge chilla.local:/home/mydev/mysql-4.1-bug8283-oneunknown2006-10-091-82/+500
| |\ \
| | * | Bug#8283 - OPTIMIZE TABLE causes data lossunknown2006-10-091-82/+500
| | |/
* | | Bug#23010 _my_b_read() passing illegal file handles to my_seek()unknown2006-10-091-1/+5
|/ /
* | Merge mysql.com:/home/mydev/mysql-4.1-bug11527unknown2006-02-161-28/+75
|\ \ | |/
| * Bug#11527 - Setting myisam_repair_threads to >1 leads to corruptionunknown2006-02-161-28/+75
* | Several fixes revelaled by Intel compiler.unknown2005-09-231-2/+2
* | fixes for windows 64-bit compiler warningsunknown2005-06-131-1/+1
* | Fix change to allow FIFO as log. (Bug #8271)unknown2005-05-191-1/+3
* | Avoid doing a seek when first setting up the IO cache for a file,unknown2005-05-131-1/+1
* | Fixed Bug#8922.unknown2005-03-081-12/+4
* | Clean up mergeunknown2005-03-071-4/+12
|\ \
| * | Avoid calls to my_seek() and my_tell() on log files so thatunknown2005-03-021-4/+12
* | | Merge with 4.1unknown2005-01-151-14/+35
|\ \ \ | | |/ | |/|
| * | Mergeunknown2005-01-151-14/+35
| |\ \ | | |/
| | * Fixed possible access to unintialized memory in filesort when using many buffersunknown2005-01-151-14/+35
* | | Changed interface for my_strntod() to make it more general and more portableunknown2005-01-151-6/+7
|/ /
* | 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