summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.1Sergei Golubchik2010-09-111-17/+91
|\
| * Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-1/+1
| * Merge with MySQL 5.1.50Michael Widenius2010-08-271-16/+90
| |\
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-17/+15
| | * Postfix bug#48321unknown2010-07-081-3/+17
| | * The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+64
| | * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-12/+9
* | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-21/+78
|\ \ \ | |/ /
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-21/+78
| |\ \ | | |/
| | * Revert Bug#48321 due to build breakage and failing tests.Davi Arnaut2010-06-281-66/+1
| | * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-271-6/+0
| | |\
| | | * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-6/+0
| | | |\
| | | | * BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-6/+0
| | * | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-06-271-1/+66
| | |/ /
| | * | BUG#53893: RBR: nullable unique key can lead to out-of-sync slaveLuis Soares2010-06-041-6/+3
| | * | BUG#53893: RBR: nullable unique key can lead to out-of-sync slaveLuis Soares2010-06-021-2/+32
| | * | BUG 52868: automerged bzr bundle from bug report.Luis Soares2010-05-201-7/+27
| | |\ \
| | | * | BUG#52868: Wrong handling of NULL value during update, replication outLuis Soares2010-04-211-7/+27
| | | |/
| | * | BUG#49522: Replication problem with mixed MyISAM/InnoDBLuis Soares2010-05-071-6/+22
| | |\ \ | | | |/ | | |/|
| | | * BUG#29288: myisam transactions replicated to a transactionalMats Kindahl2009-09-231-6/+22
* | | | merge with 5.1Sergei Golubchik2010-07-251-1/+1
|\ \ \ \ | |/ / /
| * | | restore the unintentinally broken ABISergei Golubchik2010-07-231-1/+1
* | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-7/+13
* | | | mergedSergei Golubchik2010-06-161-6/+5
|\ \ \ \ | |/ / /
| * | | Fixed compiler warningsMichael Widenius2010-06-161-5/+5
* | | | merge 5.1->5.2Sergei Golubchik2010-06-011-10/+21
|\ \ \ \ | |/ / /
| * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-10/+21
| |\ \ \ | | |/ /
| | * | Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTsunknown2010-03-281-4/+1
| | * | Merging with mysql-5.1-bugteamMats Kindahl2010-03-171-4/+6
| | |\ \
| | | * | BUG#49618: Field length stored incorrectly in binary logMats Kindahl2010-03-171-4/+6
| | * | | Automerge: BUG 48993 bundle from bug report --> mysql-5.1-bugteam.Luis Soares2010-03-081-1/+1
| | |\ \ \
| | | * | | BUG#48993: valgrind errors in mysqlbinlogLuis Soares2010-02-171-1/+1
| | * | | | Bug #43414 Parenthesis (and other) warnings compiling Staale Smedseng2010-02-221-1/+1
| | |/ / /
| | * | | BUG#50620: Adding an index to a table prevents slave from loggingLuis Soares2010-02-051-0/+12
* | | | | more fixes for buildbot failuresSergei Golubchik2010-04-061-3/+5
* | | | | fixes for windows buildsSergei Golubchik2010-04-021-2/+1
* | | | | mergedSergei Golubchik2010-03-151-11/+57
|\ \ \ \ \ | |/ / / /
| * | | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-11/+57
| |\ \ \ \ | | |/ / /
| | * | | Fix for compiler warnings:Davi Arnaut2010-01-281-2/+2
| | * | | bug#47142Andrei Elkin2010-01-271-3/+34
| | |\ \ \
| | | * | | Bug #47142 "slave start until" stops 1 event too late in 4.1 to 5.0 replicationAndrei Elkin2010-01-251-3/+34
| | * | | | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-3/+3
| | * | | | Fix for BUG#49481 and BUG#49482 reverted.Luis Soares2010-01-191-38/+1
| | * | | | Fix for BUG#49481 and BUG#49482.Luis Soares2010-01-141-1/+38
| | * | | | BUG#50018: automerge from 5.1-bt local --> 5.1-bt local latest.Luis Soares2010-01-141-3/+3
| | |\ \ \ \
| | | * | | | BUG#50018: binlog corruption when table has many columnsLuis Soares2010-01-061-3/+3
| | * | | | | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2010-01-061-2/+3
| | |\ \ \ \ \
| | | * | | | | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2010-01-061-2/+2
| | * | | | | | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2010-01-061-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | / / / / | | | |/ / / / | | |/| | | |
| | | * | | | Bug #49137 Replication failure on SBR/MBR + multi-table DROP TEMPORARY TABLEunknown2010-01-061-2/+2