| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge mysql.com:/opt/local/work/mysql-4.1-root | unknown | 2005-05-03 | 1 | -4/+5 |
|\ |
|
| * | A fix and test case for Bug#9096 "select doesn't return all matched | unknown | 2005-05-03 | 1 | -4/+5 |
* | | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign... | unknown | 2005-04-29 | 1 | -0/+73 |
|/ |
|
* | A fix (bug #9837: round(1, 6) delivers wrong value in create table context). | unknown | 2005-04-19 | 1 | -0/+2 |
* | Bug#9425 A user variable doesn't always have implicit coercibility | unknown | 2005-03-28 | 1 | -3/+6 |
* | Bugs#9129: CHARSET(), COLLATION(), COERCIBILITY() | unknown | 2005-03-16 | 1 | -5/+0 |
* | type_blob.result, func_system.result, func_str.result, ctype_collate.result: | unknown | 2005-03-04 | 1 | -2/+0 |
* | A user variable are now always have IMPLICIT coercibility, | unknown | 2005-02-22 | 1 | -5/+5 |
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216) | unknown | 2005-02-08 | 1 | -17/+3 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2005-02-07 | 1 | -2/+6 |
|\ |
|
| * | Fixed bug in HAVING when refering to RAND() through alias | unknown | 2005-02-07 | 1 | -2/+6 |
* | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | unknown | 2005-02-04 | 1 | -5/+3 |
|\ \ |
|
| * | | indexless boolean fulltext search was depending on default_charset_info - Bug... | unknown | 2005-02-04 | 1 | -5/+3 |
| |/ |
|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2005-02-03 | 1 | -6/+2 |
|\ \
| |/
|/| |
|
| * | Bug#8057 | unknown | 2005-02-03 | 1 | -6/+2 |
* | | fixed column number fetchinmg for subqueries. (BUG#8020) | unknown | 2005-01-24 | 1 | -2/+16 |
|/ |
|
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-12-21 | 1 | -0/+16 |
|\ |
|
| * | Fix for BUG#6825: When calculating Item_func_neg::max_length, add 1 for '-'. | unknown | 2004-12-17 | 1 | -0/+16 |
* | | A fix (bug #7281: RAND(RAND) crashes server). | unknown | 2004-12-20 | 1 | -1/+2 |
|/ |
|
* | * Added comments and one assert | unknown | 2004-12-14 | 1 | -2/+2 |
* | Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0 | unknown | 2004-12-14 | 1 | -1/+2 |
* | Merging fix for BUG#6976 from 4.0 to 4.1 | unknown | 2004-12-13 | 1 | -1/+1 |
* | Merge mysql.com:/space/bkroot/mysql-4.1 | unknown | 2004-12-03 | 1 | -1/+1 |
|\ |
|
| * | Bug#6391 (binlog-do-db rules ignored) | unknown | 2004-12-03 | 1 | -1/+1 |
* | | compatibility fix | unknown | 2004-12-02 | 1 | -1/+1 |
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-11-25 | 1 | -8/+11 |
|\ \
| |/
|/| |
|
| * | A fix (bug #6441: Aggregate UDF in multi-table query crashes MySQL when retur... | unknown | 2004-11-06 | 1 | -8/+11 |
* | | Bug #6658 MAX(column) returns incorrect coercibility | unknown | 2004-11-19 | 1 | -0/+1 |
* | | Fix comment. | unknown | 2004-11-16 | 1 | -1/+1 |
* | | Simpler arena swapping code | unknown | 2004-11-08 | 1 | -4/+3 |
* | | As it is wrong and confusing to associate any | unknown | 2004-11-05 | 1 | -2/+19 |
|/ |
|
* | Many files: | unknown | 2004-11-02 | 1 | -12/+93 |
* | A fix according to Monty's request: | unknown | 2004-10-29 | 1 | -1/+2 |
* | Allow to convert to non-Unicode charset when mixing a string | unknown | 2004-10-29 | 1 | -4/+4 |
* | An extra "separator" class member was removed from Item_func_concat_ws. | unknown | 2004-10-28 | 1 | -2/+2 |
* | A fix (bug #6138: MOD operator should not round non-integral argument). | unknown | 2004-10-21 | 1 | -8/+5 |
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" | unknown | 2004-10-14 | 1 | -8/+26 |
* | A small simplification: perform two actions at once, register a | unknown | 2004-10-10 | 1 | -2/+2 |
* | Deployment of centralized Item change registry, step 2: Item_ref | unknown | 2004-10-08 | 1 | -3/+5 |
* | After merge fixes | unknown | 2004-10-07 | 1 | -0/+2 |
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-09-12 | 1 | -2/+3 |
|\ |
|
| * | Fix for bug #5513: FIND_IN_SET fails if set ends with a comma | unknown | 2004-09-11 | 1 | -2/+3 |
* | | BUG#4788 - show create table provides incorrect statement. | unknown | 2004-09-10 | 1 | -0/+12 |
|/ |
|
* | Allow IN to convert arguments into Unicode in some cases. | unknown | 2004-09-01 | 1 | -4/+8 |
* | Fix for bug #4340: find_in_set is case insensitive even on binary operators(f... | unknown | 2004-08-24 | 1 | -21/+34 |
* | manually merged | unknown | 2004-08-18 | 1 | -2/+2 |
|\ |
|
| * | BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some funct... | unknown | 2004-07-31 | 1 | -2/+2 |
* | | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat... | unknown | 2004-06-22 | 1 | -0/+9 |
* | | Unused variables removed (many files). | unknown | 2004-06-21 | 1 | -2/+0 |
* | | Post review fixes for "SQL Syntax for Prepared Statements". | unknown | 2004-06-07 | 1 | -7/+7 |