summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-9/+7
|\
| * fixed bug 549 - incorect query cache memory formating on very small query cac...bell@sanja.is.com.ua2003-05-311-9/+7
* | Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-1/+2
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-9/+13
|\ \ | |/
| * 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
* | fixed bug in processing transaction in query cache (inserted lost lines)bell@sanja.is.com.ua2003-04-201-0/+9
* | mergingbell@sanja.is.com.ua2003-04-161-23/+41
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-02-181-23/+41
| |\ \
| | * | aftermerging fixbell@sanja.is.com.ua2003-02-181-2/+3
| | * | mergingbell@sanja.is.com.ua2002-12-111-22/+39
| | |\ \
| | | * | Fix to make working new innodb query cache beahaviourbell@sanja.is.com.ua2002-11-061-11/+8
| | | * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-061-12/+33
| | | |\ \
| | | | * | new innodb query cache behaviour (recommit because of problem with 4.1 reposi...bell@sanja.is.com.ua2002-11-031-12/+33
* | | | | | sql_cache.cc:mysql@home.(none)2003-04-051-2/+2
* | | | | | sql_cache.cc:bar@bar.mysql.r18.ru2003-04-031-7/+5
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-03-281-10/+4
|\ \ \ \ \ \
| * | | | | | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-10/+4
| |/ / / / /
* | | | | | made variable query_cache_min_res_unit from QUERY_CACHE_MIN_RESULT_DATA_SIZE ...bell@sanja.is.com.ua2003-03-021-0/+8
|/ / / / /
* | | | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-2/+1
* | | | | fixed compiler errorbell@sanja.is.com.ua2003-01-291-1/+3
* | | | | Mergemonty@mashka.mysql.fi2003-01-211-1/+0
|\ \ \ \ \
| * | | | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-1/+0
* | | | | | Conflicts resolvinghf@deer.mysql.r18.ru2003-01-201-12/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | using internal name conversion in query cache as it was suggested by Shurikbell@sanja.is.com.ua2003-01-171-12/+12
* | | | | | SCRUMhf@deer.mysql.r18.ru2003-01-201-1/+1
* | | | | | resolving conflictshf@deer.mysql.r18.ru2003-01-151-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Many fixes.Sinisa@sinisa.nasamreza.org2002-12-241-0/+2
| |/ / / /
* | | | | Big purge about embedded library (scrum)hf@deer.mysql.r18.ru2002-12-161-1/+3
|/ / / /
* | | | Moved safe_to_cache_query from thd to lex.pem@mysql.com2002-11-221-5/+5
* | | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-59/+70
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
* | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)bell@sanja.is.com.ua2002-10-301-3/+3
| |/ |/|
* | bad merge fixedserg@serg.mysql.com2002-10-141-3/+3
* | mergedserg@serg.mysql.com2002-10-141-3/+19
|\ \ | |/ |/|
| * Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-12/+27
| |\
| | * merge with workmonty@mashka.mysql.fi2002-10-021-0/+15
| | |\
| | | * query cache TODObell@sanja.is.com.ua2002-09-041-0/+15
| | * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-4/+5
| | |\ \ | | | |/
| | | * merge with 4.0monty@hundin.mysql.fi2002-06-031-1/+1
| | | |\
| | | * \ mergemonty@hundin.mysql.fi2002-04-131-4/+5
| | | |\ \
| | | | * | Hash now supports several charsetsbar@gw.udmsearch.izhnet.ru2002-03-141-2/+2
| | | | * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-2/+3
* | | | | | 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