summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Maria WL#61unknown2010-04-011-0/+17
* Merge with 5.1Michael Widenius2010-04-011-2/+10
|\
| * two crashes in the TC_LOG_MMAP:Sergei Golubchik2010-03-241-2/+10
* | mergedSergei Golubchik2010-03-151-133/+366
|\ \ | |/
| * 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 5.1->5.2unknown2010-02-011-2/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge bug fixes from 5.1Michael Widenius2010-01-041-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug in tc.log recovery code that caused crash_commit_before to sometime...Michael Widenius2010-01-041-1/+1
* | | | | merge 5.1-> 5.2unknown2009-12-081-35/+36
|\ \ \ \ \ | |/ / / /
| * | | | 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 of the patch introducing virtual columns into maria-5.2Igor Babaev2009-11-111-2/+23
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Automatic merge with 5.1Michael Widenius2009-10-281-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed compiler warning messageMichael Widenius2009-10-261-1/+2
| |/ / /
* | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-15/+53
|/ / /
* | | 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