summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.1Sergei Golubchik2010-09-111-3/+3
|\
| * Merge with MySQL 5.1.50Michael Widenius2010-08-271-3/+3
| |\
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-5/+2
| | * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-3/+3
* | | Added extra argument to longlong2str() to make it have same prototype is int2...Michael Widenius2010-08-071-2/+2
|/ /
* | Merge with MySQL 5.1.49Michael Widenius2010-08-021-2/+2
|\ \ | |/
| * BUG#53657: Slave crashed with error 22 when trying to lock mutexLuis Soares2010-05-241-2/+2
* | Fixed compiler warningsmariadb-5.1.47Michael Widenius2010-05-271-1/+2
* | Merge with MySQL 5.1.47Michael Widenius2010-05-261-0/+28
|\ \ | |/
| * BUG#43407 SET GLOBAL SQL_SLAVE_SKIP_COUNTER should log previous state in erro...Alfranio Correia2010-05-041-0/+31
* | Merge MySQL 5.1.46 into MariaDB.mariadb-merge-mysql-5.1.46unknown2010-04-281-2/+30
|\ \ | |/
| * Bug #51648 DBUG_SYNC_POINT is not defined on all platforms and mtr cant pre-...Andrei Elkin2010-03-191-3/+30
| * Bug #51089 SHOW STATUS LIKE 'Slave_running' is not compatible with `SHOW SL...Andrei Elkin2010-02-251-0/+1
* | Removed compiler warningsMichael Widenius2010-04-071-0/+1
* | Merge MySQL 5.1.44 into MariaDB.mariadb-merge-mysql-5.1.44unknown2010-03-041-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
* | | Changed version number from RC to stableMichael Widenius2010-01-291-2/+3
|\ \ \ | |/ /
* | | Fixed bug #49474 Replication from 4.0 to 5.1 brokenMichael Widenius2009-12-061-5/+14
* | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-40/+43
|\ \ \ | |/ /
| * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-1/+2
| * | Bug#46640: output from mysqlbinlog command in 5.1 breaks replicationunknown2009-10-141-31/+26
| * | 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
* | | Merge Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-3/+25
|\ \ \
| * \ \ Merge MySQL 5.1.39 into MariaDB 5.1.mariadb-merge-mysql-5.1.39unknown2009-10-151-3/+25
| |\ \ \ | | |/ /
| | * | 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
* | | | Fixed compiler warning messageMichael Widenius2009-10-261-5/+5
|/ / /
* | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-0/+1
|\ \ \
| * | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-0/+1
* | | | Merge MySQL->MariaDBmariadb-merge-mysql-5.1.38minusSergey Petrunya2009-09-081-93/+285
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| | |/