| Commit message (Expand) | Author | Age | Files | Lines |
* | WL#2928 Date Translation NRE | bar@mysql.com | 2006-07-04 | 1 | -0/+2 |
* | A fix for Bug#7209 "Client error with "Access Denied" on updates | konstantin@mysql.com | 2006-01-04 | 1 | -4/+6 |
* | We should skip beggining '(' characters when test query on possibility | bell@sanja.is.com.ua | 2005-12-01 | 1 | -9/+19 |
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0 | bell@sanja.is.com.ua | 2005-09-06 | 1 | -34/+80 |
|\ |
|
| * | support of concurent query cache resizing (BUG#12848) | bell@sanja.is.com.ua | 2005-09-06 | 1 | -34/+80 |
* | | merge | bell@51.0.168.192.in-addr.arpa | 2005-08-11 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | block using QC in case of having tables locked by LOCK... (BUG#12385) | bell@52.0.168.192.in-addr.arpa | 2005-08-10 | 1 | -2/+5 |
* | | temporary tables of subquery in the from clause just skipped during processin... | bell@sanja.is.com.ua | 2005-06-23 | 1 | -2/+15 |
* | | Fix crash in embedded server due to incorrect storage of results | jimw@mysql.com | 2005-03-31 | 1 | -0/+5 |
* | | Merge hundin.mysql.fi:/home/heikki/mysql-4.0 | heikki@hundin.mysql.fi | 2005-02-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed mistyping (thnx to Konstantin) | bell@sanja.is.com.ua | 2005-02-11 | 1 | -1/+1 |
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-6511 | jimw@mysql.com | 2005-01-31 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix query cache to not respond to old clients with a 4.1-protocol | jimw@mysql.com | 2005-01-18 | 1 | -0/+4 |
* | | | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 1 | -5/+5 |
|/ / |
|
* | | Making 4.1 tree compile with -ansi -pedantic | konstantin@mysql.com | 2004-12-16 | 1 | -1/+1 |
* | | Fix for bug #6765 "Implicit access to time zone description | dlenev@brandersnatch.localdomain | 2004-12-09 | 1 | -1/+0 |
* | | Fixed access to freed memory | monty@mysql.com | 2004-10-27 | 1 | -3/+3 |
* | | Merge with 4.0 | monty@mysql.com | 2004-10-27 | 1 | -1/+30 |
|\ \
| |/ |
|
| * | postreview fixes | bell@sanja.is.com.ua | 2004-10-22 | 1 | -2/+2 |
| * | Check of temporary tables hiding for query fetched from QC (BUG#6084) | bell@sanja.is.com.ua | 2004-10-21 | 1 | -1/+31 |
* | | Bug#6202: ENUMs are not case sensitive even if declared BINARY | bar@mysql.com | 2004-10-25 | 1 | -1/+1 |
* | | Merge with 4.0 for 4.1 release | monty@mysql.com | 2004-10-06 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Fix for #5730 (Query cache crashes server) | hf@deer.(none) | 2004-10-05 | 1 | -38/+37 |
* | | Fix for bug #5730 (Query cache crashes mysql) | hf@deer.(none) | 2004-10-01 | 1 | -37/+37 |
* | | wording fixed | bell@sanja.is.com.ua | 2004-09-16 | 1 | -5/+5 |
* | | information about different variables agged to query cache (BUG#5515, BUG#5394) | bell@sanja.is.com.ua | 2004-09-10 | 1 | -1/+7 |
* | | merged | serg@serg.mylan | 2004-06-23 | 1 | -6/+6 |
|\ \ |
|
| * | | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -6/+6 |
* | | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -2/+5 |
|/ / |
|
* | | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ... | dlenev@brandersnatch.localdomain | 2004-05-22 | 1 | -2/+17 |
* | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s... | pem@mysql.comhem.se | 2004-05-06 | 1 | -1/+1 |
* | | caching of queries with isammerge tables forbiden using general way | bell@sanja.is.com.ua | 2004-05-05 | 1 | -4/+3 |
* | | avoid using ndb tables in query cache | bell@sanja.is.com.ua | 2004-05-05 | 1 | -1/+3 |
* | | Fixed many compiler warnings | monty@mysql.com | 2004-04-05 | 1 | -2/+2 |
* | | null processing for character_set_results (BUG#3296) | bell@sanja.is.com.ua | 2004-03-30 | 1 | -2/+6 |
* | | query cache statistic fixed | bell@sanja.is.com.ua | 2004-03-30 | 1 | -0/+1 |
* | | false/true -> FALSE/TRUE | monty@mysql.com | 2004-03-30 | 1 | -3/+2 |
* | | Merge with 4.0 to get lastest bug fixes | monty@mysql.com | 2004-03-29 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | fixed BUG in query cahe statistic counting | bell@sanja.is.com.ua | 2004-03-21 | 1 | -3/+14 |
* | | aliases should be compared with my_strcasecmp (BUG#3251) | bell@sanja.is.com.ua | 2004-03-22 | 1 | -6/+1 |
* | | merge fixes (use old code) | monty@mysql.com | 2004-03-18 | 1 | -0/+31 |
|\ \ |
|
| * \ | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -0/+31 |
| |\ \
| | |/ |
|
| | * | invalidation of locking for write tables (BUG#2693) | bell@sanja.is.com.ua | 2004-03-04 | 1 | -0/+31 |
* | | | fixed comparation of tables/database names with --lower_case_table_names (BUG... | bell@sanja.is.com.ua | 2004-02-20 | 1 | -12/+12 |
|/ / |
|
* | | SCRUM | hf@deer.(none) | 2004-01-07 | 1 | -4/+4 |
* | | Merge | hf@deer.(none) | 2004-01-07 | 1 | -11/+30 |
|\ \ |
|
| * | | SCRUM | hf@deer.(none) | 2003-12-01 | 1 | -11/+30 |
* | | | THD::lex now points to THD::main_lex like in 5.0 | konstantin@oak.local | 2003-12-19 | 1 | -7/+7 |
* | | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -6/+28 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add cast to remove compiler warning | monty@mysql.com | 2003-12-10 | 1 | -1/+1 |