summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6917: Parallel replication: "Commit failed due to failure of an earlier ...Kristian Nielsen2014-11-131-0/+1
* MDEV-6775: Wrong binlog order in parallel replication: Intermediate commitKristian Nielsen2014-11-131-0/+1
* MDEV-7101: SAFE_MUTEX lock order warning when reusing wait_for_commit mutexKristian Nielsen2014-11-131-0/+12
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* print binlog unsafe errors at log_warnings level 1, not 2.Sergei Golubchik2014-09-181-1/+1
* Don't give warning if there are two unique keys used with INSERT .. ON DUPLIC...Michael Widenius2014-09-161-82/+92
* Fixed two bugs with CREATE OR REPLACE and LOCK TABLES:Michael Widenius2014-09-081-1/+10
* MDEV-6549, failing to update gtid_slave_pos for a transaction that was retried.Kristian Nielsen2014-08-131-1/+2
* 5.5.39 mergeSergei Golubchik2014-08-071-1/+1
|\
| * mysql-5.5.39 mergeSergei Golubchik2014-08-021-1/+1
| |\
| | * Bug#17283409 4-WAY DEADLOCK: ZOMBIES, PURGING BINLOGS,Venkatesh Duggirala2014-05-081-1/+28
* | | Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance ...Michael Widenius2014-07-191-1/+0
* | | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-081-5/+107
* | | Fix that gap locks are only skipped within one group commit.Kristian Nielsen2014-07-041-0/+2
* | | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-101-11/+57
* | | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-031-0/+64
* | | 5.5 mergeSergei Golubchik2014-05-091-1/+2
|\ \ \ | |/ /
| * | MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client.Alexey Botchkov2014-04-151-1/+2
* | | MDEV-5736 remove what remains from ONE_SHOT hackSergei Golubchik2014-05-011-1/+0
* | | MDEV-5433 select_result::send_error() is unusedSergei Golubchik2014-03-261-20/+0
* | | 5.5 mergeSergei Golubchik2014-03-261-5/+2
|\ \ \ | |/ /
| * | MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_ty...Sergei Golubchik2014-03-261-2/+1
| * | MDEV-5829: STOP SLAVE resets global status variablesMichael Widenius2014-03-141-3/+1
* | | MDEV-5914: Parallel replication deadlock due to InnoDB lock conflictsunknown2014-03-211-0/+6
* | | Merge MDEV-5657 (parallel replication) to 10.0unknown2014-02-261-18/+34
|\ \ \
| * | | MDEV-5657: Parallel replication.unknown2014-02-261-18/+34
* | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-5/+5
* | | | Merge MariaDB 10.0-base to 10.0.unknown2014-02-101-0/+1
|\ \ \ \ | |/ / /
| * | | Merge of MDEV-4984, MDEV-4726, and MDEV-5636 into 10.0-base.unknown2014-02-101-0/+1
| |\ \ \
| | * | | MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-0/+1
* | | | | Automatic mergeMichael Widenius2014-02-051-0/+32
|\ \ \ \ \
| * | | | | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-0/+32
* | | | | | 10.0-base mergeSergei Golubchik2014-02-031-16/+49
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.5 mergeSergei Golubchik2014-02-011-1/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | merge 5.3 -> 5.5Alexander Barkov2014-01-281-1/+2
| | |\ \ \
| | | * | | MDEV-5506 safe_mutex: Trying to lock unitialized mutex at safemalloc.cAlexander Barkov2014-01-281-1/+2
| | * | | | MDEV-5419 no audit events for warnings converted to errors in the strict mode.Alexey Botchkov2014-01-231-0/+1
| * | | | | MDEV-5363: Make parallel replication waits killableunknown2014-01-061-0/+2
| * | | | | MDEV-5363: Make parallel replication waits killableunknown2013-12-131-16/+29
| * | | | | MDEV-5363: Make parallel replication waits killableunknown2013-12-051-3/+18
* | | | | | MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-sergSergey Petrunya2014-01-201-1/+1
| |_|_|/ / |/| | | |
* | | | | remove duplicate function (see thd_tx_isolation())Sergei Golubchik2013-12-221-5/+0
* | | | | 10.0-base mergeSergei Golubchik2013-12-161-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-11-231-0/+4
| |\ \ \ \ | | |/ / /
| | * | | mysql-5.5.34 mergeSergei Golubchik2013-11-191-0/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-17/+65
| | | |\ \
| | | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-17/+65
| | | * | | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+1
| | | |\ \ \
| | | | * | | Bug#17083851 BACKPORT BUG#11765744 TO 5.1, 5.5 AND 5.6 prabakaran thirumalai2013-07-301-0/+1
| | | | * | | Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1