summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge lp:codership-mysql/5.5 -r3961..3980.Jan Lindström2014-04-1610-20/+153
* Merge from lp:maria/5.5 to maria-5.5.37 release revision 4154.Jan Lindström2014-04-1658-299/+480
|\
| * MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client.Alexey Botchkov2014-04-153-131/+45
| * MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-151-0/+3
| * MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-152-6/+13
| * MDEV-5991: crash in Item_field::used_tablesmariadb-5.5.37unknown2014-04-151-1/+9
| * MDEV-5700 Cannot SHOW CREATE VIEW if underlying tabels are ALTERedSergei Golubchik2014-04-101-10/+4
| * Make THDVAR_INT variables to be signed in SELECT in SHOWSergei Golubchik2014-04-092-5/+11
| * MDEV-5743 Server crashes in mysql_alter_table on an attempt to add a primary ...Sergei Golubchik2014-04-071-1/+1
| * Merge MDEV-6067 from 5.3 to 5.5.unknown2014-04-113-21/+6
| |\
| | * Merge MDEV-6067 from 5.2 to 5.3.unknown2014-04-113-21/+5
| | |\
| | | * MDEV-6067: Partitioned table DML sometimes binlogged without XID eventunknown2014-04-113-21/+5
| * | | mysql-5.5.37 selective mergeSergei Golubchik2014-03-2731-17/+134
| |\ \ \
| | * | | Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-1724-0/+24
| | * | | Bug#17075846 - UNQUOTED FILE NAMES FOR VARIABLE VALUES ARENeeraj Bisht2014-02-121-1/+8
| | * | | Bug#16814264: FILTER OUT THE PERFORMANCE_SCHEMA RELAY LOG EVENTS FROM RELAY LOGRitheesh Vedire2014-01-311-0/+8
| | * | | BUG#18054998 - BACKPORT FIX FOR BUG#11765785 to 5.5Thayumanavar2014-01-133-17/+7
| | * | | Bug#17081415:>=4GB ROW EVENT CRASHES SERVER WITH WILD MEMCPYSujatha Sivakumar2014-01-101-2/+25
| | * | | BUG#17066269Luis Soares2014-01-092-7/+63
| | |\ \ \
| | | * | | BUG#17066269: AUTO_INC VALUE NOT PROPERLY GENERATED WITH RBR ANDLuis Soares2013-12-182-5/+61
| | * | | | Bug #17307201 : FAILING ASSERTION: PREBUILT->TRX->CONC_STATE == 1mithun2014-01-091-2/+7
| | * | | | BUG#17324415:GETTING MYSQLD --HELP AS ROOT EXITS WITH 1Nisha Gopalakrishnan2014-01-081-2/+3
| | * | | | Bug #17503460 MYSQL READ ONLY DOESN'T WORK FOR DROP TRIGGERBharathy Satish2014-01-071-0/+7
| * | | | | MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_ty...Sergei Golubchik2014-03-261-2/+1
| * | | | | compilation failure with BUILD/compile-amd64-valgrind-maxSergei Golubchik2014-03-261-1/+1
| * | | | | move file->position() down, to make sure it's executed only whenSergei Golubchik2014-03-251-6/+7
| * | | | | 5.3 mergeSergei Golubchik2014-03-253-3/+16
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | MDEV-5783 Assertion `0' failed in make_sortkey(SORTPARAM*, uchar*, uchar*) on...Alexander Barkov2014-03-231-1/+1
| | * | | | Fix to make it compiling with valgrind.unknown2014-03-211-1/+1
| | * | | | MergeSergey Petrunya2014-03-181-1/+14
| | |\ \ \ \
| | | * | | | MDEV-5811: Server crashes in best_access_path with materialization+semijoin a...Sergey Petrunya2014-03-131-1/+14
| | * | | | | 5.2 mergeSergei Golubchik2014-03-16155-462/+843
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | 5.1 mergeSergei Golubchik2014-03-16155-461/+860
| | | |\ \ \ \
| | | | * \ \ \ mysql-5.1.73 mergeSergei Golubchik2014-03-15155-481/+922
| | | | |\ \ \ \
| * | | | \ \ \ \ 5.3-mergeSergei Golubchik2014-03-167-23/+61
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | MDEV-5446: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...unknown2014-03-141-0/+2
| | * | | | | | | 5.2 mergeSergei Golubchik2014-03-131-1/+6
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | unix_socket bypasses make_if_fail by not doing any network readsSergei Golubchik2014-03-131-1/+6
| | | * | | | | merge 5.1->5.2unknown2014-03-121-1/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | MDEV-5717: Server crash with insert statement containing DEFAULT into viewunknown2014-03-121-1/+1
| | * | | | | | MDEV-5717: Server crash with insert statement containing DEFAULT into viewunknown2014-03-121-1/+1
| | * | | | | | MDEV-5740: Assertion `!derived->first_select()->exclude_from_table_unique_tes...unknown2014-03-073-20/+45
| | * | | | | | Fixed bug mdev-5686.Igor Babaev2014-03-061-1/+7
| * | | | | | | Fix code in make_sortkey() that only worked by chanceSergei Golubchik2014-02-261-12/+5
| * | | | | | | MDEV-5829: STOP SLAVE resets global status variablesMichael Widenius2014-03-144-10/+17
| * | | | | | | MDEV-5089 - possible deadlocks between rwlocks and mutexesSergey Vojtovich2014-02-132-6/+1
| * | | | | | | Debugging aid: Add T* List<T>::elem(int n) which returns N-th element in the ...Sergey Petrunya2014-03-112-2/+16
| * | | | | | | MergeSergey Petrunya2014-03-112-44/+122
| |\ \ \ \ \ \ \
| | * | | | | | | MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-03-112-44/+122
| * | | | | | | | Fixed a compiler failure and removed some warnings in windowsMichael Widenius2014-03-111-1/+1