summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed server crash on moving query block with pointers to same table in it (B...bell@sanja.is.com.ua2003-09-151-2/+24
* Remove compiler warningsmonty@narttu.mysql.fi2003-07-041-1/+1
* fixed bug 549 - incorect query cache memory formating on very small query cac...bell@sanja.is.com.ua2003-05-311-9/+7
* fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility)bell@sanja.is.com.ua2003-03-311-10/+15
* fixed SQL_SELECT option with UNIONsbell@sanja.is.com.ua2003-02-271-1/+1
* new status variable (number of queries deleted because of low memory)bell@sanja.is.com.ua2002-11-171-1/+2
* Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-58/+68
* fixed query cache with system databasebell@sanja.is.com.ua2002-10-081-5/+17
* Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-3/+3
* new function for innodbbell@sanja.is.com.ua2002-09-191-6/+34
* Changed relay_log_space to ulonglongmonty@hundin.mysql.fi2002-08-231-1/+0
* mergemonty@mashka.mysql.fi2002-08-081-3/+1
|\
| * Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-3/+1
* | Fixed bug in query cache after temporary table creation.bell@sanja.is.com.ua2002-08-071-3/+4
* | fixed query cahe resize bugbell@sanja.is.com.ua2002-07-281-2/+3
|/
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-20/+26
* typo fixedbell@sanja.is.com.ua2002-06-301-1/+1
* semaphores replaced by rwlockbell@sanja.is.com.ua2002-06-301-36/+27
* Made keyread (key scanning) a key specific attribute.monty@hundin.mysql.fi2002-06-191-2/+2
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-26/+28
* removed unneeded table name pointerbell@sanja.is.com.ua2002-06-091-3/+5
* Fixed query cache align data bug.bell@sanja.is.com.ua2002-06-071-4/+7
* fixing errorbell@sanja.is.com.ua2002-06-061-2/+3
* probably fix of alignment error in query cachebell@sanja.is.com.ua2002-06-061-8/+25
* Fixed some things to make MySQL to compile again.monty@hundin.mysql.fi2002-05-151-1/+1
* Fix VC++ compiler errormiguel@hegel.local2002-05-141-1/+1
* added building without query cachebell@sanja.is.com.ua2002-03-221-0/+3
* processing trunsactional tables in query cachebell@sanja.is.com.ua2002-03-151-80/+94
* Fixes for new getoptmonty@hundin.mysql.fi2002-01-311-1/+1
* New error messagesmonty@hundin.mysql.fi2002-01-291-0/+2
* New result block allocation strategybell@sanja.is.com.ua2002-01-121-13/+39
* Win32 Embedded Server Changesmiguel@light.local2002-01-091-0/+5
* Typo fixingbell@sanja.is.com.ua2002-01-081-1/+1
* TODO reorganizationbell@sanja.is.com.ua2002-01-081-40/+19
* Fix for FLUSH QUERY CACHEmonty@hundin.mysql.fi2002-01-051-18/+110
* Some small fixes to the query cache.monty@hundin.mysql.fi2002-01-031-18/+29
* mergemonty@hundin.mysql.fi2002-01-021-25/+37
|\
| * Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-24/+36
* | fixing query cache validatorbell@sanja.is.com.ua2002-01-021-1/+35
|/
* Limit created keys to MAX_KEY_LENGTH.monty@hundin.mysql.fi2001-12-231-20/+19
* Fix compiler warningmonty@hundin.mysql.fi2001-12-221-1/+1
* Fixed access privilege bug in query cache.monty@hundin.mysql.fi2001-12-221-91/+132
* Cleanup of alarm macros.monty@hundin.mysql.fi2001-12-211-12/+57
* Fixed bug in FLUSH QUERY CACHEmonty@hundin.mysql.fi2001-12-191-1/+2
* Don't use symlinks when using HAVE_purify.monty@hundin.mysql.fi2001-12-171-0/+2
* Lots of portability fixes.monty@hundin.mysql.fi2001-12-171-11/+48
* Removed not used functions from sql_cachemonty@hundin.mysql.fi2001-12-141-12/+0
* Fixed sleep time in mysql-test-runmonty@hundin.mysql.fi2001-12-131-11/+361
* Portability fixes.monty@hundin.mysql.fi2001-12-101-1/+3
* Removed compiler warnings.monty@hundin.mysql.fi2001-12-101-68/+58