summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#59549, fix compiler error on WindowsMikael Ronstrom2011-01-171-7/+7
* Merge of mysql-5.1 into mysql-5.5.Davi Arnaut2011-01-071-64/+10
|\
| * Bug#51023: Mysql server crashes on SIGHUP and destroys InnoDB filesDavi Arnaut2011-01-071-64/+10
* | BUG#46166Luis Soares2010-12-171-0/+18
|\ \ | |/
| * BUG#46166Luis Soares2010-12-171-0/+18
* | BUG#46166Luis Soares2010-12-161-39/+126
|\ \
| * | BUG#46166Luis Soares2010-12-071-1/+1
| * | BUG#46166Luis Soares2010-12-071-39/+126
| |\ \ | | |/
| | * BUG#46166Luis Soares2010-12-071-0/+4
| | * BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-34/+118
* | | Bug#58953: 5.5 does not build with -DWITHOUT_PERFSCHEMA_STORAGE_ENGINE=1Davi Arnaut2010-12-151-1/+4
|/ /
* | merge mysql-5.5-bugteam(local) --> mysql-5.5-bugteamAlfranio Correia2010-12-031-125/+243
|\ \
| * | BUG#57275 binlog_cache_size affects trx- and stmt-cache and gets twice the ex...Alfranio Correia2010-11-051-22/+100
| * | BUG#56343 binlog_cache_use status is bigger than expectedAlfranio Correia2010-11-051-109/+149
| |\ \
| | * | BUG#56343 binlog_cache_use status is bigger than expectedAlfranio Correia2010-10-061-126/+180
* | | | BUG 57288: automerged mysql-5.1-bugteam into mysql-5.5-bugteam.Luis Soares2010-11-301-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG#57288: binlog_tmp_table fails sporadically: "Failed to writeLuis Soares2010-11-301-1/+1
* | | | Bug#58052 Binary log IO not being accounted for properlyMarc Alff2010-11-121-5/+18
| |/ / |/| |
* | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-1/+1
|\ \ \ | |/ /
| * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-1/+1
* | | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-9/+9
|\ \ \ | |/ /
| * | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-9/+9
* | | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-09-281-18/+36
|\ \ \ | |_|/ |/| |
| * | Auto-merge from mysql-5.1-bugteam for bug#56821.Dmitry Shulga2010-09-221-16/+30
| |\ \ | | |/
| | * Fixed bug#56821 - failure to start the MySQL Service.Dmitry Shulga2010-09-221-16/+30
| * | merge mysql-5.1-bugteam --> mysql-5.5-mergeAlfranio Correia2010-09-171-2/+6
| |\ \ | | |/
| | * BUG#55961 Savepoint Identifier should be enclosed with backticksAlfranio Correia2010-09-021-2/+6
* | | BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-09-061-4/+1
|\ \ \ | |/ / |/| |
| * | BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-08-041-4/+3
* | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-301-1/+1
|\ \ \
| * | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-1/+1
* | | | Auto-merge from mysql-5.1-bugteamDmitry Shulga2010-08-251-47/+70
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed bug #29751 - do not rename the error log at FLUSH LOGS.Dmitry Shulga2010-08-251-47/+70
| * | BUG#55625 RBR breaks on failing 'CREATE TABLE'Alfranio Correia2010-08-021-0/+13
* | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-1/+1
| |/ |/|
* | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-34/+39
|\ \
| * \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-34/+39
| |\ \ | | |/
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-34/+39
* | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-1/+1
|/ /
* | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-20/+75
|\ \
| * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-11/+15
| * | merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-06-301-9/+60
| |\ \
| | * | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-9/+59
| |/ /
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-1/+1
|\ \ \ | |/ / |/| / | |/
| * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+1
| * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-26/+82
| |\
| | * BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-25/+81
| |/
* | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-48/+18
|\ \
| * \ Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-48/+18
| |\ \
| | * \ Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-37/+1
| | |\ \ | | | |/