summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 -> 5.0unknown2004-05-071-0/+2
|\
| * Fixed problems noticed with last buildunknown2004-04-091-0/+2
* | Merge 4.1 -> 5.0.unknown2004-04-071-21/+24
|\ \ | |/
| * Fixed many compiler warningsunknown2004-04-051-1/+0
| * Changing SET SQL_LOG_BIN so that it explicitely throws an error ifunknown2004-03-261-7/+2
| * merge with 4.0 to get security fixes and latest bug fixesunknown2004-02-201-18/+23
| |\
| | * Fixed usage of strxnmov() in recent changesetsunknown2004-02-191-9/+12
| | * potential problem fixed afer some reasoningunknown2004-02-191-6/+9
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-12-191-5/+1
|\ \ \
| * \ \ Merge 4.1 to 5.0.unknown2003-12-191-5/+1
| |\ \ \ | | |/ /
| | * | Merge with 4.0.17unknown2003-12-171-5/+1
| | |\ \ | | | |/
| | | * Fix for BUG#2045 "Sending SIGHUP to mysqld crashes it if running with --log-b...unknown2003-12-081-2/+2
| | | * Removing unneeded code: the Intvar_log_event constructor calls the Log_event ...unknown2003-12-011-4/+0
* | | | This is the final commit for Worklog tasks:unknown2003-12-191-0/+9
* | | | This will be pushed only after I fix the testsuite.unknown2003-12-181-9/+64
|/ / /
* | | Merge 4.1 to 5.0unknown2003-12-011-3/+3
|\ \ \ | |/ /
| * | Added missing SSL library (Should be in source distribution)unknown2003-11-281-2/+2
| * | Change word order of a few PROCESSLIST messages to correspondunknown2003-11-211-1/+1
* | | Merging 4.1->5.0unknown2003-10-221-13/+3
|\ \ \ | |/ / |/| |
| * | Merging 4.1 -> 5.0unknown2003-09-241-10/+3
| |\ \
| | * \ Merge 4.1 into 5.0unknown2003-08-261-10/+3
| | |\ \
| | | * \ Merge 4.1 into 5.0 (first pass).unknown2003-07-081-10/+3
| | | |\ \
| | | | * \ Merged 4.1 to 5.0.unknown2003-04-291-10/+3
| | | | |\ \
| | | | | * \ Merging 4.1 to 5.0.unknown2003-04-041-10/+3
| | | | | |\ \
| | | | | | * | Deprecated the update log (Sprint task #792). Now --log-updateunknown2003-04-021-10/+3
* | | | | | | | Merge with 4.0.16unknown2003-10-071-4/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-031-3/+3
| * | | | | | | Fix forunknown2003-09-241-1/+1
* | | | | | | | WL #562: Change format of slow log in 4.1unknown2003-10-071-2/+2
* | | | | | | | bugfix for #1375unknown2003-09-291-2/+2
* | | | | | | | Mergeunknown2003-09-261-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | SCRUM:unknown2003-09-261-4/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-09-141-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove 'extern' references from .cc filesunknown2003-09-131-1/+0
* | | | | | | | Manual merge after commiting START SLAVE UNTILunknown2003-09-141-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Implemented support for START SLAVE UNTIL (WL#868)unknown2003-09-141-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | merge with 4.0.15unknown2003-08-291-13/+44
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| * | | | | Add detection of in_addr_tunknown2003-08-281-9/+8
| * | | | | Clearer states in SHOW PROCESSLIST for replication threads.unknown2003-08-251-2/+9
| * | | | | 2 minor edits, plusunknown2003-08-221-4/+27
| * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-201-0/+1
| |\ \ \ \ \
| | * | | | | First commit for fixing BUG#1100unknown2003-08-201-0/+1
| * | | | | | Fixed some varnings from valgrindunknown2003-08-201-1/+2
| |/ / / / /
| * | | | | Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeunknown2003-08-191-1/+1
* | | | | | After merge fixesunknown2003-08-191-3/+0
* | | | | | Merge with 4.0.14unknown2003-08-111-195/+231
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fixed wrong test in LOG::closeunknown2003-07-141-2/+2
| * | | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-141-14/+16
| * | | | Safety and speedup fixes:unknown2003-07-141-40/+33
| * | | | Member no_rotate in MYSQL_LOG was always 0, I delete it.unknown2003-07-121-42/+31