summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Change the default @@optimizer_switch settings:Sergey Petrunya2011-11-022-4/+7
* Fix bug lp:833702unknown2011-11-011-1/+1
* Fix of typo.unknown2011-11-011-1/+1
* BUG#884631: Table elimination works 5.3 release builds even if turned offSergey Petrunya2011-11-011-2/+0
* BUG#882994: Crash in QUICK_RANGE_SELECT::reset with derived_with_keysSergey Petrunya2011-10-312-0/+9
* - Let t/myisam_icp.test run include/icp_tests.inc with MRR/ICP turned ON (not...Sergey Petrunya2011-10-281-1/+1
* Merge.Igor Babaev2011-10-271-1/+5
|\
| * Fixed LP bug #874035.Igor Babaev2011-10-271-1/+5
* | BUG#882472: subselect4.test fails in current 5.3Sergey Petrunya2011-10-274-22/+17
* | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-264-3/+27
|/
* Fixed LP bug #881449.Igor Babaev2011-10-261-3/+9
* Merge fix for BUG#877288Sergey Petrunya2011-10-261-1/+2
|\
| * BUG#877288: Wrong result with semijoin + materialization + multipart keySergey Petrunya2011-10-261-1/+2
* | Fixed LP bug #881318.Igor Babaev2011-10-251-1/+18
|/
* Fixed LP bug #880724.Igor Babaev2011-10-241-1/+3
* Fixed LP bug #879882.Igor Babaev2011-10-231-0/+1
* Fixed LP bug #878769.Igor Babaev2011-10-221-1/+2
* Fixed LP bug #874378.Igor Babaev2011-10-224-10/+21
* Fixed LP bug #878199.Igor Babaev2011-10-201-1/+1
* Merge.Igor Babaev2011-10-193-0/+9
|\
| * Fixed LP bug #877316.Igor Babaev2011-10-193-0/+9
* | merge 5.2Vladislav Vaintroub2011-10-191-2/+2
|\ \ | |/ |/|
| * Fixed wrong info message for mysqld --general-logMichael Widenius2011-10-161-2/+2
* | mergeunknown2011-10-186-15/+8
|\ \
| * | Compiler warning about assigned but not used variables fixed.unknown2011-10-186-16/+9
* | | Fixed a compiler warning.Igor Babaev2011-10-171-1/+1
* | | Merge.Igor Babaev2011-10-172-16/+33
|\ \ \
| * | | Fixed LP bug #874006.Igor Babaev2011-10-162-16/+33
* | | | Remove extra MariaDB- from binary tar.gz file nameMichael Widenius2011-10-161-0/+2
* | | | In crash handler, output session value of the optimizer switch.Vladislav Vaintroub2011-10-141-2/+10
|/ / /
* | | Merge.Igor Babaev2011-10-142-0/+20
|\ \ \ | |/ / |/| |
| * | Fixed LP bug #872735.Igor Babaev2011-10-132-0/+20
* | | lp:817966 int_column IN (string_constant)Sergei Golubchik2011-10-131-8/+8
|/ /
* | Remove garbage commentSergey Petrunya2011-10-131-1/+0
* | Code cleanup: move variable into branch that uses itSergey Petrunya2011-10-121-1/+1
* | Fix compile error: ‘cond_copy’ may be used uninitialized in this function.Sergey Petrunya2011-10-121-2/+3
* | BUG#869001: Wrong result with semijoin + materialization + firstmatch + multi...Sergey Petrunya2011-10-121-0/+11
* | Merge fix for BUG#869012Sergey Petrunya2011-10-111-1/+1
|\ \
| * | BUG#869012: Wrong result with semijoin + materialization + AND in WHERESergey Petrunya2011-10-111-1/+1
* | | mergeSergei Golubchik2011-10-1110-46/+83
|\ \ \ | | |/ | |/|
| * | merge with 5.1Sergei Golubchik2011-10-072-1/+20
| |\ \
| | * | disable feedback plugin by default. Now on windows too.Sergei Golubchik2011-10-061-1/+3
| | * | merge the feedback treeSergei Golubchik2011-10-061-0/+17
| | |\ \
| | | * | merge with feedback-pluginSergei Golubchik2011-10-061-0/+4
| | | * | tests for feedback plugin,Sergei Golubchik2011-10-041-0/+13
| * | | | Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-068-45/+63
* | | | | Fixed LP bug #870046.Igor Babaev2011-10-111-2/+4
| |_|_|/ |/| | |
* | | | Mergeunknown2011-10-102-2/+3
|\ \ \ \
| * | | | Making subquery cache on by default.unknown2011-10-052-2/+3
* | | | | make sure that cast(... as date) returns a valid date, as specified by the ca...Sergei Golubchik2011-09-292-2/+12