summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
Commit message (Expand)AuthorAgeFilesLines
* 5.3->5.5 mergeSergei Golubchik2011-11-221-4/+4
|\
| * fix typo: binlog_annotate_rows_events -> binlog_annotate_row_eventsSergei Golubchik2011-09-231-4/+4
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \
| * \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | merge with 5.3Sergei Golubchik2011-10-191-0/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge Percona patch MWL#47 into mariadb 5.2-percona.unknown2011-01-101-0/+38
| * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+10
| |\ \ \ | | | |/ | | |/|
* | | | 5.5-mergeSergei Golubchik2011-07-021-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | merge.Sergei Golubchik2010-11-251-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-1/+1
| |\ \ | | |/
| * | Fixed problems in mergeMichael Widenius2009-05-191-1/+1
| |\ \
| | * | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* | | | 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