summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-14/+20
|\
| * 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
* | | Removed compiler warningsMichael Widenius2010-04-071-0/+1
* | | two crashes in the TC_LOG_MMAP:Sergei Golubchik2010-03-241-2/+10
* | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-132/+366
|\ \ \ | |/ /
| * | 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
* | | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-2/+1
|\ \ \ \ | |/ / /
| * | | mergeKristofer Pettersson2009-11-201-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-2/+1
* | | | Fixed bug in tc.log recovery code that caused crash_commit_before to sometime...Michael Widenius2010-01-041-1/+1
* | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-36/+37
|\ \ \ \ | |/ / /
| * | | 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 Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-2/+23
|\ \ \
| * \ \ Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-2/+23
| |\ \ \ | | |/ /
| | * | 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
* | | | Fixed compiler warning messageMichael Widenius2009-10-261-1/+2
|/ / /
* | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-5/+36
|\ \ \
| * | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-5/+36
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-55/+193
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-2/+2
| * | Bug#43706: libmysqld segfaults when re-intialisedDavi Arnaut2009-04-091-0/+5
* | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-0/+7
|\ \ \
| * \ \ merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-0/+7
| |\ \ \ | | |/ /