summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-09-041-2/+7
|\
| * Merge perch.ndb.mysql.com:/home/jonas/src/41-workjonas@perch.ndb.mysql.com2006-09-041-2/+7
| |\
| | * bug#21965 - replicationjonas@perch.ndb.mysql.com2006-09-041-2/+7
* | | Merge mysql.com:/home/hf/work/mysql-4.1.13717holyfoot/hf@mysql.com/deer.(none)2006-08-201-0/+7
|\ \ \ | |/ / |/| |
| * | bug #13717 embedded library dumps warnings on STDERR directlyholyfoot/hf@mysql.com/deer.(none)2006-08-011-0/+7
| |/
* | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0lars@mysql.com2006-06-291-2/+2
|\ \
| * | Fixing BUG#17719 "Delete of binlog files fails on Windows"aivanov@mysql.com2006-06-281-2/+2
* | | Bug #16206: Superfluous COMMIT event in binlog when updating BDB in autocommit cmiller@zippy.(none)2006-06-121-5/+17
|/ /
* | BUG#18116: Changed of how mutex is handled for XA and rotating binloglars@mysql.com2006-03-311-1/+5
* | Fix for BUG#16559 "Replication Problems with Non transactional tables inside ...guilhem@mysql.com2006-02-181-1/+5
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-11-211-3/+3
|\ \
| * | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-3/+3
* | | Fixes bug #13377. my_open() & my_create() functions changed to use SergeyV@selena.2005-11-141-61/+1
|/ /
* | Added handlerton flag to make storage engines invisable via flag.brian@zim.(none)2005-11-101-1/+1
* | Reorder struct elements to be more optimal for 64 bit computersmonty@mysql.com2005-11-041-3/+4
* | wait_for_update must unlock mutex.monty@mysql.com2005-11-021-0/+3
* | Fixes during review of pushed codemonty@mysql.com2005-10-271-4/+4
* | Bug #13377. Small update, code formatting.SergeyV@selena.2005-10-171-2/+2
* | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0SergeyV@selena.2005-10-171-1/+58
|\ \
| * | Small update for #13377 patchSergeyV@selena.2005-10-171-9/+1
| * | Fixes bug #13377. Added code to close active log files in case SergeyV@selena.2005-10-031-1/+66
* | | Merge mysql.com:/home/mysql_src/mysql-4.1guilhem@mysql.com2005-10-121-3/+3
|\ \ \ | | |/ | |/|
| * | Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl...guilhem@mysql.com2005-10-121-3/+3
* | | don't "init" binlog if opt_bin_log is not setserg@serg.mylan2005-10-061-2/+2
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-10-041-0/+2
|\ \ \
| * | | Some fixes including implicit declaration of a function,jani@ua141d10.elisa.omakaista.fi2005-10-041-0/+2
| | |/ | |/|
* | | Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-3/+8
|/ /
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-1/+1
|\ \
| * | log.cc:kent@mysql.com2005-09-161-1/+1
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-5/+6
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-5/+7
|/ /
* | Fix for BUG#12637: Make SPs+user variables replication work:sergefp@mysql.com2005-09-071-0/+7
* | Slightly amended Monty's SP replication code cleanup patchsergefp@mysql.com2005-08-271-0/+4
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-0/+21
* | Fixes during review of new pushed codemonty@mishka.local2005-07-311-1/+5
* | Cleanups during review of new codemonty@mysql.com2005-07-281-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-181-1/+1
|\ \
| * | Cleanups during reviewmonty@mishka.local2005-07-181-1/+1
* | | Merge mysql.com:/home/bkroot/mysql-4.1lars@mysql.com2005-07-131-0/+3
|\ \ \ | |/ / |/| / | |/
| * BUG#6987: Added note when stat is failing on relay log, added mutex for log r...lars@mysql.com2005-07-121-0/+2
* | Moved tc_log_page_waits outside HAVE_MMAP,jani@a193-229-222-105.elisa-laajakaista.fi2005-06-071-3/+7
* | Include fix to function open_binlog from 4.1msvensson@neptunus.(none)2005-05-261-1/+2
* | Fixes while reviewing new codemonty@mishka.local2005-05-061-4/+4
* | Fixes for BUG#10039 "MEMORY engine is reported as HEAP",gbichot@quadita2.mysql.com2005-04-231-0/+7
* | remove the rest of isam/merge referencesserg@serg.mylan2005-04-051-24/+29
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0gbichot@production.mysql.com2005-03-221-51/+0
|\ \
| * | Last part of WL#1062: better replication of timezones: no more usegbichot@production.mysql.com2005-03-221-51/+0
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-5/+5
|/ /
* | sql/log.ccserg@serg.mylan2005-03-141-1/+6
* | print more informationserg@serg.mylan2005-03-141-1/+4