summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
Commit message (Expand)AuthorAgeFilesLines
* Automerge from mysql-5.1-bugteam into mysql-5.5-bugteam.Luis Soares2010-10-131-0/+10
|\
| * BUG#55263: assert in check_binlog_magicLuis Soares2010-09-241-0/+10
* | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+2
* | Merge next-mr -> next-4284.Konstantin Osipov2010-02-051-6/+14
|\ \
| * \ merge mysql-next-mr --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-131-6/+6
| |\ \
| * \ \ Manual merge from next-mr.unknown2010-01-121-1/+2
| |\ \ \
| * \ \ \ merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-071-6/+14
| |\ \ \ \
| | * \ \ \ Merging with mysql-5.1-rep+2Mats Kindahl2009-12-151-6/+14
| | |\ \ \ \
| | | * | | | WL#5151: Conversion between different types when replicatingMats Kindahl2009-12-141-6/+14
* | | | | | | Merge next-mr -> next-4284Konstantin Osipov2010-02-031-6/+6
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | WL#2360 Performance schemaMarc Alff2010-01-061-6/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-1/+2
| |/ / / /
* | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-161-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | merging 5.0-bt -> 5.1-bt to local branch with bug@47210Andrei Elkin2009-12-141-1/+1
| | | |/
* | | | Merge next-mr -> next-4284Konstantin Osipov2009-12-031-2/+8
|\ \ \ \ | |/ / /
| * | | Bug #48463 backporting from 6.0-rpl to celosia a set of bugsAndrei Elkin2009-11-201-2/+8
| |/ /
* | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-0/+1
|/ /
* | backporting fixes of bug@45940 to 5.1-rpl+2 to cover failures rpl_heartbeat_*...Andrei Elkin2009-10-091-6/+4
* | BUG#40337 Fsyncing master and relay log to disk after every event is too slowAlfranio Correia2009-09-291-1/+14
|/
* BUG#38174 secure-file-priv breaks LOAD DATA INFILE replication in statement modeAlfranio Correia2009-02-211-0/+7
* BUG#13861 - START SLAVE UNTIL may stop 1 evnt too late ifunknown2008-02-271-1/+1
* Patch to eliminate some valgrind warnings in debug printout code.unknown2008-02-111-0/+4
* BUG#28618 (Skipping into the middle of a group with SQL_SLAVE_SKIP_COUNTERunknown2007-10-191-0/+12
* Minor fix to let the build proceed.unknown2007-08-171-1/+1
* Minor code fixes to help Doxygen generate good documentation.unknown2007-08-161-1/+1
* Renaming MASTER_INFO to Master_info in order to follow the codingunknown2007-08-161-2/+2
* Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standardsunknown2007-08-161-9/+10
* WL#3228 (NDB) : RBR using different table defs on slave/masterunknown2007-07-291-0/+10
* BUG#24954 (Last_errno and Last_error not set after master_retry_count hasunknown2007-06-111-2/+0
* Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rplunknown2007-06-091-4/+2
|\
| * BUG#24954 (Last_errno and Last_error not set after master_retry_count was rea...unknown2007-06-091-6/+3
* | Fixes to make it compile when using Sun CC and restoring some changesunknown2007-04-131-2/+2
* | Fixing portability issues regarding use of time_t.unknown2007-04-131-2/+2
* | BUG#25688 (RBR: circular replication may cause STMT_END_F flags to beunknown2007-04-121-0/+71
* | Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplunknown2007-03-221-4/+18
|\ \
| * | BUG#23171: Illegal group log positionunknown2007-03-221-0/+9
| * | BUG#23171 (Illegal slave restart position):unknown2007-01-171-1/+8
| * | BUG#23171 (Illegal slave restart group position):unknown2006-11-101-3/+1
| |/
* | BUG#26634 (Valgrind failure in tree: memory loss for memory allocated in rpl_...unknown2007-02-261-11/+4
* | Many files:unknown2006-12-271-2/+1
|/
* Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplunknown2006-11-031-16/+0
|\
| * BUG#18581 (Creation of system tables recorded in binlog causing slave failure):unknown2006-11-011-16/+0
* | Refactoring: Moved master info functionality into rpl_mi.cc to unknown2006-10-311-2/+2
* | Refactoring: Moved rli code to new file rpl_rli.cc. The idea being that rli unknown2006-10-311-0/+9
|/
* Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2006-06-071-1/+1
|\
| * WL#3153 "Split logs". Recommit with post-review fixesunknown2006-05-051-1/+1
* | Plugging memory leak in row-based replication triggered byunknown2006-05-091-6/+5
|/