summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22035 Memory leak in main.mysqltestmariadb-10.5.2Marko Mäkelä2020-03-251-0/+1
* 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
* | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-31/+29
* | merge 10.4 to 10.5Monty2020-03-181-2/+5
|\ \ | |/
| * Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-171-2/+5
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-7/+7
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-162-8/+67
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-132-8/+67
| | |\
| | | * MDEV-10047: table-based master info repositorySujatha2020-03-131-1/+60
| | | * 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
* | | | | | MDEV-13362: Fix -Wset-but-unusedMarko Mäkelä2020-03-121-1/+1
* | | | | | MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-121-19/+41
* | | | | | cleanup: remove source files that aren't usedSergei Golubchik2020-03-102-1202/+0
* | | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-104-19/+19
* | | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-1012-194/+198
* | | | | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-104-2/+80
* | | | | | MDEV-10047: table-based master info repositorySujatha2020-03-101-1/+60
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-284-29/+27
* | | | | | mysqltest crashes on DebianSergei Golubchik2020-01-161-1/+1
* | | | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-212-3/+3
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-162-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-092-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-3/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-3/+3
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-12-031-3/+3
| | | | |\ \ | | | | | |/
| | | | | * Fixed some typos in mysql.ccHashir Sarwar2019-11-221-3/+3
| | | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-10-301-11/+2
| | | | |\ \ | | | | | |/
| | | | | * Revert "MDEV-14448: Ctrl-C should not exit the client"mariadb-5.5.66Sergei Golubchik2019-10-301-13/+2
| | | | | * compilation fix for Windowsbb-5.5-releaseSergei Golubchik2019-10-301-0/+2
| | | | * | Merge 5.5 into 10.1Eugene Kosov2019-10-291-2/+11
| | | | |\ \ | | | | | |/
| | | | | * MDEV-14448: Ctrl-C should not exit the clientAnel Husakovic2019-10-281-2/+11
| | * | | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | | | A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file sy...Alexander Barkov2019-12-061-2/+2
* | | | | | A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file sy...Alexander Barkov2019-12-052-46/+319
* | | | | | MDEV-17088 - fix overlinkingVladislav Vaintroub2019-11-281-1/+1
* | | | | | MDEV-17088 Provide tools to encode/decode mysql-encoded file system namesAlexander Barkov2019-11-282-0/+212
* | | | | | MDEV-21062 Do not use popen() in text mode for mysql_upgrade.Vladislav Vaintroub2019-11-221-1/+10
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-192-13/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-152-13/+5
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Cast string literal to char* MDEV-20767Seth Shelnutt2019-10-091-1/+1
* | | | | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-1411-36/+31
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-241-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-2/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-2/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Enable the auto parameter of the flag `default-character-set`Anel Husakovic2019-09-131-1/+4