summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | BUG#12558519: RPL_TYPECONV PRODUCES VALGRIND STACKLuis Soares2011-05-231-0/+1
* | | BUG#11766865: Automerged mysql-5.1 into mysql-5.5.Luis Soares2011-03-251-5/+26
|\ \ \
| * | | BUG#11766865: 60091: RBR + NO PK + UPDATE NULL VALUE --> SLAVE BREAK WITH ERR...Luis Soares2011-03-241-5/+26
| |/ /
* | | Bug #50914 mysqlbinlog not handling drop of current default databaseunknown2010-12-291-1/+6
|\ \ \ | |/ /
| * | Bug #50914 mysqlbinlog not handling drop of current default databaseunknown2010-12-291-1/+6
* | | Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.ccunknown2010-12-211-12/+18
|\ \ \ | |/ /
| * | Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.ccunknown2010-12-211-12/+18
* | | BUG 46697Luis Soares2010-12-141-1/+2
|\ \ \ | |/ /
| * | BUG 46697Luis Soares2010-12-141-1/+1
| * | BUG#46697: Table name in error message is not populatedLuis Soares2010-12-031-1/+2
* | | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-0/+4
|\ \ \
| * | | Bug#57058: SERVER_QUERY_WAS_SLOW not wired up.Davi Arnaut2010-11-161-0/+2
| * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-0/+2
* | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-4/+17
|/ / /
* | | Manual mergeunknown2010-10-231-1/+1
|\ \ \ | |/ /
| * | Bug#27606 GRANT statement should be replicated with DEFINER informationunknown2010-10-231-1/+1
* | | Manual Mergeunknown2010-10-211-0/+1
|\ \ \ | |/ /
| * | Bug#55478 Row events wrongly apply on the temporary table of the same nameunknown2010-10-211-0/+1
* | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-191-1/+1
|\ \ \ | |/ /
| * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-1/+1
* | | Automerge from mysql-5.1-bugteam into mysql-5.5-bugteam.Luis Soares2010-10-131-4/+10
|\ \ \ | |/ /
| * | BUG 38718: automerged bzr bundle from bug report into Luis Soares2010-10-131-4/+10
| |\ \
| | * | BUG#38718: slave sql thread crashes when reading relay logLuis Soares2010-10-061-4/+10
* | | | Manual mergeunknown2010-10-091-19/+21
|\ \ \ \ | |/ / /
| * | | Bug#55375 Transaction bigger than max_binlog_cache_size crashes slaveunknown2010-10-091-19/+21
| |/ /
* | | Post-fix push for BUG#53452.Alfranio Correia2010-08-231-1/+2
* | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-28/+23
* | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-2/+2
* | | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-291-3/+4
|\ \ \
| * | | BUG#55387: binlog.binlog_tmp_table crashes the serverLuis Soares2010-07-221-3/+4
* | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-27/+33
|/ / /
* | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-21/+23
|\ \ \
| * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-17/+17
| * | | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-4/+6
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-15/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-17/+15
* | | | Auto mergeunknown2010-07-081-3/+17
|\ \ \ \ | |/ / /
| * | | Postfix bug#48321unknown2010-07-081-3/+17
* | | | Manul mergeunknown2010-07-041-1/+64
|\ \ \ \ | |/ / /
| * | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+64
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-8/+8
|\ \ \ \ | |/ / /
| * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-12/+9
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-281-66/+1
|\ \ \ \ | |/ / /
| * | | 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