summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
* 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-071-0/+4
* BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-34/+118
* BUG#57288: binlog_tmp_table fails sporadically: "Failed to writeLuis Soares2010-11-301-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
* Fixed bug#56821 - failure to start the MySQL Service.Dmitry Shulga2010-09-221-16/+30
* BUG#55961 Savepoint Identifier should be enclosed with backticksAlfranio Correia2010-09-021-2/+6
* 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#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-34/+39
* 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
|/
* Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-39/+3
* Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTsunknown2010-03-281-9/+17
* Merging with mysql-5.1-bugteamMats Kindahl2010-03-171-4/+1
|\
| * BUG#49618: Field length stored incorrectly in binary logMats Kindahl2010-03-171-4/+1
* | BUG#51055: Replication failure on duplicate key + traditional SQLLuis Soares2010-03-041-1/+1
* | BUG#48632: Fix for Bug #23300 Has Not Been Backported Luis Soares2010-02-051-0/+1
* | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-2/+2
* | BUG#46364 MyISAM transbuffer problems (NTM problem)Alfranio Correia2010-01-201-7/+16
* | Manual merge.Davi Arnaut2009-12-181-4/+4
|\ \
| * | Bug#48983: Bad strmake calls (length one too long)Davi Arnaut2009-12-171-4/+4
* | | BUG#49638 binlog_index fails in mysql-trunk-mergeAlfranio Correia2009-12-161-6/+6
* | | bug#49536 - deadlock on rotate_and_purge when using expire_logs_daysHe Zhenxing2009-12-151-6/+17
* | | BUG#45292 orphan binary log created when starting server twiceAlfranio Correia2009-12-041-110/+324
* | | mergeKristofer Pettersson2009-11-201-2/+1
|\ \ \ | |_|/ |/| |
| * | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-2/+1
* | | BUG#34582: mysql-5.1-bugteam-bug-branch --> mysql-5.1-bugteam-latestLuis Soares2009-10-231-3/+5
|\ \ \
| * | | BUG#34582: FLUSH LOGS does not close and reopen the binlog indexLuis Soares2009-10-201-3/+5
| |/ /
* | | Post-fix for BUG#47287.Alfranio Correia2009-10-221-1/+0
|/ /
* | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-2/+2
* | BUG#47678 Changes to n-tables that happen early in a trans. are only flushed ...Alfranio Correia2009-10-061-2/+5
* | BUG#47287 RBR: replication diff on basic case with txn- and non-txn tables in...Alfranio Correia2009-10-061-9/+16
* | Fix for bug#47130: misplaced or redundant check for null pointer?Ramil Kalimullin2009-09-111-6/+2
* | Merge from 5.0 for 43414Staale Smedseng2009-08-281-1/+2
|\ \ | |/
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-1/+2
* | BUG#28976 Mixing trans and non-trans tables in one transaction results in inc...Alfranio Correia2009-08-271-1/+21
* | BUG#46129 Failing mixed stm (with trans and non-trans tables) causes wrong se...Alfranio Correia2009-07-181-17/+33
* | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-2/+2
* | BUG#43929 binlog corruption when max_binlog_cache_size is exceededAlfranio Correia2009-06-181-23/+118
* | Bug #45387 Information about statement id for prepared Staale Smedseng2009-06-121-1/+4
* | Merge BUG#41948He Zhenxing2009-05-311-22/+38
|\ \
| * | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-20/+38
* | | Merge BUG#43263 from 5.0-bugteam to 5.1-bugteamHe Zhenxing2009-05-311-3/+5
|\ \ \ | |/ / |/| / | |/
| * BUG#43263 BEGIN skipped in some replicate-do-db casesHe Zhenxing2009-05-311-3/+3
| * BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-5/+10