summaryrefslogtreecommitdiff
path: root/mysys/mf_iocache.c
Commit message (Expand)AuthorAgeFilesLines
* Several fixes revelaled by Intel compiler.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-231-2/+2
* fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-131-1/+1
* Fix change to allow FIFO as log. (Bug #8271)jimw@mysql.com2005-05-191-1/+3
* Avoid doing a seek when first setting up the IO cache for a file,jimw@mysql.com2005-05-131-1/+1
* Fixed Bug#8922.jani@ua141d10.elisa.omakaista.fi2005-03-081-12/+4
* Clean up mergejimw@mysql.com2005-03-071-4/+12
|\
| * Avoid calls to my_seek() and my_tell() on log files so thatjimw@mysql.com2005-03-021-4/+12
* | Merge with 4.1monty@mysql.com2005-01-151-14/+35
|\ \
| * \ Mergemonty@mysql.com2005-01-151-14/+35
| |\ \ | | |/
| | * Fixed possible access to unintialized memory in filesort when using many buffersmonty@mysql.com2005-01-151-14/+35
* | | Changed interface for my_strntod() to make it more general and more portablemonty@mysql.com2005-01-151-6/+7
|/ /
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-2/+2
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-101-1/+0
* | Fix skipp -> skip once and for all.paul@kite-hub.kitebird.com2004-06-031-2/+2
* | WL#775 "Add status variable identifying binlog_cache_size shortage"dlenev@jabberwock.localdomain2004-04-021-0/+2
* | Merge with 4.0monty@mysql.com2004-03-251-1/+2
|\ \ | |/
| * shared IO_CACHE: protection against remove_io_share in a wrong timeserg@serg.mylan2004-03-251-1/+2
* | merge with 4.0monty@mysql.com2004-03-161-3/+3
|\ \ | |/
| * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-101-3/+3
* | just tried to find all 'skipp' and replace it with 'skip'.ram@gw.mysql.r18.ru2004-02-021-1/+1
* | Fixed Bug#2123, mysqld segmentation faulted when it tried tojani@rhols221.adsl.netsonic.fi2004-01-151-2/+2
* | Fixed memory leak with RAID tablesmonty@mysql.com2003-11-211-9/+53
|/
* Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeguilhem@mysql.com2003-08-191-0/+14
* do not "trust number of broadcasts" in shared IO_CACHEserg@serg.mysql.com2003-01-261-5/+5
* fixed bug in parallel repairserg@serg.mysql.com2003-01-261-29/+29
* New multi-table-update codemonty@mashka.mysql.fi2002-11-291-0/+2
* Use our version of RWLOCKS on UNIXWARE 7monty@hundin.mysql.fi2002-08-211-2/+3
* Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-2/+3
* Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-3/+9
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
* parallel repair needs rec_buff local for thread !!!serg@sergbook.mysql.com2002-07-141-9/+0
* Portability fixes.monty@hundin.mysql.fi2002-07-011-5/+10
* post-merge fixserg@serg.mysql.com2002-06-301-1/+0
* mergedserg@serg.mysql.com2002-06-301-31/+68
|\
| * "myisamchk -p" for parallel recover works (no extensive testing though)serg@serg.mysql.com2002-06-301-25/+88
* | Made lock_io_cache() and unlock_io_cache() as functions.monty@hundin.mysql.fi2002-06-271-28/+54
|/
* resolvingserg@serg.mysql.com2002-06-201-8/+110
|\
| * multithreaded repair-by-sort codeserg@serg.mysql.com2002-06-191-8/+110
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-5/+6
* | removed init_count from IO_CACHE.monty@hundin.mysql.fi2002-06-051-2/+0
|/
* relay_log_space_limitsasha@mysql.sashanet.com2002-04-011-1/+1
* temporary commit - need to pull Monty's changessasha@mysql.sashanet.com2002-01-291-0/+1
* misc replication bugfixes including some needed modifications in IO_CACHEsasha@mysql.sashanet.com2002-01-261-9/+20
* more predicatable slave behaviour with wait_for_slave_stop in mysqltestsasha@mysql.sashanet.com2002-01-241-3/+19
* Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-20/+37
|\
| * Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-20/+37
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-12/+11
|/
* New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-262/+322
* work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-1/+7
* Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-071-43/+240
|\