summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| | * Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-301-35/+38
| | * Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-271-1/+1
| | * Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-271-1/+1
| | * Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-251-22/+68
| | * Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using...unknown2007-06-251-4/+59
* | | Merge sita.local:/Users/tsmith/m/bk/51unknown2007-07-091-4/+1
|\ \ \
| * \ \ Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-optunknown2007-07-041-4/+1
| |\ \ \
| | * | | Bug #28983: 'reset master' in multiple threads and innodb tables unknown2007-07-031-5/+5
| | | |/ | | |/|
* | | | WL#3914: Additonal accessors required to compile InnoDB as a plugin storage e...unknown2007-07-051-0/+23
| |_|/ |/| |
* | | Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-301-35/+38
* | | Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-271-1/+1
* | | Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using ...unknown2007-06-271-1/+1
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-06-271-23/+69
* | | Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using...unknown2007-06-251-2/+58
|/ /
* | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-baseunknown2007-06-151-0/+2
|\ \
| * | Bug #27816: Log tables ran with partitions crashes the server unknown2007-06-081-0/+2
* | | build warningunknown2007-06-141-1/+1
* | | Bug#27857 (Log tables supplies the wrong value for generating AUTO_INCREMENTunknown2007-06-131-0/+11
|/ /
* | Added casts to avoid compiler warnings and fixed a wrong type.unknown2007-05-311-1/+1
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-44/+57
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-44/+57
* | | Merge siva.hindu.god:/home/tsmith/m/bk/51unknown2007-05-171-2/+2
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1-enginesunknown2007-04-271-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-04-161-2/+2
| | |\ \
| | | * | wl#2936 - fixing problemsunknown2007-04-131-2/+2
* | | | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintunknown2007-05-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Remove dangerous "remove warning" hack, cast to longunknown2007-04-271-1/+1
| * | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-121-54/+42
| |\ \ \
* | \ \ \ Merge romeo.(none):/home/bkroot/mysql-5.1-rplunknown2007-04-201-5/+3
|\ \ \ \ \
| * | | | | Small fixes for merge.unknown2007-04-101-1/+1
| * | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-04-101-4/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-marvelunknown2007-04-031-4/+2
| | |\ \ \ \
| | | * \ \ \ Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvelunknown2007-03-291-4/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()unknown2007-03-231-2/+2
* | | | | | | Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplunknown2007-04-121-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG#25688 (RBR: circular replication may cause STMT_END_F flags to beunknown2007-04-121-0/+1
| |/ / / / /