summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#37148 Most callers of mysql_bin_log.write ignore the return resultHe Zhenxing2009-11-211-5/+8
* Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-1/+1
|\
| * Automerge from mysql-next-mr.Alexander Nozdrin2009-10-271-84/+399
| |\
| * \ Automerge from mysql-next-mr.Alexander Nozdrin2009-10-221-10/+4
| |\ \
| * | | bug#34741 prepared show master logs without binlogging debug assertSergei Golubchik2009-10-191-1/+1
* | | | Fix automerge: s/hash_search/my_hash_search/.Alexander Nozdrin2009-10-281-1/+1
* | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-281-84/+399
|\ \ \ \ | | |_|/ | |/| |
| * | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-84/+399
| |\ \ \ | | |_|/ | |/| |
| | * | Postfix after merge semi-sync with heartbeatHe Zhenxing2009-10-141-2/+4
| | * | Manual merge semi-sync to 5.1-rep+2He Zhenxing2009-10-031-38/+128
| | |\ \
| | | * | Backporting WL#4398 WL#1720He Zhenxing2009-09-261-38/+126
| | * | | Backport BUG#12190 CHANGE MASTER has differ path requiremts on MASTER_LOG_FIL...He Zhenxing2009-10-021-2/+4
| | * | | merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixesAndrei Elkin2009-10-011-17/+50
| | |\ \ \
| | | * \ \ Automerge: mysql-5.1-rep+2 (local backports) --> mysql-5.1-rep+2 (local latest)Luis Soares2009-09-301-0/+13
| | | |\ \ \
| | | | * | | BUG#28796: CHANGE MASTER TO MASTER_HOST="" leads to invalid master.infoLuis Soares2009-09-291-0/+13
| | | * | | | BUG#40337 Fsyncing master and relay log to disk after every event is too slowAlfranio Correia2009-09-291-2/+10
| | | * | | | BUG#35542 Add option to sync master and relay log to disk after every eventAlfranio Correia2009-09-291-16/+2
| | | |/ / /
| | | * | | BUG#28777, WL#4293: SHOW BINLOG EVENTS does not work on relay logLuis Soares2009-09-291-10/+27
| | | |/ /
| | * | | backporting bug@27808 fixesAndrei Elkin2009-10-011-13/+45
| | * | | WL#342 heartbeatAndrei Elkin2009-09-291-17/+173
| | |/ /
* | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-10/+4
|\ \ \ \ | |/ / /
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-10/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Bug #42914 Log event that larger than max_allowed_packet results in stop of s...unknown2009-09-181-10/+4
| | |/
* | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-3/+3
|/ /
* | WL#2110 (SIGNAL)Marc Alff2009-09-101-2/+2
|/
* 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