summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-281-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2021-10-211-0/+10
|\
| * MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE'...bb-10.2-MDEV-25284Brandon Nesterenko2021-10-181-0/+10
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-4/+27
|\ \ | |/
| * MDEV-16146: MariaDB slave stops with following errors.Sujatha2021-04-301-4/+27
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+17
|\ \ | |/
| * MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-211-0/+17
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-221-5/+52
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-09-221-5/+52
| |\
| | * MDEV-21839: Handle crazy offset to SHOW BINLOG EVENTSSujatha2020-09-161-5/+52
* | | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-1/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-2/+6
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-2/+6
| |\ \ | | |/
| | * MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-161-2/+6
* | | Fixed access to uninitalized memory found by valgrindMonty2020-05-151-2/+3
* | | Merge branch '10.2' into 10.3Sujatha2020-01-081-6/+17
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sujatha2020-01-071-6/+17
| |\ \ | | |/
| | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-6/+17
* | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-111-1/+4
|\ \ \ | |/ /
| * | manual merge 10.1->10.2Andrei Elkin2019-11-111-1/+5
| |\ \ | | |/
| | * MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_act...Andrei Elkin2019-11-101-1/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-19/+44
|\ \ \ | |/ /
| * | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-081-19/+44
* | | 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
* | | | dirty mergeOleksandr Byelkin2019-02-071-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-3/+3
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-3/+3
| | | |\ \ | | | | |/
| | | | * Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USEAditya A2019-01-231-3/+3
| | | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
| | * | | MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-281-0/+1
| | * | | MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-03-121-5/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-281-0/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-38/+40
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-7/+7
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-2/+3
|\ \ \ \ \
| * | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-2/+3
* | | | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-7/+7
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-5/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-01-271-5/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-5/+5