summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.unknown2012-02-031-0/+25
* Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-011-0/+4
|\
| * Back-ported the test cases for bug #12763207 from mysql-5.6 code line into 5.2Igor Babaev2012-01-131-0/+1
| * Fixed LP bug #794005.Igor Babaev2011-12-201-0/+3
* | Merge with 5.1 & fixes to IGNORE handlingMichael Widenius2011-12-111-5/+7
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-5/+7
| |\ \ | | |/
| | * Automatic mergeMichael Widenius2011-11-241-5/+7
| | |\
| | | * Merge with MariaDB 5.1Michael Widenius2011-11-241-5/+7
| | | |\
| | | | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-5/+8
| | | | |\
| | | | | * Updated/added copyright headersKent Boortz2011-07-031-3/+4
| | | | | |\
| | | | | | * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-2/+3
| | | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | | |\ \ | | | | | | |/ | | | | | |/|
| | | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | * | | | | Fix gcc 4.6 warning after merge with 5.1unknown2011-10-271-1/+1
| | |/ / / /
* | | | | | BUG#868908: Crash in check_simple_equality() with semijoin + materialization ...Sergey Petrunya2011-12-071-2/+2
* | | | | | BUG#868908: Crash in check_simple_equality() with semijoin + materialization ...Sergey Petrunya2011-12-071-0/+2
|/ / / / /
* | | | | mergeunknown2011-10-181-1/+1
|\ \ \ \ \
| * | | | | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+2
* | | | | | Fixed a compiler warning.Igor Babaev2011-10-171-1/+1
* | | | | | Fixed LP bug #874006.Igor Babaev2011-10-161-5/+8
|/ / / / /
* | | | | Merge 5.2->5.3unknown2011-09-021-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixed non critical buffer overflow bug in open_binary_frm() that could cause ...Michael Widenius2011-09-011-2/+1
* | | | | Merge first chunk of OJ+SJ fixes into 5.3Sergey Petrunya2011-07-011-1/+3
|\ \ \ \ \
| * \ \ \ \ MergeSergey Petrunya2011-06-291-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge semi-join+outer-join fixes into 5.3Sergey Petrunya2011-06-271-1/+3
| | |\ \ \ \ \
| | | * | | | | Make semi-joins work with outer joins part #1:Sergey Petrunya2011-06-221-1/+3
* | | | | | | | Fixed LP bug #803851.Igor Babaev2011-06-301-2/+2
|/ / / / / / /
* | | | | | | MergeIgor Babaev2011-06-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed LP bug #800535.Igor Babaev2011-06-271-1/+1
| |/ / / / / /
* | | | | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-1/+1
|/ / / / / /
* | | | | | Fixed LP bug #799499.Igor Babaev2011-06-241-3/+5
|/ / / / /
* | | | | Added two new flags for the optimizer switch:Igor Babaev2011-06-051-1/+2
* | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-118/+462
|\ \ \ \ \
| * | | | | Fixed typo (exlude -> exclude).unknown2011-05-301-1/+1
| * | | | | Applied Sanja's patch to fix LP bug #784297 in the tree for mwl106.Igor Babaev2011-05-271-4/+4
| * | | | | Fixed 2 valgrind bugs in the tree for mwl #106.Igor Babaev2011-05-221-1/+0
| * | | | | MergeIgor Babaev2011-05-201-117/+462
| |\ \ \ \ \
| | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-117/+462
| | |\ \ \ \ \
| | | * | | | | Post-merge fixes in comments.Igor Babaev2010-09-231-8/+8
| | | * | | | | Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-105/+456
| | | |\ \ \ \ \
| | | | * | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-104/+561
* | | | | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-0/+13
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge MWL#90 with main 5.3 treeSergey Petrunya2011-04-021-0/+13
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | MWL#90: Address review feedback part #1Sergey Petrunya2011-03-191-0/+7
| | * | | | | | | | Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-8/+5
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ MWL#90: Merge (4)Sergey Petrunya2011-02-151-0/+6
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-0/+6
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-0/+6
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-0/+6
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | Subqueries: Inside-out execution for non-semijoin materialized subqueries tha...Sergey Petrunya2010-05-231-0/+6
| | | | | | | |_|_|/ / / / / | | | | | | |/| | | | | | |