Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | bell@sanja.is.com.ua | 2003-10-22 | 1 | -0/+2 |
|\ | |||||
| * | fixed printability of Items (all items except subselects) | bell@laptop.sanja.is.com.ua | 2003-10-12 | 1 | -0/+2 |
* | | Add in bit_xor function (approved by Sergei) | harrison@bud.lordblink.com | 2003-10-15 | 1 | -0/+12 |
|/ | |||||
* | Merge | bell@laptop.sanja.is.com.ua | 2003-10-06 | 1 | -33/+34 |
|\ | |||||
| * | fixed bug with Item_sum_min/Item_sum_max from test func_gconcat.test | vva@eagle.mysql.r18.ru | 2003-10-03 | 1 | -1/+1 |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mashka.mysql.fi | 2003-09-07 | 1 | -17/+17 |
| |\ | |||||
| | * | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -17/+17 |
| | |\ | |||||
| | | * | Fixed some varnings from valgrind | monty@narttu.mysql.fi | 2003-08-20 | 1 | -16/+16 |
| * | | | BUG | wax@kishkin.ru | 2003-09-04 | 1 | -2/+2 |
| * | | | Merge mysql.com:/home/wax/mysql/mysql-4.1 | wax@mysql.com | 2003-08-29 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | BUG | wax@kishkin.ru | 2003-08-29 | 1 | -0/+1 |
| * | | | fixed typo | bell@sanja.is.com.ua | 2003-08-28 | 1 | -1/+1 |
| * | | | reset() split in 2 function clear() & add() | bell@laptop.sanja.is.com.ua | 2003-08-28 | 1 | -15/+14 |
| |/ / | |||||
| * | | hanged UDF interface to use clear() instead of reset() | monty@narttu.mysql.fi | 2003-08-27 | 1 | -1/+2 |
* | | | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM)) | bell@laptop.sanja.is.com.ua | 2003-08-23 | 1 | -0/+2 |
|/ / | |||||
* | | fixed memory leak | bell@sanja.is.com.ua | 2003-07-16 | 1 | -2/+2 |
* | | reduced using of slow current_thd/current_lex macro | bell@sanja.is.com.ua | 2003-07-05 | 1 | -1/+0 |
* | | Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4g | wax@kishkin.ru | 2003-06-07 | 1 | -38/+41 |
|\ \ | |||||
| * | | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -38/+41 |
* | | | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4g | wax@kishkin.ru | 2003-06-03 | 1 | -8/+21 |
|\ \ \ | |/ / |/| | | |||||
| * | | URGENT | wax@kishkin.ru | 2003-05-31 | 1 | -8/+21 |
* | | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -3/+5 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixed bug in SUM() with NULL:s | monty@mashka.mysql.fi | 2003-04-15 | 1 | -3/+5 |
* | | Removed compiler warnings | monty@narttu.mysql.fi | 2003-05-06 | 1 | -16/+15 |
* | | replace default separator in group_concat, correct a bug | wax@kishkin.ru | 2003-04-16 | 1 | -0/+2 |
* | | Fixed bug in warning handling (Memory was allocated from wrong MEM_ROOT) | monty@narttu.mysql.fi | 2003-04-03 | 1 | -1/+3 |
* | | Auto merged | wax@kishkin.ru | 2003-04-02 | 1 | -1/+85 |
|\ \ | |||||
| * | | This is full commit of group_concat with support subselects | wax@kishkin.ru | 2003-03-18 | 1 | -1/+85 |
* | | | stringcmp() and sortcmp() have been unified | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -3/+5 |
|/ / | |||||
* | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -1/+3 |
* | | merge | monty@mashka.mysql.fi | 2003-02-10 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Better fix for count(distinct) bug | monty@mashka.mysql.fi | 2003-02-10 | 1 | -2/+2 |
| * | count(distint) on an empty table crash fixed | serg@sergbook.mysql.com | 2003-02-10 | 1 | -2/+4 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix for MIN/MAX with empty tables | monty@mashka.mysql.fi | 2003-02-03 | 1 | -0/+2 |
* | | changes based on partial revie of task 577 (SCRUM) | bell@sanja.is.com.ua | 2003-01-30 | 1 | -51/+62 |
* | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati... | bell@sanja.is.com.ua | 2003-01-26 | 1 | -0/+16 |
* | | merging | bell@sanja.is.com.ua | 2003-01-25 | 1 | -20/+68 |
|\ \ | |||||
| * | | fixed subselects with temporary tables (SCRUM) | bell@sanja.is.com.ua | 2003-01-25 | 1 | -4/+68 |
* | | | strnto family functions now return error in a new argument | bar@bar.mysql.r18.ru | 2003-01-16 | 1 | -2/+4 |
* | | | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 1 | -1/+2 |
* | | | COUNT(DISTINCT field) now honors charsets | bar@bar.mysql.r18.ru | 2002-12-19 | 1 | -1/+4 |
* | | | merge | monty@mashka.mysql.fi | 2002-12-14 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | rename of net_pkg.cc to protocol.cc | monty@mashka.mysql.fi | 2002-12-11 | 1 | -2/+4 |
| |/ / | |||||
* | | | fix stupid error in comments to VARIANCE+STD | vva@eagle.mysql.r18.ru | 2002-12-14 | 1 | -8/+12 |
* | | | add VARIANCE function | vva@eagle.mysql.r18.ru | 2002-12-14 | 1 | -12/+45 |
|/ / | |||||
* | | Fixed bug when creating keys in temporary HEAP tables. | monty@mashka.mysql.fi | 2002-12-02 | 1 | -1/+1 |
* | | many bug fixes | Sinisa@sinisa.nasamreza.org | 2002-11-30 | 1 | -1/+1 |
* | | New functions | bar@bar.mysql.r18.ru | 2002-11-28 | 1 | -2/+2 |
* | | merging | bell@sanja.is.com.ua | 2002-11-27 | 1 | -0/+1 |
|\ \ |