summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+7
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+7
| |\
| | * Merge branch '5.5' into 10.0mariadb-10.0.31Sergei Golubchik2017-05-201-0/+7
| | |\
| | | * MDEV-11092 Assertion `!writer.checksum_len || writer.remains == 0' failedSachin Setiya2017-05-181-0/+7
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-1/+1
| |\ \ \ | | |/ /
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+6
| | * | MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-151-1/+1
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+6
* | | | MDEV-12290 Wrong timestamps in binary log causes replication issuesSachin Setiya2017-05-091-0/+2
* | | | cleanup: unused method LOGGER::flush_logsSergei Golubchik2017-04-071-17/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-21/+21
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-21/+21
| |\ \ \ | | |/ /
| | * | Add protection to not access is_open() without LOCK_log mutexMonty2017-02-281-19/+17
| | * | Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-281-4/+7
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-11/+10
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-8/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-7/+10
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-7/+10
| | |\ \ | | | |/
| | | * MDEV-10388 MariaDB 10.1.x keeps (deleted) ML* files in tmpdir after LOAD DATA...Sergei Golubchik2016-12-071-0/+3
| | | * typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-031-7/+7
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-1/+1
| | |\ \ | | | |/
| | | * report correct write error on log writesSergei Golubchik2016-09-261-1/+1
* | | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-6/+2
* | | | fix build and some warningskevg2016-11-241-1/+1
* | | | Binlog compressedvinchen2016-10-191-1/+1
* | | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-2/+8
|\ \ \ \
| * | | | MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-141-1/+1
| * | | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-1/+7
| |/ / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-4/+53
|\ \ \ \ | |/ / /
| * | | MDEV-9510: Print extra info to error logNirbhay Choubey2016-08-261-0/+26
| * | | MDEV-10553: Semi-sync replication hangs when master opens new binlog fileKristian Nielsen2016-08-161-1/+1
| * | | MDEV-9423: cannot add new node to the cluser: Binlog..mariadb-10.1.15Nirbhay Choubey2016-06-291-3/+26
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-1/+1
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-1/+1
| | | |\
| | | | * Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-161-70/+5
| | | | * Bug#22897202: RPL_IO_THD_WAIT_FOR_DISK_SPACE HAS OCCASIONALSujatha Sivakumar2016-04-191-0/+8
| | | | * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-011-6/+63
| * | | | Removed some not needed when doing delete thd, which caused warnings aboutMonty2016-04-281-2/+0
* | | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-2/+2
* | | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | | stop binlog background thread together with othersbb-fast-connectSergei Golubchik2016-06-041-11/+17
* | | | | Reuse THD for new user connectionsMonty2016-06-041-2/+1
* | | | | MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+Oleksandr Byelkin2016-05-201-1/+1
* | | | | Final fixes for Memory_usedMonty2016-04-281-0/+6
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-7/+7
|\ \ \ \ \ | |/ / / /