summaryrefslogtreecommitdiff
path: root/myisam/mi_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* enadling out-of-cache reads for shared IO_CACHEserg@serg.mysql.com2003-01-261-3/+4
|
* Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-1/+1
| | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
* Merge with 3.23.51monty@mashka.mysql.fi2002-07-251-2/+2
|\ | | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| * Fixed copyright in pack_isam.cmonty@hundin.mysql.fi2002-06-291-2/+2
| |
* | Indentation cleanup & new commentsmonty@hundin.mysql.fi2002-06-281-2/+2
| |
* | multithreaded repair-by-sort codeserg@serg.mysql.com2002-06-191-30/+34
| | | | | | | | parallel read access to IO_CACHE
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-7/+7
| |
* | merge with 3.23.42monty@work.mysql.com2001-09-021-2/+2
|\ \ | |/
| * Portability fixes.monty@hundin.mysql.fi2001-08-181-2/+2
| | | | | | | | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
* | Remove usage of my_dup(), as this casued error 127 when reading MyISAM tablesmonty@hundin.mysql.fi2001-08-211-0/+6
|/ | | | New definition of WEEK().
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-6/+2
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Import changesetbk@work.mysql.com2000-07-311-0/+101