summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* BUG#933407: Valgrind warnings in mark_as_null_row with materialization+semijo...Sergey Petrunya2012-02-201-1/+13
* Merge fix for BUG#928048Sergey Petrunya2012-02-141-3/+4
|\
| * BUG#928048: Query containing IN subquery with OR in the where clause returns ...Sergey Petrunya2012-02-141-3/+4
* | Fixed LP bug #925985.Igor Babaev2012-02-132-2/+4
* | When we fail during slave thread initialisation, keep mi->run_lockunknown2012-02-131-4/+4
* | mergeVladislav Vaintroub2012-02-111-14/+20
|\ \
| * \ Fix for MDEV-140, LPBug#930145 - broken SSL connectivity for some connectorsVladislav Vaintroub2012-02-111-14/+20
| |\ \
| | * | A recent change in the server protocol code broke SSL connection for some cli...Vladislav Vaintroub2012-02-111-14/+21
* | | | Merge fix for lp:910817: Race condition in kill_threads_for_user().unknown2012-02-101-3/+13
|\ \ \ \
| * \ \ \ Merge fix for lp:910817: Race condition in kill_threads_for_user().unknown2012-02-101-3/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | lp:910817: Race condition in kill_threads_for_user()unknown2012-02-101-3/+13
* | | | | Fixed that prepared statements are properly igored (if possible) by query cache.Michael Widenius2012-02-101-0/+25
|/ / / /
* | | | Made mrr related counters temporarily invisible until we agree upon their nam...Igor Babaev2012-02-031-0/+3
* | | | Fixed typos in Query Cache.unknown2012-02-032-6/+6
* | | | Merge with 5.2unknown2012-02-031-1/+0
|\ \ \ \
| * | | | Fixed DELETE issues of view over view over table.unknown2012-02-031-2/+3
| * | | | Fix check of view updatability in case of underlying view changes its updatab...unknown2012-02-034-5/+40
| | |/ / | |/| |
* | | | Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.unknown2012-02-0310-22/+65
* | | | Merge.Igor Babaev2012-02-0114-22/+60
|\ \ \ \
| * \ \ \ Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-0114-22/+60
| |\ \ \ \ | | |/ / /
| | * | | Fixed LP bug #919427.Igor Babaev2012-01-202-0/+4
| | * | | lp:893522 more problems found by PVS StudioSergei Golubchik2012-01-122-3/+3
| | * | | Back-ported the fix and the test case for bug #50257 from mariadb-5.3 code line.Igor Babaev2012-01-131-2/+1
| | * | | Back-ported the test cases for bug #12763207 from mysql-5.6 code line into 5.2Igor Babaev2012-01-132-1/+3
| | * | | MergeMichael Widenius2012-01-071-2/+0
| | |\ \ \
| | | * | | Fixed wrong mergeMichael Widenius2012-01-071-2/+0
| | * | | | Fix of LP BUG#793589 Wrong result with double ORDER BYunknown2012-01-051-0/+9
| | |/ / /
| | * | | Merge with 5.1Michael Widenius2012-01-042-3/+9
| | |\ \ \
| | | * | | Fixed LP bug #848652.Igor Babaev2011-12-291-3/+4
| | | * | | Fixes lp:907049 "Server started with skip-aria crashes on an attempt to conne...Michael Widenius2011-12-211-2/+5
| | * | | | Fix embedded/windows tests- move COND_manager and LOCK_manager to sql_manager...Vladislav Vaintroub2012-01-023-10/+10
| | * | | | Fixed LP bug #806057.Igor Babaev2011-12-291-1/+6
| | * | | | Fixed LP bug #777654.Igor Babaev2011-12-281-2/+1
| | * | | | Fixed LP bug #879860.Igor Babaev2011-12-271-0/+4
| | * | | | Fixed LP bug #904345.Igor Babaev2011-12-273-6/+31
| | * | | | Fixed LP bug #794005.Igor Babaev2011-12-201-0/+3
| | * | | | Fixed LP bug #906322.Igor Babaev2011-12-191-2/+0
* | | | | | fix for LP BUG#921878.unknown2012-02-011-5/+5
|/ / / / /
* | | | | sort status variables alphabetically in mysqld.ccSergei Golubchik2012-01-311-2/+2
* | | | | BUG#923246: Loosescan reports different result than other semijoin methodsSergey Petrunya2012-01-301-0/+5
* | | | | Merge fix for BUG#922254Sergey Petrunya2012-01-301-4/+6
|\ \ \ \ \
| * | | | | BUG#922254: Assertion `0' failed at item_cmpfunc.cc:5899: Item* Item_equal::g...Sergey Petrunya2012-01-271-4/+6
* | | | | | Fixed LP bug #922971.Igor Babaev2012-01-281-10/+10
|/ / / / /
* | | | | Fix compile failure when built without query cache: define Sergey Petrunya2012-01-261-0/+1
* | | | | Sort counters by name (will this make them show in the same order on all plat...Sergey Petrunya2012-01-261-5/+5
* | | | | BUG#920713: Wrong result (missing rows) with firstmatch+BNL, IN subquery, ...Sergey Petrunya2012-01-253-5/+28
* | | | | MergeSergey Petrunya2012-01-256-4/+35
|\ \ \ \ \
| * | | | | BUG#920255: Wrong result (extra rows) with loosescan and IN subquerySergey Petrunya2012-01-253-2/+9
| * | | | | Add MRR counters: Handler_mrr_init, Handler_mrr_extra_rowid_sorts, Sergey Petrunya2012-01-233-2/+26
* | | | | | Fixed creating limit for exists subquery.unknown2012-01-231-1/+2
|/ / / / /