summaryrefslogtreecommitdiff
path: root/sql/log_event_old.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-14/+22
|\
| * mysqlbinlog now prints "# Number of rows" and stops on errorsMonty2017-12-291-14/+22
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-12/+12
|\ \ | |/
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
| * MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-10/+10
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/
* Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+1
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-191-4/+2
| |\
| | * MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-151-4/+2
* | | MDEV-12019 FLASHBACK: Server crashes in bitmap_bits_set / pack_row / ...Sachin Setiya2017-05-091-0/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+2
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-2/+2
| |\ \ | | |/
| | * Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-281-2/+2
* | | fix build and some warningskevg2016-11-241-5/+4
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-13/+39
|\ \ | |/
| * Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-13/+39
| |\
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-13/+39
| | |\
| | | * BUG#17018343 SLAVE CRASHES WHEN APPLYING ROW-BASED BINLOG ENTRIES IN CASCADINGVenkatesh Duggirala2016-03-011-13/+39
| | | * Bug#18432495:RBR REPLICATION SLAVE CRASHES WHEN DELETESujatha Sivakumar2014-06-161-1/+2
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-1/+4
| | | * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-9/+27
| | | * Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-6/+8
| | | |\
| | | | * Bug#13693012: SLAVE CRASHING ON INSERT STATEMENT WITH MERGE TABLE Luis Soares2012-02-241-5/+7
| | | |/
| | | * Updated/added copyright headersKent Boortz2011-06-301-0/+14
| | | |\
| | | | * Updated/added copyright headersKent Boortz2011-06-301-0/+14
| | | * | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-5/+5
| | | |\ \
| | | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+5
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-3/+3
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-3/+3
| | | | * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-10/+0
| | | | |\
| | | | | * BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-10/+0
| | | * | | BUG 53893: Automerged from mysql-5.1-bugteam-gca into mysql-trunk-merge.Luis Soares2010-06-041-6/+3
| | | |\ \ \ | | | | |/ /
| | | | * | BUG#53893: RBR: nullable unique key can lead to out-of-sync slaveLuis Soares2010-06-041-6/+3
| | | * | | BUG 53893: automerged from mysql-5.1-bugteam into mysql-trunk-merge.Luis Soares2010-06-031-2/+32
| | | |\ \ \ | | | | |/ /
| | | | * | BUG#53893: RBR: nullable unique key can lead to out-of-sync slaveLuis Soares2010-06-021-2/+32
| | | * | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-241-8/+28
| | | |\ \ \ | | | | |/ /
| | | | * | BUG#52868: Wrong handling of NULL value during update, replication outLuis Soares2010-04-211-8/+28
| | | | |/
| | | * | BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside aAlfranio Correia2010-04-201-10/+0
| | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+11
| | | * | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-131/+70
| | | |\ \
| | | | * | A review comment for the fix for Bug#46672.Konstantin Osipov2010-03-131-71/+20
| | | | * | Manual merge from mysql-next-mr.Alexander Nozdrin2010-03-021-1/+1
| | | | |\ \
| | | | | * \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-1/+1
| | | | | |\ \
| | | | * | | | Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-241-1/+1
| | | | |/ / /
| | | | * | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-051-21/+29
| | | | |\ \ \
| | | | | * \ \ Manual merge from next-mr.2010-01-121-14/+14
| | | | | |\ \ \
| | | | | * \ \ \ merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-071-21/+32
| | | | | |\ \ \ \
| | | | | | * \ \ \ merge mysql-5.1-rep+3 --> mysql-5.1-rep+2-delivery1Alfranio Correia2009-12-171-17/+14
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade...Andrei Elkin2009-11-101-53/+77
| | | | | | | |\ \ \ \
| | | | | | | * | | | | WL#2687 WL#5072 BUG#40278 BUG#47175Alfranio Correia2009-11-031-5/+4