summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2014-02-2587-255/+505
|\
| * 5.3 mergeSergei Golubchik2014-02-228-7/+94
| |\
| | * After constant row substitution the optimizer should call the methodIgor Babaev2014-02-201-0/+1
| | * Backport the following from 5.5 to 5.3:Sergey Petrunya2014-02-191-0/+2
| | * Fix compile failure:Sergey Petrunya2014-02-191-1/+2
| | * Add a debugger helper function that does this:Sergey Petrunya2014-02-191-0/+79
| | * MDEV-5600: Wrong result on 2nd execution of PS depending on the length of the...Sergey Petrunya2014-02-191-0/+1
| | * MDEV-5615 crash in Gcalc_function::add_operation.Alexey Botchkov2014-02-182-3/+6
| | * MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with mat...Sergey Petrunya2014-02-153-3/+5
| * | increment and get the query_id atomically, otherwise two concurrent threadsSergei Golubchik2014-02-191-3/+4
| * | At --log-warnings=9 or more, log at what address a dynamic plugin was loaded.Sergei Golubchik2014-02-171-0/+10
| * | Post-merge fixes: merge MariaDB's fix for MDEV-5177 and MDEV-5555 Sergey Petrunya2014-02-171-17/+7
| * | MergeSergey Petrunya2014-02-171-2/+59
| |\ \
| | * | MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-02-171-2/+59
| * | | don't open and fill all I_S tables for SELECT * FROM I_S.TRIGGERSSergei Golubchik2014-02-171-0/+4
| * | | MySQL-5.5.36 mergeSergei Golubchik2014-02-1769-205/+276
| |\ \ \
| | * | | Updated/added copyright headersMurthy Narkedimilli2014-01-0660-61/+65
| | * | | Bug17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTEDVenkatesh Duggirala2013-12-181-1/+1
| | * | | Bug#17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTEDVenkatesh Duggirala2013-12-177-45/+41
| | * | | Bug#16539979 - BASIC SELECT COUNT(DISTINCT ID) IS BROKENGuilhem Bichot2013-12-042-41/+69
| | * | | Bug#12428404 MYSQLD.EXE CRASHES WHEN EXTRACTVALUE() IS CALLED WITHAnirudh Mangipudi2013-11-251-0/+3
| | |\ \ \
| | | * | | Bug#12428404 MYSQLD.EXE CRASHES WHEN EXTRACTVALUE() IS CALLED Anirudh Mangipudi2013-11-251-0/+3
| | * | | | backport of Bug#17401628Mattias Jonsson2013-11-201-4/+7
| | * | | | Bug #17708621 : EXCEEDING SORT_BUFFER_SIZE (FILE SORT) mithun2013-11-181-0/+14
| | * | | | Bug #17049656 : MYSQLD --LOCAL-SERVICE PARAMETER DOES NOT WORKAtanu Ghosh2013-11-141-1/+1
| | * | | | Bug#17641586 INCORRECTLY PRINTED BINLOG DUMP INFORMATIONVenkatesh Duggirala2013-11-121-1/+1
| | * | | | Bug#16736412: THE SERVER WAS CRASHED WHILE EXECUTINGSujatha Sivakumar2013-11-071-3/+3
| | * | | | Bug#16691598 - ORDER BY LOWER(COLUMN) PRODUCES OUT-OF-ORDER RESULTSNeeraj Bisht2013-11-071-15/+17
| | * | | | Bug#16736412: THE SERVER WAS CRASHED WHILE EXECUTINGSujatha Sivakumar2013-11-061-0/+11
| | * | | | Bug#17588348: INDEX MERGE USED ON PARTITIONED TABLE Aditya A2013-11-051-7/+17
| | * | | | Bug#12368495 CRASH AND/OR VALGRIND ERRORS WITH REVERSE FUNCTION AND CHARSET C...Tor Didriksen2013-11-051-4/+24
| * | | | | 5.3 mergeSergei Golubchik2014-02-146-26/+27
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | MDEV-714 LP:1020645 - crash (sig 11) with union querySergei Golubchik2014-02-131-1/+2
| | * | | use a different error for MySQL bug#11747970 - kill the query,Sergei Golubchik2014-02-131-7/+1
| | * | | Remove the fix from MySQL-5.1 that's not necessary in 5.3Sergei Golubchik2014-02-132-7/+3
| | * | | 5.2 mergeSergei Golubchik2014-02-132-11/+21
| | |\ \ \
| | | * \ \ 5.1 mergeSergei Golubchik2014-02-132-11/+21
| | | |\ \ \
| | | | * | | fix embedded testsSergei Golubchik2014-02-131-1/+0
| | | | * | | MDEV-5655 Server crashes on NAME_CONST containing AND/OR expressionsSergei Golubchik2014-02-121-10/+21
| | | * | | | 5.1 mergeSergei Golubchik2014-01-283-15/+5
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | 5.1 mergeSergei Golubchik2014-01-211-2/+2
| | | |\ \ \ \
| * | | | | | | MDEV-5616 - Deadlock between CREATE/DROP FUNCTION and SELECT from viewSergey Vojtovich2014-02-131-5/+13
| * | | | | | | MDEV-5505: Assertion `! is_set()' fails on PREPARE SELECT with out of range i...unknown2014-02-121-1/+1
| * | | | | | | Support 6 digit version numbers in executable comment syntax.Michael Widenius2014-02-111-15/+18
| * | | | | | | Fixed MDEV-5617: mysqld crashes when running a query with ONLY_FULL_GROUP_BYMichael Widenius2014-02-112-6/+11
| * | | | | | | Set default progress report time to 5 secondsMichael Widenius2014-02-111-1/+1
| * | | | | | | Fix for MDEV-5629: Failing assertion: state == TRX_STATE_NOT_STARTED on concu...Michael Widenius2014-02-111-2/+7
| * | | | | | | MDEV-5607: Query cache destroys uninitialized rwlockunknown2014-02-111-0/+1
| * | | | | | | Merge 5.3->5.5Igor Babaev2014-02-104-5/+14
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MergeIgor Babaev2014-02-071-1/+5
| | |\ \ \ \ \ \