summaryrefslogtreecommitdiff
path: root/sql/log.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-01-311-2/+13
| | | |\
| | | | * MDEV-20923:UBSAN: member access within address … which does not point to an...Sujatha2020-01-291-1/+12
* | | | | Galera GTID supportmkaruza2020-01-291-7/+0
* | | | | Cleanup log_type_arg of MYSQL_BIN_LOG::open()Sergey Vojtovich2019-08-221-1/+0
* | | | | Cleanup MYSQL_LOGSergey Vojtovich2019-08-221-9/+6
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | MDEV-17710 "unknown error" with FLUSH LOGS if log directory is not writeableSergei Golubchik2019-05-071-0/+1
* | | | | MDEV-19116 Speed up rotation of binary logsMonty2019-04-011-3/+11
* | | | | Simplified THD::current_linfo lockingSergey Vojtovich2019-01-281-12/+0
* | | | | Galera4Brave Galera Crew2019-01-231-1/+4
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-231-0/+1
|\ \ \ \ | |/ / /
| * | | MyRocks: MDEV-15911: Reduce debug logging on default levels in error logSergei Petrunia2018-04-191-0/+1
| * | | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-0/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-30/+23
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+8
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-1/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-281-1/+7
| | |\ \ \ | | | |/ /
| | | * | MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-251-1/+7
| | * | | MDEV-14290 Binlog rotate crashes when two commit_checkpoint_notify capable en...Andrei Elkin2017-12-111-0/+1
* | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-1/+10
* | | | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-26/+59
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-1/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-1/+6
* | | | | Lots of small cleanupsMichael Widenius2017-08-241-1/+0
* | | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-031-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-251-0/+1
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-131-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cleanup: unused method LOGGER::flush_logsSergei Golubchik2017-04-071-1/+0
| |/ / /
* | | | MDEV-8203 Assert in Query_log_event::do_apply_event()Monty2017-04-071-2/+4
|/ / /
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-8/+8
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+1
|\ \ \ | |/ /
| * | MDEV-9423: cannot add new node to the cluser: Binlog..mariadb-10.1.15Nirbhay Choubey2016-06-291-0/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-2/+2
| |\ \
| | * \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-2/+2
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-2/+2
| | | |\
| | | | * Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-161-3/+2
| | | | * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-011-3/+4
| | | | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-291-3/+3
| | | | |\
| | | | | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-291-3/+3
| | | | * | BUG#13979418: SHOW BINLOG EVENTS MAY CRASH THE SERVERNuno Carvalho2012-04-201-0/+5
| | | | |\ \ | | | | | |/
| | | | | * BUG#13979418: SHOW BINLOG EVENTS MAY CRASH THE SERVERNuno Carvalho2012-04-201-0/+5
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | * | BUG#11745230: 12133: MASTER.INDEX FILE KEEPS MYSQLD FROM STARTING IFLuis Soares2011-11-241-0/+62