Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MWL#90: Address review feedback part #5 | Sergey Petrunya | 2011-03-22 | 1 | -5/+5 |
* | MWL#90: Address review feedback part #1 | Sergey Petrunya | 2011-03-19 | 1 | -2/+2 |
* | Merge 5.3 -> 5.3-subqueries-mwl90 | Sergey Petrunya | 2011-03-01 | 1 | -6/+6 |
|\ | |||||
| * | Fix numerous warnings introduced in the last pushes on Windows | Vladislav Vaintroub | 2011-02-18 | 1 | -6/+6 |
* | | MWL#90: subquery optimizations | Sergey Petrunya | 2011-02-18 | 1 | -4/+4 |
* | | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2011-02-15 | 1 | -17/+39 |
|\ \ | |/ |/| | |||||
| * | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2010-12-09 | 1 | -17/+39 |
| |\ | |||||
| | * | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | psergey | 2010-07-11 | 1 | -18/+43 |
| | |\ | |||||
| | | * | Fix test results and testuite valgrind failures | Sergey Petrunya | 2010-06-11 | 1 | -1/+1 |
| | | * | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque... | Sergey Petrunya | 2010-05-27 | 1 | -1/+1 |
| | | * | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque... | Sergey Petrunya | 2010-05-24 | 1 | -17/+38 |
| | | |\ | |||||
| | | | * | Code cleanup, remove junk comments | Sergey Petrunya | 2010-05-24 | 1 | -3/+0 |
| | | | * | Subqueries: Inside-out execution for non-semijoin materialized subqueries tha... | Sergey Petrunya | 2010-05-23 | 1 | -4/+0 |
| | | | * | Subquery optimizations: | Sergey Petrunya | 2010-05-10 | 1 | -3/+4 |
| | | | * | Always refer to materialized table as "SUBSELECT#%d" where %d is select number | Sergey Petrunya | 2010-04-07 | 1 | -4/+14 |
| | | | * | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized | Sergey Petrunya | 2010-04-06 | 1 | -3/+20 |
| | | * | | MWL#68: Subquery optimization: Efficient NOT IN execution with NULLs | unknown | 2010-04-02 | 1 | -1/+5 |
| | | |/ | |||||
* | | | | Fix LP BUG#685411 | unknown | 2010-12-14 | 1 | -13/+16 |
|/ / / | |||||
* | | | Merge with 5.1-release. | Michael Widenius | 2010-12-06 | 1 | -42/+44 |
|\ \ \ | |||||
| * \ \ | merge with 5.1 | Michael Widenius | 2010-11-30 | 1 | -42/+44 |
| |\ \ \ | |||||
| | * \ \ | Merge with MySQL 5.1.53 | Michael Widenius | 2010-11-25 | 1 | -5/+10 |
| | |\ \ \ | |||||
| | | * | | | Bug#56814 Explain + subselect + fulltext crashes server | Sergey Glukhov | 2010-10-18 | 1 | -5/+10 |
| | * | | | | Merge with MySQL 5.1.52 | Michael Widenius | 2010-11-23 | 1 | -41/+38 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | merge of 5.1-bugteam into 5.1-security | Georgi Kodinov | 2010-10-06 | 1 | -30/+23 |
| | | |\ \ \ | |||||
| | | | * \ \ | Automerge. | Alexey Kopytov | 2010-09-09 | 1 | -1/+4 |
| | | | |\ \ \ | |||||
| | | | | * | | | Bug #54190: Comparison to row subquery produces incorrect | Alexey Kopytov | 2010-09-09 | 1 | -1/+4 |
| | | | * | | | | Bug#51070: Query with a NOT IN subquery predicate returns a wrong result set | Martin Hansson | 2010-09-07 | 1 | -29/+19 |
| | | | |/ / / | |||||
| | | * | | | | Bug#54488 crash when using explain and prepared statements with subqueries | Sergey Glukhov | 2010-10-01 | 1 | -11/+15 |
| | | |/ / / | |||||
* | | | | | | Fixed some compiler warnings found when compiling for windows. | Michael Widenius | 2010-11-30 | 1 | -3/+4 |
* | | | | | | Fixed wrong queue_replace(), which caused timeout failure in pbxt.flush_read_... | Michael Widenius | 2010-11-02 | 1 | -3/+13 |
* | | | | | | Fixed LP bug #613009 | unknown | 2010-10-27 | 1 | -0/+4 |
* | | | | | | Fixed LP bug #601156 | unknown | 2010-10-26 | 1 | -1/+1 |
* | | | | | | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -10/+10 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 1 | -9/+8 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -9/+8 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Bug#42733: Type-punning warnings when compiling MySQL -- | Davi Arnaut | 2010-06-10 | 1 | -9/+8 |
| * | | | | | Fix for LP#588251: doStartTableScan() result not checked. | Michael Widenius | 2010-07-17 | 1 | -1/+2 |
* | | | | | | Fixed LP BUG#615760: Check on double cache assignment added into the transfor... | unknown | 2010-09-06 | 1 | -9/+17 |
* | | | | | | Fixed LP bug #608744 | unknown | 2010-08-30 | 1 | -2/+5 |
* | | | | | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti... | Michael Widenius | 2010-07-16 | 1 | -3/+2 |
* | | | | | | Subquery cache (MWL#66) added. | unknown | 2010-07-10 | 1 | -34/+116 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Fix buildbot valgrind failure | Sergey Petrunya | 2010-07-06 | 1 | -15/+1 |
* | | | | | MariaDB 5.2 -> MariaDB 5.3 merge | Sergey Petrunya | 2010-06-26 | 1 | -4/+21 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -2/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge with MySQL 5.1.47 | Michael Widenius | 2010-05-26 | 1 | -0/+15 |
| | |\ \ | | | |/ | |||||
| | | * | Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, li... | Sergey Glukhov | 2010-04-06 | 1 | -0/+15 |
| | * | | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -2/+6 |
| | |\ \ | | | |/ | |||||
| | | * | Bug#47761: crash when killing a query during subquery execution... | Davi Arnaut | 2010-03-09 | 1 | -2/+6 |
* | | | | MWL#110: Make EXPLAIN always show materialization separately | Sergey Petrunya | 2010-03-29 | 1 | -0/+9 |
* | | | | Merge MariaDB-5.2 -> MariaDB 5.3 | Sergey Petrunya | 2010-03-20 | 1 | -16/+22 |
|\ \ \ \ | |/ / / |