Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug #18306: MySQL crashes and restarts using subquery | ramil@mysql.com | 2006-03-23 | 1 | -0/+11 |
* | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 | evgen@sunlight.local | 2006-03-14 | 1 | -0/+7 |
|\ | |||||
| * | Fixed bug#17366: Unchecked Item_int results in server crash | evgen@sunlight.local | 2006-03-13 | 1 | -0/+7 |
* | | Fixes to embedded server to be able to run tests with it | monty@mysql.com | 2006-02-24 | 1 | -6/+0 |
|/ | |||||
* | Fixed bug #16603. | igor@rurik.mysql.com | 2006-02-13 | 1 | -0/+22 |
* | Fixed bug #12762: | igor@rurik.mysql.com | 2005-10-15 | 1 | -0/+83 |
* | fixes after merge of 4.1. | guilhem@mysql.com | 2005-10-13 | 1 | -3/+2 |
* | Merge mysql.com:/home/mysql_src/mysql-4.1 | guilhem@mysql.com | 2005-10-12 | 1 | -2/+8 |
|\ | |||||
| * | sql_yacc.yy: | grog@mysql.com | 2005-10-12 | 1 | -0/+6 |
* | | WL#2486 - natural and using join according to SQL:2003 | timour@mysql.com | 2005-08-23 | 1 | -0/+2 |
* | | Manual merge | igor@rurik.mysql.com | 2005-08-15 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | subselect.result: | igor@rurik.mysql.com | 2005-08-15 | 1 | -0/+2 |
| * | sql_select.cc: | igor@rurik.mysql.com | 2005-08-15 | 1 | -0/+16 |
* | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | sanja@hasky.mysql.fi | 2005-08-13 | 1 | -1/+12 |
|\ \ | |/ | |||||
| * | fixed convertion and handling IN subqueries with rows (BUG#11867) | bell@50.0.168.192.in-addr.arpa | 2005-08-13 | 1 | -1/+12 |
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgin | timour@mysql.com | 2005-08-12 | 1 | -4/+4 |
|\ \ | |||||
| * | | Implementation of WL#2486 - | timour@mysql.com | 2005-08-12 | 1 | -4/+4 |
* | | | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1 | acurtis@xiphis.org | 2005-08-11 | 1 | -0/+15 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2005-08-08 | 1 | -0/+11 |
| |\ \ | |||||
| | * | | subselect.test, subselect.result: | igor@rurik.mysql.com | 2005-08-08 | 1 | -0/+11 |
| * | | | Review of new pushed code | monty@mysql.com | 2005-08-09 | 1 | -0/+4 |
| |/ / | |||||
* | | | Manual merge | igor@rurik.mysql.com | 2005-08-07 | 1 | -1/+49 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | subselect.result: | igor@rurik.mysql.com | 2005-08-07 | 1 | -0/+15 |
* | | Merge mysql.com:/home/my/mysql-4.1 | monty@mysql.com | 2005-07-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Added end marker for tests to make future merges easier | monty@mysql.com | 2005-07-28 | 1 | -0/+2 |
* | | Fix for BUG#11821 manually merged | sergefp@mysql.com | 2005-07-12 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Fix for BUG#11821: Make Item_type_holder be able to work with MIN(field), | sergefp@mysql.com | 2005-07-12 | 1 | -0/+8 |
* | | opt_range.cc: | igor@rurik.mysql.com | 2005-06-23 | 1 | -0/+22 |
* | | Add missing test result | monty@mysql.com | 2005-05-20 | 1 | -1/+2 |
* | | do not try to use equal field from outer query as field of local join (BUG#6384) | bell@sanja.is.com.ua | 2005-05-20 | 1 | -1/+15 |
* | | Resolve merge from 4.1 | jimw@mysql.com | 2005-05-18 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | relaxed DBUG_ASSERT in Item_int_with_ref::new_item() to "any constant" (BUG#1... | bell@book.sanja.is.com.ua | 2005-05-16 | 1 | -0/+24 |
* | | subselect.result, subselect.test: | igor@rurik.mysql.com | 2005-04-15 | 1 | -0/+26 |
* | | subselect.result, subselect.test: | igor@rurik.mysql.com | 2005-04-15 | 1 | -0/+21 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-04-01 | 1 | -2/+2 |
|\ \ | |||||
| * | | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) | monty@mysql.com | 2005-04-01 | 1 | -2/+2 |
* | | | postmerge 4.1->5.0 fixes | bell@sanja.is.com.ua | 2005-04-01 | 1 | -1/+1 |
* | | | merge 4.1->5.0 | bell@sanja.is.com.ua | 2005-03-31 | 1 | -2/+188 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | postreview changes | bell@sanja.is.com.ua | 2005-03-30 | 1 | -0/+176 |
| * | fixed left expression of IN/ALL/ANY subquery transformation support (BUG#8888) | bell@sanja.is.com.ua | 2005-03-10 | 1 | -2/+10 |
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2005-02-14 | 1 | -0/+101 |
| |\ | |||||
* | | | Tests modified to coved decimal-related code | hf@deer.(none) | 2005-02-21 | 1 | -0/+23 |
* | | | Merge mysql.com:/home/psergey/mysql-4.1-bug8218 | sergefp@mysql.com | 2005-02-14 | 1 | -0/+101 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove redundant DROP TABLE from test case | sergefp@mysql.com | 2005-02-14 | 1 | -1/+0 |
| * | | Fix for BUG#8218: | sergefp@mysql.com | 2005-02-12 | 1 | -0/+102 |
* | | | Merge with 4.1 | monty@mysql.com | 2005-02-10 | 1 | -29/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | reverted patch for BUG#7351 (because of performance ussie) | bell@sanja.is.com.ua | 2005-02-09 | 1 | -29/+1 |
| |/ | |||||
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 | bell@sanja.is.com.ua | 2005-02-06 | 1 | -14/+0 |
|\ \ | |/ | |||||
| * | fixed test 'subselect' in case when innodb is not compiled in (thanks HF who ... | bell@sanja.is.com.ua | 2005-02-06 | 1 | -14/+0 |
* | | 4.1 -> 5.0 merge | monty@mysql.com | 2005-02-03 | 1 | -0/+56 |
|\ \ | |/ |