Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-01 | 1 | -2/+2 |
| |\ | |||||
| | * | MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showed | Sujatha | 2021-01-21 | 1 | -2/+2 |
* | | | MDEV-15532 after-merge fixes from Monty | Marko Mäkelä | 2020-12-02 | 1 | -1/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-12-01 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | After merge fixes | Monty | 2020-12-01 | 1 | -2/+2 |
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-12-01 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_delete | Monty | 2020-11-30 | 1 | -4/+4 |
* | | | Merge branch '10.3' into 10.4 | Sujatha | 2020-11-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sujatha | 2020-11-12 | 1 | -4/+6 |
| |\ \ | | |/ | |||||
| | * | MDEV-4633: multi_source.simple test fails sporadically | Sujatha | 2020-11-12 | 1 | -4/+6 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-02 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-02 | 1 | -1/+7 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2bb-10.2-merge | Marko Mäkelä | 2020-07-01 | 1 | -1/+7 |
| | |\ | |||||
| | | * | MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict... | Sujatha | 2020-06-25 | 1 | -0/+6 |
| | | * | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTIL | Andrei Elkin | 2020-05-26 | 1 | -7/+58 |
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-30 | 1 | -7/+58 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-27 | 1 | -7/+58 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTIL | Andrei Elkin | 2020-05-26 | 1 | -7/+58 |
* | | | | dequeued_count my_atomic to Atomic_counter | Sergey Vojtovich | 2020-03-25 | 1 | -12/+8 |
* | | | | gtid_pos_table: my_atomic to std::atomic | Sergey Vojtovich | 2020-03-21 | 1 | -6/+5 |
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove \n from DBUG_PRINT statements | Michael Widenius | 2019-10-21 | 1 | -1/+1 |
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Update FSF address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -0/+79 |
| | |\ \ | | | |/ | |||||
* | | | | Move deletion of old GTID rows to slave background thread | Kristian Nielsen | 2018-12-07 | 1 | -79/+8 |
|/ / / | |||||
* | | | Merge branch 'gtid_table_garbage_rows' into gtid_table_garbage_rows_10.3 | Kristian Nielsen | 2018-10-07 | 1 | -0/+79 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix accumulation of old rows in mysql.gtid_slave_pos | Kristian Nielsen | 2018-10-07 | 1 | -0/+79 |
* | | | MDEV-15373 post-push: fixing type mismatch alerted by windows build. | Andrei Elkin | 2018-05-18 | 1 | -1/+2 |
* | | | MDEV-15373 engine gtid_slave_pos table name disobeys lower-case-table-names | Andrei Elkin | 2018-05-18 | 1 | -0/+1 |
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next() | Sergei Golubchik | 2018-05-12 | 1 | -3/+1 |
* | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -5/+5 |
* | | | Remove not needed calls to print_error | Michael Widenius | 2018-04-16 | 1 | -4/+2 |
* | | | Remove compiler warnings | Michael Widenius | 2018-04-16 | 1 | -1/+1 |
* | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -8/+5 |
* | | | Fix a merge error in MDEV-12179 code in process_gtid_pos_table | Sergei Petrunia | 2018-01-29 | 1 | -2/+2 |
* | | | MDEV-13073 This part merges the Ali semisync related changes | Andrei Elkin | 2017-12-18 | 1 | -1/+2 |
* | | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary log | Monty | 2017-12-18 | 1 | -1/+2 |
* | | | Removed not used lock argument from read_log_event | Monty | 2017-12-18 | 1 | -1/+1 |
* | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -4/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -4/+4 |
* | | | Merge branch 'bb-10.2-ext' into 10.3 | Sergei Golubchik | 2017-08-26 | 1 | -13/+51 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-08-17 | 1 | -13/+51 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-08-08 | 1 | -13/+51 |
| | |\ | |||||
| | | * | Fix purge_relay_logs post merge | Vicențiu Ciorbaru | 2017-07-27 | 1 | -1/+0 |
| | | * | MYSQL_BIN_LOG::open/close must be under LOCK_log | Sergei Golubchik | 2017-07-27 | 1 | -2/+11 |
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0 | Vicențiu Ciorbaru | 2017-07-25 | 1 | -11/+43 |
| | | |\ |