summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#14324766:PARTIALLY WRITTEN INSERT STATEMENT IN BINLOGSujatha Sivakumar2013-03-281-0/+2
* BUG#13545447: RPL_ROTATE_LOGS FAILS DUE TO CONCURRENCY ISSUES IN REP. CODEPedro Gomes2013-02-151-4/+17
* BUG#12359942 - REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUTShivji Kumar Jha2012-11-301-0/+4
* BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-06-121-1/+1
|\
| * BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-05-211-1/+1
|/
* Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+2
* BUG#13979418: SHOW BINLOG EVENTS MAY CRASH THE SERVERNuno Carvalho2012-04-201-1/+4
* Updated/added copyright headersKent Boortz2011-06-301-2/+4
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | BUG#55675 rpl.rpl_log_pos fails sporadically with error binlog truncated in t...Alfranio Correia2011-01-281-1/+8
* | Postfix BUG#58546unknown2011-01-241-1/+1
* | Bug#58546 test rpl_packet timeout failure sporadically on PBLibing Song2011-01-191-0/+23
* | merged BUG#55322 to 5.1-bugteamSven Sandberg2010-07-261-0/+5
|\ \
| * | BUG#55322: SHOW BINLOG EVENTS increases @@SESSION.MAX_ALLOWED_PACKETSven Sandberg2010-07-201-0/+5
* | | 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-2/+1
* | | BUG#53657: Slave crashed with error 22 when trying to lock mutexLuis Soares2010-05-241-1/+1
|/ /
* | BUG#43406 CHANGE MASTER TO should log previous state in error logAlfranio Correia2010-05-041-0/+24
* | Bug #51648 DBUG_SYNC_POINT is not defined on all platforms and mtr cant pre-...Andrei Elkin2010-03-191-1/+0
* | BUG#50780: 'show binary logs' debug assertion when binary Luis Soares2010-02-051-1/+1
* | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-5/+8
* | BUG #28421 Infinite loop on slave relay logsunknown2010-01-081-3/+6
* | Bug #42914 Log event that larger than max_allowed_packet results in stop of s...unknown2009-09-181-10/+4
* | Merge from 5.0Gleb Shchepa2009-07-241-2/+2
|\ \ | |/
| * Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-2/+2
* | Merge from 5.0Staale Smedseng2009-06-291-1/+1
|\ \ | |/
| * Merge from 5.0-btStaale Smedseng2009-06-291-1/+1
| * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-4/+4
| |\
| * \ Merge chunk from trunk.Chad MILLER2008-07-101-29/+46
| |\ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-9/+9
| |\ \ \
| | * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-9/+9
| | |\ \ \
| | | * \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-9/+9
| | | |\ \ \
* | | | | | | BUG#44270: RESET SLAVE does not reset Last_IO_Error or Last_IO_ErrnoLuis Soares2009-06-031-0/+1
* | | | | | | Bug #44179 reset slave crashes in my_error when reset_logs returns non-zeroAndrei Elkin2009-04-301-0/+3
* | | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | merge: 5.1 -> 5.1-rplLuis Soares2009-01-231-20/+103
|\ \ \ \ \ \
| * | | | | | BUG#41924: high-level replication functions are not commentedSven Sandberg2009-01-091-20/+103
* | | | | | | merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-51/+23
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug#28234 - global/session scope - documentation vs implementationIngo Struewing2008-11-221-51/+23
* | | | | | | BUG#38734 rpl_server_id2 sync_with_master failedHe Zhenxing2008-09-281-1/+1
|/ / / / / /
* | | | | | Rename send_eof() to my_eof() for consistency with my_ok() and my_error()unknown2008-02-191-4/+4
* | | | | | Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-6/+6
* | | | | | Bug #34244 Test ndb_binlog_log_bin fails for 'drop table ifunknown2008-02-031-1/+1
* | | | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1unknown2008-01-311-29/+46
|\ \ \ \ \ \
| * \ \ \ \ \ Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-mergeunknown2008-01-311-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixes to make code compile on Windows.unknown2008-01-311-1/+1
| * | | | | | Post-merge changes.unknown2008-01-301-1/+1
| * | | | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rplunknown2008-01-301-29/+46
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Replace one overlooked return with DBUG_RETURN in function log_loaded_blockunknown2008-01-061-1/+1