summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-161-4/+2
|\
| * merging 5.0-bt -> 5.1-bt to local branch with bug@47210Andrei Elkin2009-12-141-4/+2
| |\
| | * Bug #47210 first execution of "start slave until" stops too early Andrei Elkin2009-11-121-6/+8
* | | Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-101-2/+2
|\ \ \
| * \ \ Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-051-1/+1
| |\ \ \
| * | | | backport of dbug extensions from 6.0:Sergei Golubchik2009-10-301-2/+2
* | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-051-1/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+2
* | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-281-65/+558
|\ \ \ \ | | |/ / | |/| |
| * | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-65/+558
| |\ \ \
| | * | | backporting fixes of bug@45940 to 5.1-rpl+2 to cover failures rpl_heartbeat_*...Andrei Elkin2009-10-091-27/+101
| | * | | Manual merge semi-sync to 5.1-rep+2He Zhenxing2009-10-031-6/+117
| | |\ \ \
| | | * | | Backporting WL#4398 WL#1720He Zhenxing2009-09-261-6/+118
| | * | | | Backport BUG#41613 Slave I/O status inconsistent between SHOW SLAVE STATUS an...He Zhenxing2009-10-021-1/+2
| | * | | | merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixesAndrei Elkin2009-10-011-5/+68
| | |\ \ \ \
| | | * | | | BUG#43075 rpl.rpl_sync fails sporadically on pushbuildAlfranio Correia2009-09-301-29/+2
| | | * | | | BUG#40337 Fsyncing master and relay log to disk after every event is too slowAlfranio Correia2009-09-291-6/+96
| | | |/ / /
| | * | | | backporting bug@27808 fixesAndrei Elkin2009-10-011-9/+151
| | * | | | WL#342 heartbeatAndrei Elkin2009-09-291-4/+3
| | * | | | WL#342 heartbeatAndrei Elkin2009-09-291-19/+122
| | |/ / /
* | | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-44/+46
|\ \ \ \ \ | |/ / / /
| * | | | Merge from mysql-trunk-merge.Alexander Nozdrin2009-10-191-31/+26
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#46640: output from mysqlbinlog command in 5.1 breaks replicationunknown2009-10-141-31/+26
| * | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-13/+20
| |\ \ \ \ | | |/ / /
| | * | | Manual merge.Davi Arnaut2009-09-301-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#47525: MySQL crashed (Federated)Davi Arnaut2009-09-301-1/+1
| | * | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-7/+7
| | * | | A patch for Bug#47474 (mysqld hits Dbug_violation_helper assertAlexander Nozdrin2009-09-231-3/+6
| | * | | Bug #42914 Log event that larger than max_allowed_packet results in stop of s...unknown2009-09-181-4/+8
| | | |/ | | |/|
* | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-1/+1
|/ / /
* | | WL#2110 (SIGNAL)Marc Alff2009-09-101-20/+21
|/ /
* | auto-merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2009-08-241-3/+0
|\ \
| * | BUG#45694 Deadlock in replicated statement is not retriedAlfranio Correia2009-08-191-3/+0
* | | Merge from mysql-5.0-bugteam.Davi Arnaut2009-08-131-0/+25
|\ \ \ | |/ / |/| / | |/
| * Bug#46013: rpl_extraColmaster_myisam fails on pb2Davi Arnaut2009-08-131-0/+25
* | Merge from 5.0Gleb Shchepa2009-07-241-13/+8
|\ \ | |/
| * Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-14/+6
| * Merge from 5.0-btStaale Smedseng2009-06-291-3/+3
* | Bug #45214 get_master_version_and_clock does not report error when queries failunknown2009-07-171-1/+0
* | Bug #45214 get_master_version_and_clock does not report error when queries failunknown2009-07-161-32/+166
* | BUG#44581 Slave stops when transaction with non-transactional table gets lock...Alfranio Correia2009-07-061-19/+0
* | local merge: 5.1-bt bug branch --> 5.1-bt latestLuis Soares2009-06-261-0/+3
|\ \
| * | BUG#44270: RESET SLAVE does not reset Last_IO_Error or Last_IO_ErrnoLuis Soares2009-06-031-0/+3
* | | Bug #38240 Crash in safe_mutex_lock () thr_mutex.c line 97 on rotate_relay_log Andrei Elkin2009-06-231-3/+20
* | | BUG#45511 rpl.rpl_binlog_corruption fails with warning messages in ValgrindAlfranio Correia2009-06-161-0/+4
| | |
| \ \
*-. \ \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-1/+1
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-1/+2
| |/
* | BUG#41725: upmerge: 5.0-bt --> 5.1-btLuis Soares2009-05-231-0/+9
|\ \ | |/
| * BUG#41725: slave crashes when inserting into temporary table afterLuis Soares2009-05-231-0/+10