summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-1/+1
* merge with 5.3Sergei Golubchik2011-10-191-199/+590
|\
| * 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
| | | | | | | | |_|_|/ | | | | | | | |/| | |
| * | | | | | | | | | Fixed the abort failure of a test case from vcol.vcol_misc.Igor Babaev2011-05-281-0/+2
| * | | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-4/+6
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | db_low_byte_first is goneSergei Golubchik2011-05-201-3/+0
| * | | | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-1/+2
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-1/+2
| | | |\ \ \ \ \ \ \ \ \
| * | | \ \ \ \ \ \ \ \ \ Merge in fix for BUG#727667Sergey Petrunya2011-03-251-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | BUG#727667 Wrong result with OR + NOT NULL in maria-5.3Sergey Petrunya2011-03-051-0/+2
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| / / / / / / / / / / | | |/ / / / / / / / / /
| | * | | | | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-6/+10
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Fixed compiler and build error:Michael Widenius2011-02-251-2/+6
| | * | | | | | | | | | Merge with alias as StringMichael Widenius2011-02-281-13/+19
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-12/+16
| * | | | | | | | | | | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge with 5.1Michael Widenius2011-01-111-8/+5
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | / / / / | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | | * | | | | | | | | virtual columns:Sergei Golubchik2010-12-311-8/+5
| * | | | | | | | | | | MergeIgor Babaev2011-01-211-41/+53
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | * | | | | | | | | | The patch adds the code that allows to use equi-join conditionsIgor Babaev2011-01-041-41/+53
| | |/ / / / / / / / /
| * | | | | | | | | | Backport of:Sergey Petrunya2011-01-141-2/+0
| |/ / / / / / / / /
| * | | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-0/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /