summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* CONVERT class was removedunknown2003-03-181-10/+4
* Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-2/+1
* fixed compiler errorunknown2003-01-291-1/+3
* Mergeunknown2003-01-211-1/+0
|\
| * Portability fixes (for windows)unknown2003-01-211-1/+0
* | Conflicts resolvingunknown2003-01-201-12/+12
|\ \ | |/
| * using internal name conversion in query cache as it was suggested by Shurikunknown2003-01-171-12/+12
* | SCRUMunknown2003-01-201-1/+1
* | resolving conflictsunknown2003-01-151-0/+2
|\ \ | |/
| * Many fixes.unknown2002-12-241-0/+2
* | Big purge about embedded library (scrum)unknown2002-12-161-1/+3
|/
* Moved safe_to_cache_query from thd to lex.unknown2002-11-221-5/+5
* Merge with 4.0unknown2002-11-211-59/+70
|\
| * new status variable (number of queries deleted because of low memory)unknown2002-11-171-1/+2
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-58/+68
* | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-3/+3
* | bad merge fixedunknown2002-10-141-3/+3
* | mergedunknown2002-10-141-3/+19
|\ \ | |/ |/|
| * Merge with 4.0.4unknown2002-10-021-12/+27
| |\
| | * merge with workunknown2002-10-021-0/+15
| | |\
| | | * query cache TODOunknown2002-09-041-0/+15
| | * | Merge with 4.0.3unknown2002-08-301-4/+5
| | |\ \ | | | |/
| | | * merge with 4.0unknown2002-06-031-1/+1
| | | |\
| | | * \ mergeunknown2002-04-131-4/+5
| | | |\ \
| | | | * | Hash now supports several charsetsunknown2002-03-141-2/+2
| | | | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-2/+3
* | | | | | fixed query cache with system databaseunknown2002-10-081-5/+17
|/ / / / /
* | | | | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-3/+3
* | | | | new function for innodbunknown2002-09-191-6/+34
|/ / / /
* | | | Changed relay_log_space to ulonglongunknown2002-08-231-1/+0
* | | | mergeunknown2002-08-081-3/+1
|\ \ \ \
| * | | | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-3/+1
* | | | | Fixed bug in query cache after temporary table creation.unknown2002-08-071-3/+4
* | | | | fixed query cahe resize bugunknown2002-07-281-2/+3
|/ / / /
* | | | New SET syntax & system variables.unknown2002-07-231-20/+26
* | | | typo fixedunknown2002-06-301-1/+1
* | | | semaphores replaced by rwlockunknown2002-06-301-36/+27
* | | | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-2/+2
* | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-26/+28
* | | | removed unneeded table name pointerunknown2002-06-091-3/+5
* | | | Fixed query cache align data bug.unknown2002-06-071-4/+7
* | | | fixing errorunknown2002-06-061-2/+3
* | | | probably fix of alignment error in query cacheunknown2002-06-061-8/+25
| |_|/ |/| |
* | | Fixed some things to make MySQL to compile again.unknown2002-05-151-1/+1
* | | Fix VC++ compiler errorunknown2002-05-141-1/+1
|/ /
* | added building without query cacheunknown2002-03-221-0/+3
* | processing trunsactional tables in query cacheunknown2002-03-151-80/+94
|/
* Fixes for new getoptunknown2002-01-311-1/+1
* New error messagesunknown2002-01-291-0/+2
* New result block allocation strategyunknown2002-01-121-13/+39