summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-12-171-2/+2
|\
| * Merge mysql.com:/misc/mysql/31752_/50-31752_unknown2007-12-171-1/+1
| |\
| | * Merge mysql.com:/misc/mysql/31752_/41-31752_unknown2007-12-171-1/+1
| | |\
| | | * Bug#31752: check strmake() boundsunknown2007-12-061-1/+1
| * | | Merge mysql.com:/misc/mysql/31752_/50-31752_unknown2007-11-261-1/+1
| |\ \ \ | | |/ /
| | * | Merge mysql.com:/misc/mysql/31752_/41-31752_unknown2007-11-261-1/+1
| | |\ \ | | | |/
| | | * Bug#31752: check strmake() boundsunknown2007-11-261-1/+1
| | | * Bug#22645 LC_TIME_NAMES: Statement not replicatedunknown2006-12-051-0/+15
| | | * Merge perch.ndb.mysql.com:/home/jonas/src/41-workunknown2006-09-041-2/+7
| | | |\
* | | | \ Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1unknown2007-11-141-10/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge koti.dsl.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.0/bug27571_asyn_killed_...unknown2007-11-061-7/+3
| |\ \ \ \
| | * | | | Bug #28597 Replication doesn't start after upgrading to 5.1.18unknown2007-11-051-7/+4
| | |/ / /
| * | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-10-301-3/+0
| |\ \ \ \
| | * \ \ \ Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplunknown2007-10-121-3/+0
| | |\ \ \ \
| | | * | | | BUG#29549 (Endians: test failures on Solaris):unknown2007-10-111-3/+0
* | | | | | | In ha_delete_table, use a standard mechanism to intercept the error messageunknown2007-10-301-1/+2
* | | | | | | Rename: query_error -> is_slave_error.unknown2007-10-201-2/+2
|/ / / / / /
* | | | | | Bug#21557 entries in the general query log truncated at 1000 characters.unknown2007-10-181-60/+94
* | | | | | Bug#27858 (Failing to log to a log table doesn't log anything to error log)unknown2007-10-111-22/+21
|/ / / / /
* | | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-08-311-2/+8
|\ \ \ \ \
| * | | | | Bug#30712 (open_performance_schema_table() cause an open table leak onunknown2007-08-291-2/+8
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-08-311-23/+23
|\ \ \ \ \ \
| * | | | | | Never access thd->ha_data directly, use getters/setters from the pluginunknown2007-08-311-23/+23
| |/ / / / /
* | | | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-08-211-5/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Fixed problem that Start_log_event_v3::created was not set properlyunknown2007-08-141-2/+1
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-141-3/+3
| |\ \ \ \
| | * | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-3/+3
* | | | | | Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rplunknown2007-08-171-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standardsunknown2007-08-161-1/+1
* | | | | | Merge bk-internal:/home/bk/mysql-5.1-marvelunknown2007-08-031-95/+84
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Removed compiler warningunknown2007-08-031-2/+4
| * | | | Simplify logging code a bit (to make code smaller and faster)unknown2007-08-031-14/+22
| * | | | Don't save & restore time fields from thd when it's not needed.unknown2007-08-021-38/+10
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-021-47/+54
| |\ \ \ \
| | * | | | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-47/+54
* | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2007-08-011-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | (Pushing for Andrei)unknown2007-07-301-2/+5
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | (pushing for Andrei)unknown2007-07-301-2/+2
| | * | | Moved the DBUG_ASSERT from bug 28983 tounknown2007-07-301-0/+1
| | * | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-07-101-7/+9
| | |\ \ \
| | * \ \ \ Merge sita.local:/Users/tsmith/m/bk/50unknown2007-07-091-5/+5
| | |\ \ \ \
* | | \ \ \ \ Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-07-301-6/+15
|\ \ \ \ \ \ \
| * | | | | | | Fixed ressource leak when activation of LOGGER failed.unknown2007-07-301-6/+15
* | | | | | | | handler::ha_write_row_no_binlog() hack removed,unknown2007-07-301-2/+2
|/ / / / / / /
* | | | | | | Code review changesunknown2007-07-271-25/+17
* | | | | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-435/+297
|/ / / / / /
* | | | | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-07-101-15/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge mysql.com:/home/tnurnberg/22540/50-22540unknown2007-07-101-15/+17
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-07-091-7/+9
| | |/ / / /
| | * | | | Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-07-021-2/+2