summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-5.0unknown2005-03-091-10/+6
|\
| * don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for thisunknown2005-03-091-10/+6
* | Fix for bug#8740: Server crash at start on Solaris 9 (64 bit)unknown2005-03-031-1/+1
|/
* bug#8151 - truncate leaves a transaction openunknown2005-03-021-30/+23
* Merge with global treeunknown2005-02-251-3/+2
|\
| * Remove compiler warnings and remove not used variablesunknown2005-02-251-3/+2
* | Bug#8412: merged from 4.1unknown2005-02-231-1/+3
|\ \
| * | Bug#8412: Setting error code to 0 on statements that cannot fail.unknown2005-02-231-1/+3
| * | Bug#8412: Merge from 4.0unknown2005-02-231-1/+13
| |\ \
| | * | Bug#8412: For replication to work correctly, the prologue and unknown2005-02-141-1/+14
| | * | two fixes for potential security bugsunknown2004-12-071-8/+10
* | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-02-231-18/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | don't log BEGIN in auto-commit modeunknown2005-02-231-27/+21
| * | | write "COMMIT" into binlog if there's no Xid at the end of transactionunknown2005-02-231-8/+18
* | | | Fixed Bug#Server crash due to 'flush status' in various tests.unknown2005-02-231-2/+2
|/ / /
* | | compatibility fixes, crashing testsunknown2005-02-221-3/+8
* | | MYSQL_LOG::recover was trying to allocate 0 bytes - bug#8661unknown2005-02-221-2/+2
* | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-02-221-49/+37
|\ \ \
| * | | bug#8646 - deadlock if long transaction causes binlog rotateunknown2005-02-221-52/+40
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-211-31/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Review of new pushed code (XA & other)unknown2005-02-211-31/+41
* | | | xa assert fixes unknown2005-02-211-3/+4
* | | | portability fixesunknown2005-02-201-8/+6
|/ / /
* | | windows compilation fixesunknown2005-02-191-5/+7
* | | after merge fixesunknown2005-02-161-4/+1
* | | manually mergedunknown2005-02-141-381/+1050
|\ \ \
| * | | auto-ROLLBACK if binlog was not closed properlyunknown2005-02-091-42/+24
| * | | open binlog index file *before* tc_log->open() and binlog itself *after*unknown2005-02-011-90/+129
| * | | query_id and my_xid -> ulonglongunknown2005-01-271-85/+146
| * | | XA (not completely polished out yet)unknown2005-01-161-292/+878
* | | | Mergeunknown2005-02-111-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | BUG#6749: If there is no current database, then nothing should be binlogged ifunknown2005-02-101-1/+1
* | | | WL#1062 "log charset info into all Query_log_event":unknown2005-02-031-1/+7
* | | | mergedunknown2005-01-241-2/+2
|\ \ \ \ | |/ / /
| * | | make the code to look safe, not only be safeunknown2005-01-171-2/+2
* | | | mergeunknown2005-01-071-4/+18
|\ \ \ \ | |/ / /
| * | | 2 small fixes for binlog (sorry for grouping them - I won't do it again):unknown2005-01-061-4/+18
* | | | manually mergedunknown2004-12-311-1/+3
|\ \ \ \ | |/ / /
| * | | BitKeeper/triggers/pre-deltaunknown2004-12-221-1/+3
* | | | Merge with 4.1unknown2004-12-221-1/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
| |\ \
| | * | Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | | Merge with 4.1unknown2004-12-061-8/+7
|\ \ \ \ | |/ / /
| * | | Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-7/+7
| |/ /
* | | margeunknown2004-11-131-1/+1
|\ \ \
| * | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-2/+1
| * | | mergeunknown2004-11-121-2/+3
| |\ \ \
| | * | | post-review fixesunknown2004-11-121-2/+3
| | * | | Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-38/+21
| | * | | Merge with 4.1unknown2004-09-061-68/+199
| | |\ \ \