summaryrefslogtreecommitdiff
path: root/sql/rpl_gtid.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-07-281-4/+5
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-07-281-4/+5
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-07-271-4/+5
| | |\
| | | * MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-261-4/+5
* | | | Correct misplaced parentheses in an assertionMarko Mäkelä2022-05-141-3/+3
* | | | MDEV-20119 fixup: GCC 12 -Wmaybe-uninitialized, -Wunused-but-set-variableMarko Mäkelä2022-05-141-12/+8
* | | | MDEV-20119: Implement the --do-domain-ids, --ignore-domain-ids, and --ignore-...Brandon Nesterenko2022-04-191-41/+228
|/ / /
* | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-311-3/+2
* | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-5/+30
* | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-261-2/+844
|/ /
* | MDEV-26637: (explicit length) ASAN: main.metadata and user_variables.basic MT...Oleksandr Byelkin2021-10-121-31/+53
|/
* Merge 10.5 into 10.6Marko Mäkelä2021-09-111-1/+1
|\
| * Merge remote-tracking branch 'upstream/10.4' into 10.5Vicențiu Ciorbaru2021-09-101-1/+1
| |\
| | * Merge remote-tracking branch 'upstream/10.3' into 10.4Vicențiu Ciorbaru2021-09-091-1/+1
| | |\
| | | * Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-09-071-1/+1
| | | |\
| | | | * MDEV-26529: binlog.binlog_flush_binlogs_delete_domain fails on RISC-Vbb-10.2-danielblack-MDEV-26529-riscv-test-failDaniel Black2021-09-061-1/+1
* | | | | Reduce usage of strlen()Monty2021-05-191-3/+3
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-3/+3
|\ \ \ \ | |/ / /
| * | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-2/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-2/+2
| | |\ \ | | | |/
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-2/+2
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-1/+1
* | | | Split tdc_remove_table()Sergey Vojtovich2020-04-031-2/+1
* | | | Proper locking for mysql.gtid_slave_pos truncationSergey Vojtovich2020-04-031-1/+2
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-5/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-24/+12
|\ \ \ \ | |/ / /
| * | | gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-16/+8
| * | | default_gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-9/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-211-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-03-201-1/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-1/+3
| | |\ \ | | | |/
| | | * MDEV-14431: Fix ulong/ulonglong type mismatchMarko Mäkelä2020-03-201-1/+3
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-19/+19
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-27/+31
* | | | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-1/+1
|/ / /
* | | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-121-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | 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
* | | | MDEV-18970: uninited var can be read in gtid_delete_pending()Sujatha2019-05-161-4/+16
* | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-071-148/+265
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-23/+53
| |\ \ | | |/
| | * MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbotAndrei Elkin2018-10-161-3/+3
* | | Merge branch 'gtid_table_garbage_rows' into 10.3Kristian Nielsen2018-10-131-0/+6
|\ \ \ | | |/ | |/|
| * | Fix build of embedded serverKristian Nielsen2018-10-131-0/+6
* | | Merge branch 'gtid_table_garbage_rows' into gtid_table_garbage_rows_10.3Kristian Nielsen2018-10-071-17/+41
|\ \ \ | |/ /
| * | Fix accumulation of old rows in mysql.gtid_slave_posKristian Nielsen2018-10-071-20/+44