summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-3/+8
* Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-2/+2
|\
| * Client spelling mistakesIan Gilfillan2020-06-081-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-03-131-7/+7
|\ \ | |/
| * Merge 5.5 into 10.1Marko Mäkelä2020-03-131-7/+7
| |\
| | * Cleanup: clang-10 -Wmisleading-indentationMarko Mäkelä2020-03-111-7/+7
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+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
| | * MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-241-0/+2
| | * MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5Sergei Golubchik2015-07-311-0/+7
* | | MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-261-6/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-8/+15
|\ \ \ | |/ /
| * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-7/+16
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-3/+20
|\ \ \ | |/ /
| * | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-2/+19
* | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-1/+1
|\ \ \ | |/ /
| * | MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689Oleksandr Byelkin2018-07-201-1/+1
| * | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-161-3/+1
* | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-3/+1
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-4/+15
|\ \ \ | |/ /
| * | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-4/+15
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-2/+3
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-11-101-2/+3
| |\ \
| | * | MDEV-12372 mysqlbinlog --version output is the same on 10.x as on 5.5.x, and ...Sergei Golubchik2017-11-091-2/+3
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-031-3/+64
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+2
|\ \ \ \ | |/ / /
| * | | spelling fixesklemens2017-03-071-1/+1
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+1
| |\ \ \ | | |/ /
| | * | Windows : Fix server compile errors when compile with /Zc:strictStrings optionVladislav Vaintroub2017-02-281-1/+1
* | | | mysqlbinlog memory leaksSergei Golubchik2017-01-281-4/+5
* | | | [MDEV-10570] Add Flashback supportMonty2017-01-201-4/+247
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+11
|\ \ \ \ | |/ / /
| * | | MDEV-11319 mysqlbinlog crashes or fails with out of memory while reading some...Sergei Golubchik2016-12-061-1/+11
* | | | Binlog compressedvinchen2016-10-191-0/+7
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+1
* | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-4/+11
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-17/+5
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-5/+17
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-9605 mysqlbinlog does not accept ssl-ca option as expected.Alexey Botchkov2016-04-261-0/+15
| * | | MDEV-9792 Backport MDEV-8713 to 10.1.Alexey Botchkov2016-04-271-154/+369
* | | | MDEV-8713 Add continuous binary log backup to mysqlbinlog.Alexey Botchkov2016-02-271-154/+370
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-9/+29
|\ \ \ \ | |/ / /