summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge MWL #247 from mariadb 5.3 -> mariadb 5.5.Igor Babaev2012-03-0218-94/+10538
|\
| * Addressed all review feedbacks for mwl #247.Igor Babaev2012-02-284-17/+29
| * Merge.Igor Babaev2012-02-2759-281/+1027
| |\
| * \ Merge.Igor Babaev2012-02-22176-1373/+4674
| |\ \
| * | | Fixed LP bug #923236.Igor Babaev2012-01-293-0/+51
| * | | Fixed LP bug #921167.Igor Babaev2012-01-243-1/+87
| * | | Merge.Igor Babaev2012-01-2414-84/+10353
| |\ \ \
| | * | | Added a test case for LP bug #915291.Igor Babaev2012-01-182-0/+51
| | * | | Fixed LP bug #914560.Igor Babaev2012-01-174-3/+54
| | * | | Fixed more compiler warnings. Igor Babaev2012-01-011-2/+4
| | * | | Fixed compiler warnings.Igor Babaev2012-01-011-1/+4
| | * | | Fixed calculation of rec_per_key elements for added components of the extende...Igor Babaev2012-01-014-20/+24
| | * | | Merged MWL#247 into the latest 5.3.Igor Babaev2011-12-3113-72/+10204
| | |\ \ \
| | | * | | Implementation of the MWL#247: Make the optimizer use extended keys.Igor Babaev2011-12-3113-72/+10204
* | | | | | Merge 5.3->5.5.Igor Babaev2012-03-0153-230/+1174
|\ \ \ \ \ \
| * | | | | | Fixed LP bug #943543.Igor Babaev2012-02-296-10/+241
| * | | | | | lp:938977 - Query performance with join/index super slow on MariaDB 5.3.4RCSergei Golubchik2012-02-285-66/+46
| * | | | | | mergeSergei Golubchik2012-02-2810-30/+85
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Automatic mergeMichael Widenius2012-02-288-29/+80
| | |\ \ \ \ \
| | | * | | | | Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"Michael Widenius2012-02-288-29/+80
| * | | | | | | Merge.Igor Babaev2012-02-266-15/+104
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 5.2->5.3Igor Babaev2012-02-264-10/+152
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Fixed LP bug #939866.Igor Babaev2012-02-251-0/+9
| | | * | | | | | Fix of LP bug:938518 (also LP bug:791761 and LP bug:806955)unknown2012-02-253-10/+137
| | | |/ / / / /
| | * | | | | | Rolled back the patch for bug 791761.Igor Babaev2012-02-265-54/+1
| * | | | | | | Bump the version number.Sergey Petrunya2012-02-261-1/+1
| |/ / / / / /
| * | | | | | Merge.Igor Babaev2012-02-2426-115/+280
| |\ \ \ \ \ \
| | * | | | | | Fixed LP bug #939009.Igor Babaev2012-02-2426-114/+279
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Update test results.Sergey Petrunya2012-02-251-0/+18
| * | | | | | BUG#938131: Subquery materialization is not used in CREATE TABLE SELECTSergey Petrunya2012-02-243-3/+37
| * | | | | | Merge 5.2->5.3Sergey Petrunya2012-02-2411-11/+355
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Automatic mergeMichael Widenius2012-02-243-3/+64
| | |\ \ \ \ \
| | | * | | | | Fix for lp:909635: MariaDB crashes on a select with long varchar and blob fieldsMichael Widenius2012-02-243-3/+64
| | * | | | | | Back-ported the fix and test cases for bugs #59487 and #43368 fromIgor Babaev2012-02-227-5/+289
| * | | | | | | Merge fix for BUG#934597Sergey Petrunya2012-02-243-0/+39
| |\ \ \ \ \ \ \
| | * | | | | | | BUG#934597: Assertion `! is_set()' failed in Diagnostics_area::set_ok_status(...Sergey Petrunya2012-02-243-0/+39
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | misc test/result fixesSergei Golubchik2012-03-0112-162/+50
* | | | | | | | Make Tc_log_page_size status variable use SHOW_LONG_NOFLUSH.Sergei Golubchik2012-02-291-1/+1
* | | | | | | | fixing pam plugin to compile againSergei Golubchik2012-02-292-6/+5
* | | | | | | | pbxt suite is now a main-pbxt overlaySergei Golubchik2012-02-29493-100441/+11066
* | | | | | | | instead of having win/notwin tests that only differ in results,Sergei Golubchik2012-02-2310-19/+105
* | | | | | | | don't even try to run xtradb-only tests with innodb, use have_xtradb.combinat...Sergei Golubchik2012-02-2314-138/+34
* | | | | | | | remove few .require files and one duplicate have_*inc file.Sergei Golubchik2012-02-2313-17/+7
* | | | | | | | HAVE_STRNDUP check for pam pluginSergei Golubchik2012-02-231-0/+2
* | | | | | | | overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-2398-533/+1266
* | | | | | | | making more use of My::Suite objectSergei Golubchik2012-02-073-104/+93
* | | | | | | | small cleanupSergei Golubchik2012-02-072-88/+50
* | | | | | | | allow suite.pm to skip combinations that originate from test/include files.Sergei Golubchik2012-02-07117-72/+420
* | | | | | | | mtr: support for rdiff filesSergei Golubchik2012-02-064-87/+95
* | | | | | | | per-combination result filesSergei Golubchik2012-02-068-100/+32