summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#58052 Binary log IO not being accounted for properlyMarc Alff2010-11-121-5/+18
* Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-1/+1
|\
| * Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-201-1/+1
* | Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-9/+9
|\ \ | |/
| * Bug#52172 test binlog.binlog_index needs --skip-core-file to avoid leaving co...Tor Didriksen2010-10-181-9/+9
* | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-09-281-18/+36
|\ \
| * \ Auto-merge from mysql-5.1-bugteam for bug#56821.Dmitry Shulga2010-09-221-16/+30
| |\ \ | | |/
| | * Fixed bug#56821 - failure to start the MySQL Service.Dmitry Shulga2010-09-221-16/+30
| * | merge mysql-5.1-bugteam --> mysql-5.5-mergeAlfranio Correia2010-09-171-2/+6
| |\ \ | | |/
| | * BUG#55961 Savepoint Identifier should be enclosed with backticksAlfranio Correia2010-09-021-2/+6
* | | BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-09-061-4/+1
|\ \ \ | |/ / |/| |
| * | BUG#55415 wait_for_update_bin_log enters a condition but does not leaveAlfranio Correia2010-08-041-4/+3
* | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-301-1/+1
|\ \ \
| * | | BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-1/+1
* | | | Auto-merge from mysql-5.1-bugteamDmitry Shulga2010-08-251-47/+70
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed bug #29751 - do not rename the error log at FLUSH LOGS.Dmitry Shulga2010-08-251-47/+70
| * | BUG#55625 RBR breaks on failing 'CREATE TABLE'Alfranio Correia2010-08-021-0/+13
* | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-1/+1
| |/ |/|
* | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-34/+39
|\ \
| * \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-34/+39
| |\ \ | | |/
| | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-34/+39
* | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-1/+1
|/ /
* | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-20/+75
|\ \
| * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-11/+15
| * | merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-06-301-9/+60
| |\ \
| | * | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-9/+59
| |/ /
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-1/+1
|\ \ \ | |/ / |/| / | |/
| * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+1
| * merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-06-171-26/+82
| |\
| | * BUG#53560 CREATE TEMP./DROP TEMP. are not binglogged correctly after a failed...Alfranio Correia2010-05-191-25/+81
| |/
* | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-48/+18
|\ \
| * \ Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-48/+18
| |\ \
| | * \ Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-37/+1
| | |\ \ | | | |/
| | | * Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-39/+3
| | * | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-33/+82
| | |\ \
| | * \ \ Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-2/+11
| | |\ \ \
| | * \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-11/+17
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTs2010-03-281-9/+17
* | | | | | Fix type mismatch. Table names are represented as LEX_STRINGDavi Arnaut2010-05-271-2/+2
|/ / / / /
* | | | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-3/+3
| |_|_|/ |/| | |
* | | | BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside aAlfranio Correia2010-04-201-22/+63
* | | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-04-191-11/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG#51291 Unfortunate effect around variable binlog_direct_non_transactional_...Alfranio Correia2010-04-011-1/+1
| * | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-03-311-11/+19
| |\ \ \
| | * | | BUG#51291 Unfortunate effect around variable binlog_direct_non_transactional_...Alfranio Correia2010-03-311-11/+19
* | | | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
* | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+10
| |_|/ / |/| | |
* | | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-741/+1019
|\ \ \ \ | |/ / /
| * | | BUG#51426: overflow for auto_increment column causes slave to stopLuis Soares2010-03-171-1/+1
| * | | mergeVladislav Vaintroub2010-02-161-33/+21
| |\ \ \ | | |/ /