summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MWL#90: Address review feedback part #8Sergey Petrunya2011-03-222-6/+7
* MWL#90: Address review feedback part #7Sergey Petrunya2011-03-223-43/+83
* MWL#90: Address review feedback part #6: more clearer code in next_linear_tab...Sergey Petrunya2011-03-221-5/+15
* MWL#90: Address review feedback part #5Sergey Petrunya2011-03-225-132/+98
* MWL#90: Address review feedback part #4Sergey Petrunya2011-03-224-40/+42
* MWL#90: Address review feedback part #3Sergey Petrunya2011-03-211-10/+17
* MWL#90: Address review feedback part #2Sergey Petrunya2011-03-213-15/+24
* MWL#90: Address review feedback part #1Sergey Petrunya2011-03-198-20/+21
* Fix error code handling in fix for BUG#724228Sergey Petrunya2011-03-011-1/+2
* Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-0144-566/+1003
|\
| * Merge fix for BUG#725275Sergey Petrunya2011-03-011-1/+3
| |\
| | * BUG#724275: Crash in JOIN::optimize in maria-5.3Sergey Petrunya2011-03-011-1/+3
| * | Fixed LP bug #725050.Igor Babaev2011-02-271-2/+6
| |/
| * Merge.Igor Babaev2011-02-272-1/+3
| |\
| | * Minor corrections.Igor Babaev2011-02-272-1/+3
| * | MergeIgor Babaev2011-02-272-54/+103
| |\ \
| | * | BNLH algorithm always used a full table scan over the joined tableIgor Babaev2011-02-232-54/+103
| * | | Fix buildbot failure in fix of BUG#723822Sergey Petrunya2011-02-262-2/+3
| * | | Merge of fix for BUG#723822Sergey Petrunya2011-02-251-1/+2
| |\ \ \
| | * | | BUG#723822: Crash in get_constant_key_infix with EXISTS ( SELECT .. DISTINCT )Sergey Petrunya2011-02-251-1/+2
| * | | | Fixed compiler warningsMichael Widenius2011-02-253-2/+3
| |/ / /
| * | | Merge with mainMichael Widenius2011-02-2228-439/+805
| |\ \ \
| | * \ \ Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-2228-439/+805
| | |\ \ \
| | | * | | Fix for LP#702786 "Two handler read f1 next gives different errors"Michael Widenius2011-01-141-0/+1
| | | * | | Merge with 5.2Michael Widenius2011-01-122-8/+17
| | | |\ \ \
| | | | * \ \ Merge with 5.1Michael Widenius2011-01-122-6/+15
| | | | |\ \ \
| | | | | * \ \ Merge with 5.1Michael Widenius2011-01-121-5/+14
| | | | | |\ \ \
| | | | | | * | | Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-121-5/+14
| | | | | * | | | Merge BUG#675118 into maria-5.1Sergey Petrunya2011-01-121-1/+1
| | | | | |\ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | | | * | | BUG#675118: Elimination of a table results in an invalid execution planSergey Petrunya2011-01-111-1/+1
| | | * | | | | | Fix for LP#697622 Assertion `! is_set()' failed when preparing a HANDLER stat...Michael Widenius2011-01-121-5/+2
| | | * | | | | | Added HANDLER support for MEMORY tablesMichael Widenius2011-01-111-2/+2
| | | * | | | | | Merge with 5.1Michael Widenius2011-01-1117-81/+114
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Automatic merge with 5.1Michael Widenius2011-01-103-4/+21
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-103-3/+20
| | | | * | | | | Fixed typosMichael Widenius2011-01-071-1/+1
| | | | * | | | | Merge with 5.1Michael Widenius2011-01-056-6/+50
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | ALTER TABLE IGNORE didn't ignore duplicates for unique add index for InnoDBMichael Widenius2011-01-051-0/+10
| | | | | * | | | Make copy from heap to MyISAM / Aria killable.Michael Widenius2011-01-051-0/+6
| | | | | * | | | Speed up `mtr --parallel=<lots>` by scheduling some slow tests earlier.unknown2011-01-031-3/+8
| | | | | |/ / /
| | | | | * | | Fixed LP bug #639935 (bug #58727).Igor Babaev2010-12-243-3/+26
| | | | * | | | virtual columns:Sergei Golubchik2010-12-315-25/+11
| | | | * | | | lpbug#665028 SHOW STORAGE ENGINES shows incorrect Transaction support for AriaSergei Golubchik2010-12-271-6/+10
| | | * | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-0418-398/+690
| * | | | | | | Bug#53240 :Fixed dependency to prevent occasional situationsVladislav Vaintroub2011-02-211-2/+1
| |/ / / / / /
| * | | | | | add newline at the end of fileVladislav Vaintroub2011-02-191-1/+1
| * | | | | | Fix remaining windows (32 bit) warnings.Vladislav Vaintroub2011-02-191-1/+4
| * | | | | | Fixed high-impact Windows 64bit warnings (at least 4000 of them)Vladislav Vaintroub2011-02-196-9/+9
| * | | | | | Fixed DBUG_PRINT formatting (compile error on Linux with -Werror)Vladislav Vaintroub2011-02-191-3/+4
| * | | | | | Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-189-47/+47