| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | kent@kent-amd64.(none) | 2006-12-31 | 1 | -1/+1 |
|\ |
|
| * | my_strtoll10-x86.s: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -1/+1 |
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | kent@kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
| * | Fix for bug#20670 "UPDATE using key and invoking trigger that modifies | dlenev@mockturtle.local | 2006-09-21 | 1 | -4/+20 |
* | | Added --debug-info to most clients to detect memory leaks in mysql-test-run | monty@mysql.com/nosik.monty.fi | 2006-11-21 | 1 | -17/+34 |
* | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifies | dlenev@mockturtle.local | 2006-09-21 | 1 | -23/+21 |
* | | Bug#20086: Can't get data from key partitioned tables with VARCHAR key | bar@mysql.com | 2006-06-21 | 1 | -0/+4 |
* | | This changeset is largely a handler cleanup changeset (WL#3281), but includes... | monty@mysql.com | 2006-06-04 | 1 | -3/+16 |
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-clean | jimw@mysql.com | 2006-04-10 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Bug #13601: Wrong int type for bit | jimw@mysql.com | 2006-04-04 | 1 | -1/+2 |
* | | Remove unused variable | msvensson@shellback. | 2006-03-28 | 1 | -1/+0 |
* | | Merge mysql.com:/home/my/mysql-5.1 | monty@mysql.com | 2005-11-23 | 1 | -5/+5 |
|\ \ |
|
| * | | Table definition cache, part 2 | monty@mysql.com | 2005-11-23 | 1 | -5/+5 |
* | | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0 | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-11-23 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Inefficient usage of String::append() fixed. | bell@sanja.is.com.ua | 2005-11-20 | 1 | -2/+2 |
* | | some small changes to help get 5.1 compiling cleanly on Windows and with Visu... | reggie@poseidon.ndb.mysql.com | 2005-11-07 | 1 | -1/+1 |
* | | Bug #12116 patch | pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se | 2005-07-22 | 1 | -2/+2 |
* | | Patch for push of wl1354 Partitioning | mronstrom@mysql.com | 2005-07-18 | 1 | -0/+83 |
|/ |
|
* | A fix (bug #10179: error in default value setting). | ramil@ram-book.(none) | 2005-05-05 | 1 | -6/+0 |
* | Merge 4.1 -> 5.0 | gluh@gluh.mysql.r18.ru | 2005-03-17 | 1 | -1/+1 |
|\ |
|
| * | Merge | ramil@mysql.com | 2005-03-17 | 1 | -1/+1 |
| |\ |
|
| | * | A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). | ramil@mysql.com | 2005-03-17 | 1 | -1/+1 |
* | | | Fixes for windows compilation bugs | georg@beethoven.site | 2005-01-26 | 1 | -2/+2 |
* | | | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -4/+8 |
* | | | Merge with global tree | monty@mysql.com | 2004-12-19 | 1 | -27/+27 |
* | | | bit type | ram@gw.mysql.r18.ru | 2004-12-17 | 1 | -0/+30 |
* | | | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -7/+21 |
* | | | Merge with implementation of WL#1724. | timour@mysql.com | 2004-10-11 | 1 | -43/+70 |
|\ \ \
| |/ /
|/| | |
|
| * | | WL#1724 "Min/Max Optimization for Queries with Group By Clause" | timour@mysql.com | 2004-08-27 | 1 | -43/+70 |
* | | | Bug#4594: column index make = failed for gbk, but like works | bar@mysql.com | 2004-08-23 | 1 | -4/+11 |
|/ / |
|
* | | key_cmp -> key_cmp_if_same | monty@mishka.local | 2004-05-16 | 1 | -2/+74 |
* | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_... | serg@serg.mylan | 2004-04-06 | 1 | -1/+1 |
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Proper fix for bug with BLOB in MIN/MAX | monty@mysql.com | 2004-01-19 | 1 | -2/+2 |
* | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(... | bell@sanja.is.com.ua | 2003-10-30 | 1 | -2/+2 |
* | | Merge with 4.0.12 | monty@narttu.mysql.fi | 2003-03-19 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Allow optimzation of multi-table-update also for InnoDB tables | monty@narttu.mysql.fi | 2003-03-19 | 1 | -1/+1 |
| * | Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables | monty@narttu.mysql.fi | 2003-03-18 | 1 | -0/+8 |
| |\ |
|
| | * | Fix of 'halloween bug' with UPDATE of InnoDB tables. | monty@narttu.mysql.fi | 2003-03-18 | 1 | -0/+8 |
| | * | Fixed problem with auto_increment key as not first key part | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
* | | | cleanup | serg@serg.mysql.com | 2003-03-14 | 1 | -1/+1 |
* | | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -1/+2 |
* | | | less default_charset_info | bar@bar.mysql.r18.ru | 2002-12-20 | 1 | -2/+1 |
* | | | my_sortcmp -> my_strnncoll | bar@bar.mysql.r18.ru | 2002-10-09 | 1 | -2/+3 |
* | | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 1 | -2/+3 |
* | | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
|/ / |
|
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -4/+4 |
* | | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+1 |