summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-111-9/+20
|\
| * Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-9/+20
| |\
| | * MDEV-30698 Cover missing test cases for mariadb-binlog options --raw [and] --...Anel Husakovic2023-03-081-0/+6
| | * Update handling of mysqlbinlog's `die()` functionAnel Husakovic2023-03-081-9/+9
| | * MDEV-30697: Memory leak detected when mariadb-binlog is used with option flas...Anel Husakovic2023-03-081-0/+5
| | * Ensure that mysqlbinlog frees all memory at exitMonty2023-03-081-14/+23
| | * MDBF-534: Coverity scan: fix client folderAnel Husakovic2023-02-171-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-101-2/+2
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2023-02-101-2/+2
| |\ \ | | |/
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2022-10-121-1/+1
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-10-121-1/+1
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2022-10-111-1/+1
| | |\
| | | * MDEV-29183: Clarify mysqlbinlog command description (#2245)Zhibo Zhang2022-10-111-1/+1
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-101-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-101-1/+1
| | |\ \ | | | |/
| | | * Fix typos in the codebase.fluesvamp2022-08-091-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-0/+1
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2022-03-291-0/+1
| | | |\
| | | | * MDEV-14608: mysqlbinlog lastest backupfile size is 0Brandon Nesterenko2022-03-241-0/+1
| | | | * MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-3/+8
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-1/+1
* | | | | Change replication to use uchar for all buffers instead of charMonty2021-05-191-9/+8
* | | | | MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG fro...Brandon Nesterenko2021-05-191-7/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-181-93/+18
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG fro...Brandon Nesterenko2021-05-171-93/+18
* | | | | MDEV-14974: --port ignored for --host=localhostBrandon Nesterenko2021-05-111-1/+57
|/ / / /
* | | | Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-081-24/+33
* | | | Ensure that mysqlbinlog frees all memory at exitMonty2021-02-081-14/+23
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-2/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-2/+6
| |\ \ \ | | |/ /
| | * | MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-2/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-141-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-2/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-131-2/+2
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-2/+2
| | | |\
| | | | * Client spelling mistakesIan Gilfillan2020-06-081-2/+2
* | | | | Updated client and server to use new binary names in --debug tracesMonty2020-04-191-1/+1
* | | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-0/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | default_gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-0/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-161-7/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-131-7/+7
| | |\ \ \ | | | |/ /
| | | * | 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
| | | | |\