summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* rbr and savepoint in a subtatementSergei Golubchik2015-11-191-3/+22
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+2
|\
| * MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waitsVladislav Vaintroub2015-11-171-0/+2
| * Merge MDEV-8725 into 10.0Kristian Nielsen2015-09-021-2/+3
| |\
* | | Less logging of not critial things during startup/shutdown:Monty2015-10-091-0/+3
* | | make encrypt-binlog and encrypt-tmp-files to fail if no encryptionSergei Golubchik2015-09-091-2/+7
* | | MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-17/+83
* | | cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()Sergei Golubchik2015-09-041-158/+101
* | | cleanup: [partial] removal of llstr()Sergei Golubchik2015-09-041-12/+6
* | | cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-6/+6
* | | cleanup: simplify nested multiline ?(?:(?:)):Sergei Golubchik2015-09-041-11/+12
* | | cleanup: commentsSergei Golubchik2015-09-041-1/+1
* | | cleanup: my_checksumSergei Golubchik2015-09-041-9/+9
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-31/+27
|\ \ \ | |/ /
| * | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-18/+15
| |\ \
| | * | Fixed warnings and errors found by buildbotMonty2015-07-251-18/+15
| * | | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-13/+12
* | | | Merge MDEV-8725 into 10.1Kristian Nielsen2015-09-021-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a potential lost wakeup for binlog_commit_wait_usecKristian Nielsen2015-09-021-2/+3
| |/ /
* | | MDEV-7205 : Galera cluster & sql_log_bin = off don't workNirbhay Choubey2015-08-081-9/+21
* | | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-67/+99
* | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-4/+45
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-57/+68
* | | MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_indexNirbhay Choubey2015-06-091-0/+3
* | | my_b_fill, inline my_b_* functions instead of hairy macrosSergei Golubchik2015-06-021-1/+0
* | | Merge remote-tracking branch 'github/10.1' into 10.1Sergei Golubchik2015-06-011-2/+3
|\ \ \
| * | | MDEV-7484: Log Time not consistent with InnoDB errors nor with MySQL error lo...Jan Lindström2015-05-301-2/+3
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-12/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-12/+25
| |\ \ | | |/
| | * MDEV-6870 Not possible to use FIFO file as a general_log fileSergei Golubchik2015-04-271-5/+10
| | * bug: crash when sync() or close() of a log file fails on shutdownSergei Golubchik2015-04-271-2/+2
| | * bug: debug assert crash when seek on log file failsSergei Golubchik2015-04-271-5/+9
| | * MDEV-7977 MYSQL_BIN_LOG::write_incident failing to release LOCK_logDaniel Black2015-04-111-0/+4
| * | MDEV-7802: group commit status variable additionKristian Nielsen2015-04-291-1/+39
* | | Merge MDEV-7802 into 10.1Kristian Nielsen2015-04-201-1/+39
|\ \ \
| * | | binlog_group_commit_* status variables updateDaniel Black2015-04-011-25/+20
| * | | All updates to binlog_status_group_commit_reason* are under LOCK_prepare_orderedDaniel Black2015-04-011-4/+6
| * | | MDEV-7802 Add status binlog_group_commit_reason_*Daniel Black2015-03-191-1/+42
* | | | Merge 10.0 -> 10.1Kristian Nielsen2015-04-201-2/+58
|\ \ \ \ | | |/ / | |/| |
| * | | Merge MDEV-7888 and MDEV-7929 into 10.0.Kristian Nielsen2015-04-081-1/+11
| |\ \ \
| * \ \ \ Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-301-0/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | MDEV-7249: Performance problem in parallel replication with multi-level slavesKristian Nielsen2015-03-131-2/+58
* | | | | Merge MDEV-7888 and MDEV-7929 into 10.1.Kristian Nielsen2015-04-081-1/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-081-1/+11
| | |/ / | |/| |
* | | | Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-301-0/+9
|\ \ \ \ | |/ / /
| * | | MDEV-7847: "Slave worker thread retried transaction 10 time(s) in vain, givin...Kristian Nielsen2015-03-301-0/+9
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-12/+6
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-8/+55
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-03-061-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-7310: last_commit_pos_offset set to wrong value after binlog rotate in g...bb-5.5-knielsenKristian Nielsen2015-02-231-0/+2