summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-40/+45
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-38/+44
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-021-2/+2
|\ \
| * | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...unknown2006-06-021-2/+2
* | | Merge bk://localhost:5556unknown2006-05-171-13/+1
|\ \ \ | |/ / |/| |
| * | Removing the binlog-show-xid option as it was only a temporary solution until...unknown2006-05-171-13/+1
| |/
* | Merge mysqldev@production.mysql.com:my/mysql-5.1-releaseunknown2006-05-111-38/+34
|\ \
| * | Bug#17400 (CRBR: Delete and update of table w/o PK fails on slave):unknown2006-05-111-38/+34
| |/
* | Plugging memory leak in row-based replication triggered byunknown2006-05-091-15/+15
|/
* Bug#17400 (Cluster Replication: Delete and update of row w/o PK fails):unknown2006-04-121-12/+19
* Bug#18436 (RBR: Replication to partition engine triggers assertion on slave):unknown2006-03-271-3/+3
* Bug#18436 (RBR: Replication to partition engine triggers assertion on slave s...unknown2006-03-231-10/+16
* Merge mysql.com:/home/bkroot/mysql-5.0unknown2006-03-211-0/+31
|\
| * BUG#18293 (Values in stored procedures written to binlog unescaped):unknown2006-03-211-0/+31
* | Misc. portability compile fixes.unknown2006-03-131-4/+4
* | WL#3023 (Use locks in statement-like manner):unknown2006-03-091-15/+17
* | WL#3023 (Use locks in a statement-like manner):unknown2006-03-081-1/+3
* | WL#3023 (Use locking in a statement-like manner):unknown2006-03-081-6/+26
* | Merge mysql.com:/home/bkroot/mysql-5.1-wl3023unknown2006-03-081-239/+190
|\ \
| * \ Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-03-071-239/+190
| |\ \
| | * \ Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-03-031-239/+190
| | |\ \
| | | * | WL#3023 (RBR: Use locks in a statement-like manner):unknown2006-03-031-1/+1
| | | * | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-281-239/+190
| | | |\ \
| | | | * \ Merge mysqldev@production.mysql.com:my/mysql-5.1-releaseunknown2006-02-241-239/+190
| | | | |\ \
| | | | | * | WL#3023 (RBR: Use locks in a statement-like manner):unknown2006-02-241-10/+7
| | | | | * | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-161-239/+193
| | | | | |\ \
| | | | | | * | WL#3023 (Use locks in a statement-like manner):unknown2006-02-161-238/+192
* | | | | | | | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-03-081-16/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | WL#3171: Dynamic logging formatunknown2006-03-081-16/+8
| |/ / / / / /
* | | | | | | Bug#17874 (Test failure: rpl_row_basic_3innodb):unknown2006-03-071-0/+21
|/ / / / / /
* | | | | | Mergeunknown2006-02-281-50/+53
|\ \ \ \ \ \
| * | | | | | BUG#17752: Non-allocated memory caused core in rpl_multi_engine testunknown2006-02-271-10/+0
| * | | | | | log_event.cc:unknown2006-02-261-3/+3
| * | | | | | BUG#13418 (V2): Bit columns should replicate correctly when using RBRunknown2006-02-241-38/+51
| | |/ / / / | |/| | | |
* | | | | | Windows compile fixes.unknown2006-02-281-6/+8
| |/ / / / |/| | | |
* | | | | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-271-10/+11
|\ \ \ \ \ | |/ / / /
| * | | | Bug#17678 (RBR format change: moving from VLE to net encoding):unknown2006-02-231-10/+11
| |/ / /
* | | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-1/+5
* | | | Post-merge fixes.unknown2006-02-221-2/+2
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-151-1/+1
|\ \ \
| * | | dbug changes:unknown2006-02-141-1/+1
* | | | Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0unknown2006-02-141-0/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | BUG#16217 forced to introduce a separate mysql client command to adopt its unknown2006-02-091-0/+5
* | | Merge mysql.com:/home/kostja/mysql/tmp_mergeunknown2006-02-021-0/+4
|\ \ \ | |/ /
| * | mergedunknown2006-01-061-39/+54
| |\ \
| * | | many warnings (practically safe but annoying) correctedunknown2006-01-031-0/+4
* | | | Rename of my_strdup_with_lenght to match the more common "strndup" method. So...unknown2006-01-251-2/+2
* | | | Merge mysql.com:/usr/local/mysql/ab/mirrors/pullers/mysql-5.1-newunknown2006-01-191-1/+1
|\ \ \ \
| * \ \ \ Merge bk-internal:/home/bk/mysql-5.1-newunknown2006-01-171-1/+1
| |\ \ \ \
| | * | | | Windows/Visual Studio 2003 fixes for the 5.1.5 release.unknown2006-01-131-4/+4