summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26: Global transaction ID.unknown2013-05-2284-513/+996
* Fix race condition in binlog dump thread during server shutdown.unknown2013-05-164-4/+11
* MDEV-26: Global transaction ID.unknown2013-05-1519-147/+1824
* Merge of patch lp:~ahiguti100/maria/handlersocket-fix-78 by Akira HiguchiMichael Widenius2013-05-1015-112/+260
* Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G...Michael Widenius2013-05-1027-326/+651
* Fix big problem in previous push. (Relay log cleanup would nuke binlog state)unknown2013-05-061-1/+2
* Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-0518-41/+73
* MDEV-4473: mysql_binlog_send() starts sending events from wrong GTID position...unknown2013-05-035-8/+195
* Instead of writing "Errcode" to the log for Slave errors, use "Internal Maria...Michael Widenius2013-05-0374-133/+133
* Fixed: MDEV-4352; LOAD DATA was not multi-source safeMichael Widenius2013-05-038-48/+215
* MDEV-4446: Incorrect handling of binlog checksum when searching for GTID star...unknown2013-04-293-4/+32
* Fix more failures in buildbot.unknown2013-04-253-4/+4
* Add missing check for thd->killed in mysql_binlog_send().unknown2013-04-248-33/+35
* Merge from mwl253Igor Babaev2013-04-222-59/+13
|\
| * Make test working on case insensitive file systemunknown2013-04-222-59/+13
* | Merge mwl253 -> 10.0-baseIgor Babaev2013-04-2125-10/+1118
|\ \ | |/
| * Removed comparison of table names.unknown2013-04-222-4/+28
| * decode_histogram fixed to show delta of the last value with maximum.unknown2013-04-212-8/+8
| * Fix of the test suite.unknown2013-04-212-0/+2
| * Changed a test case.Igor Babaev2013-04-202-4/+4
| * MDEV-4402 A function to visualize histograms data.unknown2013-04-206-2/+190
| * Merge.Igor Babaev2013-04-207-3/+341
| |\
| | * MDEV-4345: fixed optimizer_selectivity_sampling_limit default value.unknown2013-04-193-15/+15
| | * MDEV-4345: Fixed system variables tests.unknown2013-04-195-1/+339
| * | Fixed bug mdev-4406.Igor Babaev2013-04-204-1/+100
| |/
| * MDEV-4345unknown2013-04-1816-7/+464
* | Fix missing reset of debug_sync, which could cause subsequent test to fail.unknown2013-04-192-0/+3
* | MDEV-4398 - remove incorrect fix, replace with correct one - change default...Vladislav Vaintroub2013-04-193-9/+9
* | Fix race in test case.unknown2013-04-182-2/+8
* | Merge.Igor Babaev2013-04-173-7/+38
|\ \ | |/
| * Merge 10.0-base -> mwl253Igor Babaev2013-04-1737-68/+102
| |\ | |/ |/|
* | Changed the client library to only mark memory as THREAD_SPECIFIC if one has ...Michael Widenius2013-04-178-13/+41
* | Fixed compiler warnings and a not critical memory leakMichael Widenius2013-04-1718-21/+27
* | Remove forgotten debug printout in test, was a bit too quick there :-(unknown2013-04-171-1/+0
* | Fix that multi_source tests did not reset @@global.gtid_pos between tests.unknown2013-04-172-6/+7
* | Merge 5.5->10.0-baseunknown2013-04-1711-28/+28
|\ \
| * | debug_sync is only available in debug build.unknown2013-04-161-0/+1
| * | Fix race in test case.unknown2013-04-163-1/+9
| * | MDEV-3882: .deb versions lower than upstream repo, causing install failureunknown2013-04-164-4/+7
| * | compiler warningsSergei Golubchik2013-04-144-23/+10
| | * Fixed a typo/bug that could lead to wrong selectivity numbers forIgor Babaev2013-04-173-7/+38
| | * Merge 10.0-base -> mwl253Igor Babaev2013-04-1620-40/+305
| | |\ | |_|/ |/| |
* | | Fixes for stuff seen in buildbot:unknown2013-04-165-4/+5
* | | Makeing rpl_filter for each Master_info.Lixun Peng2013-04-1616-36/+300
* | | Merge mwl253 -> 10.0-baseIgor Babaev2013-04-1536-344/+5574
|\ \ \ | | |/ | |/|
| * | Added comments.Igor Babaev2013-04-156-48/+318
| * | Merge 10.0-base -> mwl253Igor Babaev2013-04-15329-9200/+19225
| |\ \ | |/ / |/| |
* | | compiler warningsSergei Golubchik2013-04-151-8/+14
* | | MDEV-26: Global transaction ID. First alpha release.unknown2013-04-15251-8573/+16989
|\ \ \
| * | | MDEV-26, Global transaction ID.unknown2013-04-093-0/+8