summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6991 GROUP_MIN_MAX optimization is erroneously applied in some casesAlexander Barkov2014-11-181-10/+26
* MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUB...Alexander Barkov2014-11-183-0/+8
* MDEV-7121: Parallel slave may hang if master crashes in the middle of writing...Kristian Nielsen2014-11-171-0/+1
* MDEV-7080: rpl.rpl_gtid_crash fails sporadically in buildbotKristian Nielsen2014-11-171-7/+1
* MDEV-6917: Parallel replication: "Commit failed due to failure of an earlier ...Kristian Nielsen2014-11-132-8/+1
* MDEV-7065: Incorrect relay log position in parallel replication after retry o...Kristian Nielsen2014-11-131-1/+13
* MDEV-6775: Wrong binlog order in parallel replication: Intermediate commitKristian Nielsen2014-11-133-133/+129
* MDEV-6680: Performance of domain_parallel replication is disappointingKristian Nielsen2014-11-134-91/+191
* MDEV-6718: Server crashed in Gtid_log_event::Gtid_log_event with parallel rep...Kristian Nielsen2014-11-133-64/+112
* MDEV-7102: Incorrect PSI_stage_info message in SHOW PROCESSLIST during parall...Kristian Nielsen2014-11-133-2/+5
* MDEV-6775: Wrong binlog order in parallel replicationKristian Nielsen2014-11-131-0/+3
* Revert incorrect/redundant fix for old BUG#34656Kristian Nielsen2014-11-131-11/+7
* MDEV-7101: SAFE_MUTEX lock order warning when reusing wait_for_commit mutexKristian Nielsen2014-11-131-0/+12
* MDEV-6965 non-captured group \2 in regexp_replaceAlexander Barkov2014-11-101-5/+8
* 5.5 mergeSergei Golubchik2014-11-034-5/+4
|\
| * Cleanup.unknown2014-10-312-5/+0
| * MergeSergey Petrunya2014-10-294-8/+56
| |\
| * | Fix two races in test main.processlist that could cause random failures (seen...Kristian Nielsen2014-10-221-0/+1
| * | MDEV-6484: Assertion `tab->ref.use_count' failed on query with joins, constan...Sergey Petrunya2014-10-141-0/+3
* | | MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3)Alexander Barkov2014-11-023-12/+16
* | | MergeSergey Petrunya2014-10-294-17/+41
|\ \ \ | | |/ | |/|
| * | Merge 5.3->5.5Sergey Petrunya2014-10-294-8/+56
| |\ \ | | |/ | |/|
| | * MDEV-6879: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sw...Sergey Petrunya2014-10-291-1/+14
| | * MDEV-6878: Use of uninitialized saved_primary_key in Mrr_ordered_index_reader...Sergey Petrunya2014-10-292-2/+14
| | * MDEV-6888: Query spends a long time in best_extension_by_limited_search with ...Sergey Petrunya2014-10-292-5/+28
* | | Fixed bug mdev-6843.Igor Babaev2014-10-281-1/+6
* | | MergeIgor Babaev2014-10-282-13/+28
|\ \ \
| * | | Fixed bug mdev-6325.Igor Babaev2014-10-282-13/+28
* | | | Better commentsSergey Petrunya2014-10-231-1/+10
* | | | MergeSergey Petrunya2014-10-211-14/+14
|\ \ \ \
| * | | | MDEV-6879: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sw...Sergey Petrunya2014-10-201-1/+14
* | | | | MDEV-6649 Different warnings for TIME and TIME(N) when @@old_mode=zero_date_t...Alexander Barkov2014-10-202-11/+23
| |/ / / |/| | |
* | | | MDEV-6879: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sw...Sergey Petrunya2014-10-161-1/+14
|/ / /
* | | MDEV-6878: Use of uninitialized saved_primary_key in Mrr_ordered_index_reader...Sergey Petrunya2014-10-162-9/+20
* | | mergeSergei Golubchik2014-10-1111-35/+70
|\ \ \
| * \ \ mergeSergei Golubchik2014-10-1011-35/+70
| |\ \ \
| | * \ \ 5.5.40+ mergeSergei Golubchik2014-10-0911-35/+70
| | |\ \ \ | | | |/ /
| | | * | jemalloc compatibilitySergei Golubchik2014-10-081-1/+2
| | | * | MDEV-6781: bug with query cache when using viewsunknown2014-10-071-1/+1
| | | * | MDEV-5553 A view or procedure with a non existing definer can block "SHOW TAB...Sergei Golubchik2014-10-071-1/+1
| | | * | mysql-5.5.40Sergei Golubchik2014-10-066-5/+54
| | | |\ \
| | | | * | Applying the patch to remove WL#7219 which was by mistake included by the dev...Murthy Narkedimilli2014-09-051-1/+1
| | | | * | Bug#18928848 II. MALLOC OF UNINITIALIZED MEMORY SIZETor Didriksen2014-08-211-3/+14
| | | | * | Bug#14757009: WHEN THE GENERAL_LOG IS A SOCKET AND THE READERPraveenkumar Hulakund2014-07-171-0/+5
| | | | * | Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS....Tor Didriksen2014-07-072-1/+33
| | | | * | WL#7219: Implement audit filterAshish Agarwal2014-07-041-1/+1
| | | | * | Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCYArun Kuruvila2014-07-024-2/+34
| | | * | | MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1)Sergei Golubchik2014-10-032-13/+1
| | | * | | MDEV-6461 mysqld should not trap SIGTSTP if running with --gdb/--debug-gdbSergei Golubchik2014-10-021-3/+5
| | | * | | MDEV-6528 review debian patches for mysqlSergei Golubchik2014-10-021-1/+1