summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from mysql-5.0.66-releaseJonathan Perkin2008-07-171-1/+7
|\
| * Bug #37150 Risk for crash in User_var_log_event::exec_event()Mats Kindahl2008-07-071-1/+7
* | Merge chunk from trunk.Chad MILLER2008-07-101-1/+2
|\ \ | |/
| * Make gcov happy.unknown2008-03-181-1/+1
| * BUG#13861 - START SLAVE UNTIL may stop 1 evnt too late ifunknown2008-02-221-1/+2
* | Merge chunk from trunk.Chad MILLER2008-07-101-3/+4
|\ \ | |/
| * BUG#26395: if crash during autocommit update to transactional table on master...unknown2007-12-211-0/+1
| * BUG#32205 Replaying statements from mysqlbinlog fails with a syntax error, re...unknown2007-12-151-3/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-4/+4
|\ \ | |/ |/|
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-4/+4
| |\
| | * Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-4/+4
| | |\
| | | * Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-4/+4
| | | |\
| | | | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-031-4/+4
| | | | |\
| | | | | * Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...unknown2007-02-271-4/+4
| | | | | |\
| | | | | | * Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-4/+4
| | | | | | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communityunknown2007-01-031-4/+4
| | | | | | |\
| | | | | | | * Bug#24795: Add SHOW PROFILEunknown2007-01-031-4/+4
* | | | | | | | Elimination of warning for unused function code_name() in non-debug mode.unknown2007-11-131-0/+2
* | | | | | | | Fixes to eliminate warnings.unknown2007-11-131-4/+6
* | | | | | | | BUG#31793 (log event corruption causes crash):unknown2007-11-121-10/+37
* | | | | | | | Merge capulet.net:/home/bk/mysql-5.0-rplunknown2007-11-091-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Bug #27571 asynchronousity in setting mysql_`query`::error andunknown2007-10-291-5/+6
* | | | | | | | | BUG#31793 (log event corruption causes crash):unknown2007-11-091-12/+85
|/ / / / / / / /
* | | | | | | | Bug #29309 Incorrect "Seconds_Behind_Master" value in SHOW SLAVE STATUS after...unknown2007-10-041-1/+31
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge bk@192.168.21.1:mysql-5.0-optunknown2007-06-211-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Bug #28839 Errors in strict mode silently stop SQL thread if --slave-skip-err...unknown2007-06-201-0/+1
| | |/ / / / / /
| * | | | | | | Fixed bug #28293.unknown2007-06-211-1/+5
| |/ / / / / /
* | | | | | | Bug #27583 slave sql fails to read from iocache when slave got stopped at pos==4unknown2007-06-201-0/+2
|/ / / / / /
* | | | | | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...unknown2007-05-281-5/+24
* | | | | | Bug#25411 (trigger code truncated), PART Iunknown2007-04-241-3/+6
|/ / / / /
* | | | | Bug#26837 Return value ignored for packet->append() call within Log_event::re...unknown2007-03-231-6/+21
* | | | | Polishing: use constants instead of magic numbers.unknown2007-03-091-2/+3
|/ / / /
* | | | A fix for Bug#26750 "valgrind leak in sp_head" (and post-reviewunknown2007-03-071-2/+2
* | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-02-281-4/+44
|\ \ \ \
| * | | | Bug#15126 character_set_database is not replicated (LOAD DATA INFILE need it)unknown2007-02-281-4/+44
* | | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-02-251-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | Fix for BUG#24432unknown2007-02-081-0/+37
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-3/+7
| | |/ | |/|
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-01-121-64/+114
|\ \ \ | |_|/ |/| |
| * | BUG#22645 - LC_TIME_NAMES: Statement not replicatedunknown2007-01-101-29/+36
| * | log_event.cc:unknown2006-12-291-1/+2
| * | After merge fix for bug N22645unknown2006-12-141-1/+1
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2006-12-141-3/+34
| |\ \
| | * | Bug#22645 LC_TIME_NAMES: Statement not replicatedunknown2006-12-071-3/+34
| * | | Merge quant.(none):/ext/mysql/bkroot/mysql-5.0-rplunknown2006-12-081-32/+43
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#20396 Bin Log does not get DELIMETER cmd - Recover StoredProc failsunknown2006-11-281-31/+42
| | |/
| | * Merge mysql.com:/usr/home/bar/mysql-5.0-rplunknown2006-11-161-1/+1
| | |\