summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* fixes for windowsSergei Golubchik2011-10-213-2/+3
* bugfix: query cache was using incorrect wait flagSergei Golubchik2011-10-191-2/+2
* bugfix: progress reporting and sub-statementsSergei Golubchik2011-10-192-5/+13
* don't forget to call ha_index_end before destroying the handlerSergei Golubchik2011-10-191-1/+2
* with introduction of progress reporting, max error number is 65534Sergei Golubchik2011-10-191-3/+4
* bugfix: delay_key_write=ALL cannot be turned offSergei Golubchik2011-10-191-0/+2
* cleanupsSergei Golubchik2011-10-196-13/+7
* safe_mutex deadlock detector post-merge fixesSergei Golubchik2011-10-193-10/+11
* Id column in EXPLAIN can be null.Sergei Golubchik2011-10-191-1/+2
* merge with 5.3Sergei Golubchik2011-10-19169-14853/+35286
|\
| * lp:822760 Wrong result with view + invalid datesSergei Golubchik2011-08-221-1/+1
| * Fixed LP bug #826279.Igor Babaev2011-08-191-2/+12
| * Fix bug lp:813473unknown2011-08-173-4/+25
| * field_conv.cc: added commentsSergey Petrunya2011-08-172-1/+15
| * MergeSergey Petrunya2011-08-171-1/+6
| |\
| | * BUG#826935 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergey Petrunya2011-08-171-1/+6
| * | Fixed LP bug #825035.Igor Babaev2011-08-165-0/+10
| * | MergeSergey Petrunya2011-08-161-0/+12
| |\ \ | | |/
| | * BUG#818280: crash in do_copy_not_null() in maria-5.3 with semijoinSergey Petrunya2011-08-161-0/+12
| * | Automatic merge with 5.2Michael Widenius2011-08-165-11/+26
| |\ \ | | |/ | |/|
| | * Fixed build failure in embedded library regarding that decrease_user_connecti...Michael Widenius2011-08-162-1/+3
| | * Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-164-10/+23
| * | Early check of subquery cache hit rate added to limit its performance impact ...unknown2011-08-122-9/+30
| * | Protect statistic variables of subquery cache.unknown2011-08-121-2/+5
| * | Fixed LP bug #823189.Igor Babaev2011-08-111-1/+4
| * | Fixed LP bug #823826.Igor Babaev2011-08-111-0/+4
| * | Fix bug lp:817384unknown2011-08-091-1/+3
| * | Fixed LP bug #819716.Igor Babaev2011-08-081-1/+1
| * | Merge fix for BUG#822134Sergey Petrunya2011-08-091-7/+36
| |\ \
| | * | BUG#822134: Invalid plan and wrong result set for Q20 from DBT3 benchmark setSergey Petrunya2011-08-091-7/+36
| * | | MergeSergey Petrunya2011-08-051-161/+459
| |\ \ \ | | |/ /
| | * | Backport of:Sergey Petrunya2011-08-051-3/+54
| | * | Backport of:Sergey Petrunya2011-08-041-160/+407
| * | | Limit query length in error log to 64K, to avoid output of full blobsVladislav Vaintroub2011-08-031-1/+1
| * | | Enhance crash reporting. Fix Vladislav Vaintroub2011-08-031-1/+2
| |/ /
| * | Fixed LP bug #817360.Igor Babaev2011-07-291-6/+8
| * | Subquery cache going on disk management fix: Do not go on disk if hit rate is...unknown2011-07-282-6/+44
| * | Fixed a crash with pbxt.subselect when 'derived_merge' is set off inIgor Babaev2011-07-221-1/+1
| * | Merge.Igor Babaev2011-07-212-4/+2
| |\ \
| | * | Made the optimizer switches 'derived_merge' and 'derived_with_keys'Igor Babaev2011-07-212-4/+2
| * | | Fix for LP BUG#806071unknown2011-07-212-1/+17
| * | | BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu...Sergey Petrunya2011-07-211-0/+9
| * | | Merge from 5.2unknown2011-07-217-36/+40
| |\ \ \ | | | |/ | | |/|
| | * | Merge 5.1->5.2unknown2011-07-215-15/+27
| | |\ \
| | | * | Removed incorrect fix and its test suite (the test suit is duplicate).unknown2011-07-212-12/+0
| | | * | The function description added.unknown2011-07-211-0/+1
| | | * | Fix of LP BUG#777809unknown2011-07-212-3/+26
| | * | | 5.1 mergeSergei Golubchik2011-07-121-6/+6
| | |\ \ \ | | | |/ /
| | | * | bugfix: create internal temporary tables in mysql_tmpdir, not in datadirSergei Golubchik2011-07-121-6/+6
| | | * | protocol safety fix:Sergei Golubchik2011-07-071-3/+4