summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* Use LOCK_show_status when we add things to all_status_varsMichael Widenius2014-09-151-1/+1
* compilation fixes for WITH_ATOMIC_OPS=rwlocksSergei Golubchik2014-09-081-0/+1
* MDEV-6462: Slave replicating using GTID doesn't recover correctly when master...Kristian Nielsen2014-09-021-0/+7
* 5.5.39 mergeSergei Golubchik2014-08-071-4/+5
|\
| * MDEV-6313 - mysqld --log-bin=no-such-dir/master crashes duringSergey Vojtovich2014-06-241-3/+4
| * MDEV-6329 - Buffer overrun in find_uniq_filenameSergey Vojtovich2014-06-111-1/+1
* | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-111-9/+35
|\ \
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-081-2/+2
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-101-1/+1
| * | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-031-6/+8
| * | MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-151-1/+25
* | | MDEV-6430: It is impossible to see if "filesort with small limit" optimizatio...Sergey Petrunya2014-07-091-2/+6
|/ /
* | MDEV-5799: Error messages written upon LOST EVENTS incident are corruptedKristian Nielsen2014-06-251-1/+2
* | merge MySQL-5.6 bugfix "Bug#17862905: MYSQLDUMP CREATES USELESS METADATA LOCKS"Sergei Golubchik2014-05-051-19/+55
* | Make copy_up_file_and_fill() safe for disk fullMichael Widenius2014-03-231-1/+2
* | MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-2/+2
* | MDEV-5930: Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-3/+5
* | MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-231-10/+4
* | Fix for MDEV-5589: "Discrepancy in binlog on half-failed CREATE OR REPLACE"Michael Widenius2014-03-201-0/+13
* | mergeSergei Golubchik2014-02-281-2/+2
|\ \
| * \ 10.0-base mergeSergei Golubchik2014-02-261-2/+2
| |\ \
| | * \ 5.5 mergeSergei Golubchik2014-02-251-2/+2
| | |\ \ | | | |/
| | | * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
| | | |\
| | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | * WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-3/+5
* | | | | Merge MDEV-5657 (parallel replication) to 10.0unknown2014-02-261-14/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-5657: Parallel replication.unknown2014-02-261-14/+15
| |/ / /
* | | | Merge MariaDB 10.0-base to 10.0.unknown2014-02-101-12/+24
|\ \ \ \ | |/ / /
| * | | MDEV-5636: Deadlock in RESET MASTERunknown2014-02-091-12/+23
| * | | MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-0/+1
* | | | Automatic mergeMichael Widenius2014-02-051-32/+83
|\ \ \ \
| * | | | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-15/+44
| * | | | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-17/+39
* | | | | 10.0-base mergeSergei Golubchik2014-02-031-47/+119
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | MDEV-5363: Make parallel replication waits killableunknown2013-12-131-43/+91
| * | | MDEV-5363: Make parallel replication waits killableunknown2013-12-051-11/+35
* | | | 10.0-base mergeSergei Golubchik2013-12-161-139/+172
|\ \ \ \ | |/ / /
| * | | MDEV-4983: Do not leave stale master-bin.state binlog state fileunknown2013-11-221-1/+7
| * | | MDEV-4982: GTID looses all binlog state after crash if InnoDB is disabledunknown2013-11-211-97/+158
| * | | MDEV-5306: Missing locking around rpl_global_gtid_binlog_stateunknown2013-11-181-43/+9
* | | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-28/+365
|\ \ \ \ | |/ / /
| * | | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-28/+365
| |\ \ \
| | * | | MDEV-4506: Parallel replication: error handling.unknown2013-10-141-4/+5
| | * | | Fixes for parallel slave:Michael Widenius2013-10-141-3/+9
| | * | | MDEV-4506: parallel replication.unknown2013-09-231-19/+13
| | * | | MDEV-4506: Parallel replication.unknown2013-09-191-11/+18
| | * | | MDEV-4506: Parallel replication.unknown2013-09-171-0/+1
| | * | | MDEV-4506: parallel replication.unknown2013-09-171-0/+12
| | * | | MDEV-4506, parallel replication.unknown2013-09-131-90/+190