| Commit message (Expand) | Author | Age | Files | Lines |
* | correct not_null_tables() for XOR and AND | unknown | 2005-03-13 | 1 | -1/+3 |
* | join_outer.result, join_outer.test: | unknown | 2005-03-12 | 1 | -0/+1 |
* | Merge | unknown | 2005-03-11 | 1 | -0/+1 |
|\ |
|
| * | Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make | unknown | 2005-03-11 | 1 | -0/+1 |
| * | Fixes while reviewing code | unknown | 2004-11-26 | 1 | -3/+0 |
| * | Merge for BUG#3759 which was missing from the main tree for some reason. | unknown | 2004-11-25 | 1 | -0/+1 |
| |\ |
|
| * | | Fix for Bug#3759 | unknown | 2004-08-30 | 1 | -0/+3 |
* | | | fixed column number fetchinmg for subqueries. (BUG#8020) | unknown | 2005-01-24 | 1 | -3/+6 |
* | | | reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ... | unknown | 2004-11-18 | 1 | -1/+23 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-10-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | true,false -> TRUE, FALSE | unknown | 2004-10-14 | 1 | -1/+1 |
* | | | | A fix and test case for Bug#5987 "subselect in bool function | unknown | 2004-10-10 | 1 | -11/+1 |
|/ / / |
|
* | | | Deployment of centralized Item change registry, step 2: Item_ref | unknown | 2004-10-08 | 1 | -1/+1 |
* | | | Merge with 4.0 for 4.1 release | unknown | 2004-10-06 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULL | unknown | 2004-09-18 | 1 | -0/+1 |
| |/ |
|
| * | null.test, null.result: | unknown | 2004-08-20 | 1 | -0/+1 |
| * | Merge with 3.23 to get latest bug fixes | unknown | 2004-06-10 | 1 | -1/+0 |
| |\ |
|
| | * | removed incorrect destructor (to prevent deleting item by recursion instead o... | unknown | 2004-06-03 | 1 | -1/+0 |
* | | | after review patch | unknown | 2004-08-31 | 1 | -0/+3 |
* | | | NOT elimination moved in parsing (suggested by Monty) | unknown | 2004-08-29 | 1 | -1/+1 |
* | | | Renamed Arg_comparator::compare_int -> compare_int_signed | unknown | 2004-08-18 | 1 | -1/+1 |
* | | | Fix for bug#4488: sign-aware equality check | unknown | 2004-08-17 | 1 | -0/+1 |
* | | | Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons. | unknown | 2004-08-11 | 1 | -0/+3 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-06-22 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding" | unknown | 2004-06-22 | 1 | -2/+4 |
* | | | | cleanup for Item_func_regex (Bug #4199) | unknown | 2004-06-19 | 1 | -1/+1 |
|/ / / |
|
* | | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s... | unknown | 2004-05-06 | 1 | -1/+2 |
* | | | fixed brocken of client_test | unknown | 2004-04-03 | 1 | -5/+2 |
* | | | Cleanups & safety fixes | unknown | 2004-03-25 | 1 | -2/+2 |
* | | | after review changes | unknown | 2004-03-20 | 1 | -2/+2 |
* | | | DBUG_ASSERT(fixed == 1); added to val* | unknown | 2004-03-18 | 1 | -2/+2 |
* | | | DBUG_ASSERT(fixed == 0) added to fix_fields() | unknown | 2004-03-17 | 1 | -12/+17 |
* | | | merge | unknown | 2004-02-17 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462) | unknown | 2004-02-12 | 1 | -1/+3 |
| * | | | merge | unknown | 2004-02-09 | 1 | -0/+5 |
| |\ \ \ |
|
| | * | | | fixed subquery with PS (BUG#2462) | unknown | 2004-02-08 | 1 | -0/+5 |
* | | | | | After merge fixes | unknown | 2004-02-16 | 1 | -0/+2 |
* | | | | | Merge with 4.0.18 | unknown | 2004-02-11 | 1 | -5/+4 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE chara... | unknown | 2003-12-30 | 1 | -5/+4 |
* | | | | merge | unknown | 2004-02-05 | 1 | -2/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Code cleanup | unknown | 2004-01-19 | 1 | -3/+3 |
* | | | | Indexes can be used for optimization if the operation | unknown | 2004-02-02 | 1 | -0/+7 |
* | | | | Code cleanup (working on PS & cleanup() code) | unknown | 2004-01-19 | 1 | -6/+6 |
* | | | | Fix for prepared statements | unknown | 2003-12-30 | 1 | -6/+9 |
|/ / / |
|
* | | | join_outer.result, null.result, null.test, item_cmpfunc.h: | unknown | 2003-12-01 | 1 | -0/+1 |
* | | | Added missing SSL library (Should be in source distribution) | unknown | 2003-11-28 | 1 | -8/+8 |
* | | | Changed mysql_next_result() to return int instead of bool | unknown | 2003-11-19 | 1 | -13/+6 |
* | | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | unknown | 2003-11-18 | 1 | -1/+8 |
* | | | after review fix | unknown | 2003-11-03 | 1 | -7/+63 |
* | | | merge | unknown | 2003-10-31 | 1 | -5/+13 |
|\ \ \ |
|