summaryrefslogtreecommitdiff
path: root/mysys/mf_iocache.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * manager clean-up ( added pid-file and kill in mysql-test-run when things go ↵sasha@mysql.sashanet.com2001-11-071-53/+77
| | | | | | | | | | | | | | wrong) fixes for IO_CACHE need to pull Monty's fixes - this is not final, will not be pushed
| * more work on IO_CACHEsasha@mysql.sashanet.com2001-11-031-22/+195
| | | | | | | | | | | | portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
* | Fixes up things after merge from 3.23.44monty@hundin.mysql.fi2001-11-051-0/+1
|/ | | | | Portability fixes. Don't delete temporary tables on FLUSH tables.
* cleanupsasha@mysql.sashanet.com2001-10-231-49/+210
| | | | | | removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
* LOAD DATA INFILE is now replicated properly, except for cleanup on sasha@mysql.sashanet.com2001-08-031-1/+6
| | | | | | | | | Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
* added pre/post read callbacks to IO_CACHEsasha@mysql.sashanet.com2001-07-201-0/+6
| | | | | #ifdefed out code not used in the server from log events started on new LOAD DATA INFILE events
* changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-151-16/+27
|
* Import changesetbk@work.mysql.com2000-07-311-0/+603