summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing unneeded code: the Intvar_log_event constructor calls the Log_event ...unknown2003-12-011-4/+0
* Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-031-3/+3
* Fix forunknown2003-09-241-1/+1
* 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
* 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
* removed 2 small useless if().unknown2003-07-121-1/+8
* Fix for BUG#791:unknown2003-07-111-149/+157
* Cleanupsunknown2003-07-091-5/+5
* Fix forunknown2003-07-081-8/+3
* WL#912 (more user control on relay logs):unknown2003-07-061-15/+57
* code cleanupunknown2003-05-261-32/+25
* log.cc:unknown2003-05-251-1/+46
* MySQL-classic did not pass the test suite rpl_rotate_logs.test anymore bec...unknown2003-05-101-15/+17
* Many files:unknown2003-05-031-1/+19
* log.cc:unknown2003-04-041-1/+2
* Merge heikki@build.mysql.com:/home/bk/mysql-4.0unknown2003-04-031-1/+8
|\
| * log.cc:unknown2003-04-031-1/+8
* | Explicit message to warn that logging (e.g. binary) is permanently turned offunknown2003-04-031-1/+4
|/
* Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0unknown2003-04-031-0/+1
|\
| * Fixed bug in memory allocation that could affect 64 bit systems (affected ham...unknown2003-04-031-0/+1
* | Merge with 3.23 to get fixes for:unknown2003-04-031-0/+1
|\ \ | |/
| * Portability fix (for AMD hammer)unknown2003-04-031-0/+1
* | New variable rli->ignore_log_space_limit to resolveunknown2003-03-171-0/+2
* | Make log_pos be non-zero in the binary log, for BEGIN and COMMIT Query_log_ev...unknown2003-03-061-0/+9
* | Only write to the error log if --log-error is specified and --console is not ...unknown2003-01-281-1/+1
* | mergeunknown2003-01-281-1/+12
|\ \
| * \ Merge with 3.23.56 (Replace manual with 'empty' document)unknown2003-01-281-1/+1
| |\ \ | | |/
| | * Fix when using auto_increment and last_insert_id() in the same insert statement.unknown2003-01-281-1/+1
| | * many bug fixesunknown2002-12-231-0/+1
| | * Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.unknown2002-12-141-0/+3
| * | Fixes for Netwareunknown2003-01-281-0/+11
* | | Added option hostname.errunknown2003-01-271-0/+46
|/ /
* | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-0/+7
* | log.cc:unknown2002-12-111-2/+14
* | Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-111-0/+5
* | Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-33/+37
* | mergeunknown2002-11-071-10/+10
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-10/+10
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-6/+12
|/ /
* | Added Rand_log_eventunknown2002-10-221-0/+7
* | Merge with 3.23.54unknown2002-10-161-2/+2
|\ \ | |/