summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed LP bug #825035.Igor Babaev2011-08-161-0/+1
* Fix a compile error, and most likely a bug: jtb_table_no holds table number, ...Sergey Petrunya2011-07-201-0/+2
* [No BUG#] Fixes for problems discovered when running mysql-trunk's subquery t...Sergey Petrunya2011-07-091-0/+1
* Merge semi-join+outer-join fixes into 5.3Sergey Petrunya2011-06-271-0/+1
|\
| * Make semi-joins work with outer joins part #1:Sergey Petrunya2011-06-221-0/+1
* | Fixed LP bug #799499.Igor Babaev2011-06-241-1/+1
|/
* Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-16/+140
|\
| * Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-16/+140
| |\
| | * MergeIgor Babaev2011-05-201-16/+140
| | |\
| | | * Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-16/+140
| | | |\
| | | | * Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-15/+138
| | | | |\
| | | | | * MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-14/+141
* | | | | | Merge with 5.2Michael Widenius2011-06-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-3/+19
|\ \ \ \ \ \
| * | | | | | post-merge fixes: get MWL#90 code to work with MWL#89'sSergey Petrunya2011-05-281-0/+1
| * | | | | | MWL#90: Non-merged semi-joinsSergey Petrunya2011-05-091-1/+2
| * | | | | | Merge MWL#90 with main 5.3 treeSergey Petrunya2011-04-021-2/+16
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | MWL#90: Address review feedback part #1Sergey Petrunya2011-03-191-3/+3
| | * | | | | Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-1/+1
| | |\ \ \ \ \
| | * | | | | | MWL#90: subquery optimizationsSergey Petrunya2011-02-181-1/+1
| | * | | | | | MWL#90: Merge (4)Sergey Petrunya2011-02-151-3/+17
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-3/+17
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-3/+17
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-3/+17
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Subqueries: Inside-out execution for non-semijoin materialized subqueries tha...Sergey Petrunya2010-05-231-0/+7
| | | | | | * | | | | | Code cleanup in subquery optimizationsSergey Petrunya2010-04-251-2/+9
| | | | | | * | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materializedSergey Petrunya2010-04-061-0/+1
| | | | | | | |_|_|_|/ | | | | | | |/| | | |
* | | | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | db_low_byte_first is goneSergei Golubchik2011-05-201-1/+0
* | | | | | | | | | | Merge with 5.2Michael Widenius2011-05-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | small enhancement of the create table options feature:Sergei Golubchik2011-05-101-1/+1
* | | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ MergeKent Boortz2010-12-291-1/+1
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | | * | | | | | | backport of bug #54476 fix from 5.1-bugteam to 5.0-bugteam.Gleb Shchepa2010-12-141-1/+0
| * | | | | | | | | | Merge with alias as StringMichael Widenius2011-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-1/+1
* | | | | | | | | | | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge with 5.2Michael Widenius2011-01-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge with 5.1Michael Widenius2011-01-121-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | BUG#675118: Elimination of a table results in an invalid execution planSergey Petrunya2011-01-111-1/+1
* | | | | | | | | | | The patch adds the code that allows to use equi-join conditionsIgor Babaev2011-01-041-0/+3
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | MergeIgor Babaev2010-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge: mwl#24+mwl#21 5.1->5.2Igor Babaev2010-12-241-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | MergeIgor Babaev2010-12-091-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | MWL #21: "index_merge: non-ROR intersection".Igor Babaev2010-12-011-1/+1
* | | | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge with 5.1Michael Widenius2010-11-301-0/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |