summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Doxygenization of comments.unknown2007-10-111-145/+156
* Merge bk@192.168.21.1:mysql-5.1-optunknown2007-09-101-2/+1
|\
| * Bug #28430 Failure in replication of innodb partitioned tables on row/mixed f...unknown2007-09-071-2/+1
* | Merge sita.local:/Users/tsmith/m/bk/maint/51-target22unknown2007-08-291-478/+383
|\ \ | |/ |/|
| * BUG#21842: Exclude Rows_log_event members used in event application if unknown2007-08-281-10/+15
| * BUG#21842: There was an inconsistency in the use of table->record[0] and unknown2007-08-271-10/+17
| * BUG#21842 (Cluster fails to replicate to innodb or myisam with err 134 unknown2007-08-261-471/+364
* | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-08-211-43/+69
|\ \ | |/
| * Fixed errors found by pushbuild:unknown2007-08-161-1/+1
| * Fixed problem that Start_log_event_v3::created was not set properlyunknown2007-08-141-38/+51
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-141-15/+28
| |\
| | * Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-15/+28
* | | Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplunknown2007-08-171-71/+71
|\ \ \
| * | | Renaming MASTER_INFO to Master_info in order to follow the codingunknown2007-08-161-1/+1
| * | | Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standardsunknown2007-08-161-70/+70
* | | | Empty changeset to restart pushbuildunknown2007-08-171-1/+1
* | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rplunknown2007-08-151-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1unknown2007-08-041-4/+4
| |\ \
| | * \ Merge bk-internal:/home/bk/mysql-5.1-marvelunknown2007-08-031-4/+4
| | |\ \ | | | |/
| | | * Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-4/+4
* | | | Merge mysql_cab_desk.:C:/source/c++/mysql-5.1-new-rplunknown2007-08-101-126/+29
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#22086 : Extra Slave Col: Char(5) on slave and Char(10) on master cause my...unknown2007-08-101-126/+29
* | | | Merge mysql_cab_desk.:C:/source/c++/mysql-5.1unknown2007-08-021-4/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | After-merge fixup.unknown2007-08-011-5/+3
| * | Merge mysql.com:/home/ram/work/b29928.new/b29928.new.5.0unknown2007-08-011-4/+7
| |\ \ | | |/ | |/|
| | * Fix for bug #29928: INSERT ... VALUES(connection_id(), ...) incorrect unknown2007-08-011-4/+7
| | * Merge gleb.loc:/home/uchum/work/bk/5.0unknown2007-06-241-1/+6
| | |\
| | * | Bug #27583 slave sql fails to read from iocache when slave got stopped at pos==4unknown2007-06-201-0/+2
* | | | WL#3228 (NDB) : RBR using different table defs on slave/masterunknown2007-07-301-4/+4
* | | | WL#3228 (NDB) : RBR using different table defs on slave/masterunknown2007-07-291-23/+238
* | | | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-mainunknown2007-07-251-5/+12
|\ \ \ \ | |/ / /
| * | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndbunknown2007-07-091-5/+12
| |\ \ \
| | * | | Bug #29570 original error lost in write_event on slaveunknown2007-07-061-5/+12
* | | | | Bug#19259 rpl_ndb_dd_partitions failed on Solarisunknown2007-07-121-4/+12
|/ / / /
* | | | Bug #29157: UPDATE, changed rows incorrectunknown2007-06-281-1/+5
* | | | Merge gleb.loc:/home/uchum/work/bk/5.1unknown2007-06-251-1/+1
|\ \ \ \
| * \ \ \ Merge gleb.loc:/home/uchum/work/bk/5.0-optunknown2007-06-241-1/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge bk@192.168.21.1:mysql-5.0-optunknown2007-06-211-0/+1
| | |\ \ \
| | * | | | Fixed bug #28293.unknown2007-06-211-1/+5
| | | |_|/ | | |/| |
| * | | | Merge mysql.com:/home/hf/work/28839/my50-28839unknown2007-06-201-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug #28839 Errors in strict mode silently stop SQL thread if --slave-skip-err...unknown2007-06-201-0/+1
| | |/ /
* | | | Fixing some trivial test problems.unknown2007-06-131-1/+1
* | | | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rplunknown2007-06-111-93/+128
|\ \ \ \
| * | | | BUG#24954 (Last_errno and Last_error not set after master_retry_count hasunknown2007-06-111-24/+41
| * | | | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rplunknown2007-06-091-73/+91
| |\ \ \ \
| | * | | | BUG#24954 (Last_errno and Last_error not set after master_retry_count was rea...unknown2007-06-091-75/+89
* | | | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rplunknown2007-06-111-0/+27
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rplunknown2007-06-051-204/+210
| |\ \ \ \
| * \ \ \ \ Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rplunknown2007-05-311-0/+27
| |\ \ \ \ \
| | * | | | | BUG#28618 (Skipping into the middle of a group withunknown2007-05-311-0/+27