summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Reorder struct elements to be more optimal for 64 bit computersunknown2005-11-041-3/+4
* wait_for_update must unlock mutex.unknown2005-11-021-0/+3
* Fixes during review of pushed codeunknown2005-10-271-4/+4
* Bug #13377. Small update, code formatting.unknown2005-10-171-2/+2
* Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-171-1/+58
|\
| * Small update for #13377 patchunknown2005-10-171-9/+1
| * Fixes bug #13377. Added code to close active log files in case unknown2005-10-031-1/+66
* | Merge mysql.com:/home/mysql_src/mysql-4.1unknown2005-10-121-3/+3
|\ \
| * | Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl...unknown2005-10-121-3/+3
* | | don't "init" binlog if opt_bin_log is not setunknown2005-10-061-2/+2
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-041-0/+2
|\ \ \
| * | | Some fixes including implicit declaration of a function,unknown2005-10-041-0/+2
| | |/ | |/|
* | | Next big patch for loadable storage engines!unknown2005-10-021-3/+8
|/ /
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-1/+1
|\ \
| * | log.cc:unknown2005-09-161-1/+1
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-5/+6
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-5/+7
|/ /
* | Fix for BUG#12637: Make SPs+user variables replication work:unknown2005-09-071-0/+7
* | Slightly amended Monty's SP replication code cleanup patchunknown2005-08-271-0/+4
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-0/+21
* | Fixes during review of new pushed codeunknown2005-07-311-1/+5
* | Cleanups during review of new codeunknown2005-07-281-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-181-1/+1
|\ \
| * | Cleanups during reviewunknown2005-07-181-1/+1
* | | Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-131-0/+3
|\ \ \ | |/ / |/| / | |/
| * BUG#6987: Added note when stat is failing on relay log, added mutex for log r...unknown2005-07-121-0/+2
* | Moved tc_log_page_waits outside HAVE_MMAP,unknown2005-06-071-3/+7
* | Include fix to function open_binlog from 4.1unknown2005-05-261-1/+2
* | Fixes while reviewing new codeunknown2005-05-061-4/+4
* | Fixes for BUG#10039 "MEMORY engine is reported as HEAP",unknown2005-04-231-0/+7
* | remove the rest of isam/merge referencesunknown2005-04-051-24/+29
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-221-51/+0
|\ \
| * | Last part of WL#1062: better replication of timezones: no more useunknown2005-03-221-51/+0
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onunknown2005-03-181-5/+5
|/ /
* | sql/log.ccunknown2005-03-141-1/+6
* | print more informationunknown2005-03-141-1/+4
* | print xa recovery progressunknown2005-03-131-0/+1
* | 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